[Lunar-commits] <moonbase> mesa-lib: version update to 7.4.1

Duncan Gibson engelsman at lunar-linux.org
Tue May 12 21:55:00 CEST 2009


commit c3587b265291ce3834c589a6a57a2f898734e5f5
Author: Denis <0lvin at ukr.net>
Date:   Tue May 12 21:55:00 2009 +0200

    mesa-lib: version update to 7.4.1
    
    Only bugfix:
        * Fixed a two-sided lighting bug in fixed-function-to-GPU code generation
        * Fixed some Darwin issues (Jeremy Huddleston)
        * Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable was broken, bug 20986
        * Fixed incorrect texture unit bias in TXB instruction
        * glTexParameter settings weren't always propogated to drivers
        * Assorted vertex/fragment program bug fixes
        * Fixed point rendering in software rasterizer
        * Fixed potential deadlock in object hash functions
        * Fix a couple bugs surrounding front-buffer rendering with DRI2, but this is not quite complete.
        * Fixed glPopAttrib() bug when restoring user clip planes
---
 xorg7/mesa-lib/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS
index 8677788..4f5c0c0 100644
--- a/xorg7/mesa-lib/DETAILS
+++ b/xorg7/mesa-lib/DETAILS
@@ -1,5 +1,5 @@
            MODULE=mesa-lib
-          VERSION=7.4
+          VERSION=7.4.1
            SOURCE=MesaLib-$VERSION.tar.bz2
           SOURCE2=MesaDemos-$VERSION.tar.bz2
           SOURCE3=MesaGLUT-$VERSION.tar.bz2
@@ -7,12 +7,12 @@
        SOURCE_URL=$SFORGE_URL/mesa3d/
       SOURCE2_URL=$SFORGE_URL/mesa3d/
       SOURCE3_URL=$SFORGE_URL/mesa3d/
-       SOURCE_VFY=sha1:66b5fe185e63706ee2a76e247fd982fdf13972e2
-      SOURCE2_VFY=sha1:d57c792e05fe5347ff8600f8aab078fe047a4035
-      SOURCE3_VFY=sha1:91a405b23b0b848325cc11fbffc0f62008d2a9a7
+       SOURCE_VFY=sha1:ee3f8baa48fa31441fc07ccd06734279cb1ca18a
+      SOURCE2_VFY=sha1:75a1616909af84d36ca1d389ad420d757f80aed3
+      SOURCE3_VFY=sha1:e5938c98f927ee1d4f157dcb3319ced9e19684a7
          WEB_SITE=http://www.mesa3d.org
           ENTERED=20060215
-          UPDATED=20090331
+          UPDATED=20090430
             PSAFE="no"
             SHORT="Mesa 3D library"
 


More information about the Lunar-commits mailing list