[Lunar-commits] r25237 - moonbase/trunk/xorg7/mesa-lib

Auke Kok sofar at lunar-linux.org
Mon Jul 23 18:18:12 CEST 2007


Author: sofar
Date: 2007-07-23 18:18:12 +0200 (Mon, 23 Jul 2007)
New Revision: 25237

Modified:
   moonbase/trunk/xorg7/mesa-lib/DETAILS
Log:
>From official site:
    * Mesa 7.0 is a stable release, featuring OpenGL 2.1 API support.
    * Fixed a few fog-related bugs.
    * Fixed broken GLSL mix() function.
    * Fixed broken GLSL exp() functions.
    * Fixed GLSL mod4(vec4, vec4) bug.
    * Implemented GLSL asin(), acos(), atan() functions.
    * Fixed an R300 driver bug that caused Xorg composite manager to crash
    * Fixed R300 vertex program/matrix bug (10848)
    * GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords)
    * Specifying an invalid texture unit as a sampler could lead to a crash
    * The GLX protocol request for glXDestroyPBuffer() was incorrect (bug 10983)
    * ARB vp state.light[n].half value was incorrect (bug 10987)
    * Fixed a positional light source bug (bug 11009)
    * Fixed point size attenuation problem (bug 11042)
    * glPopAttrib didn't restore texture object's LOD bias (bug 11049)
    * Fixed a TLS / TEXTREL problem (bug 7459) 
    * Some texture code consolidation and simplifiction (Ian Romanick)
    * R300 driver clean-ups. 

(tested by sofar - I could not find anything wrong with it...)

From:  0lvin at ukr.net


Modified: moonbase/trunk/xorg7/mesa-lib/DETAILS
===================================================================
--- moonbase/trunk/xorg7/mesa-lib/DETAILS	2007-07-23 15:55:02 UTC (rev 25236)
+++ moonbase/trunk/xorg7/mesa-lib/DETAILS	2007-07-23 16:18:12 UTC (rev 25237)
@@ -1,5 +1,5 @@
            MODULE=mesa-lib
-          VERSION=6.5.2
+          VERSION=7.0
            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:ba860bb6ee57c02202342dfd5927464a068ea18f
-      SOURCE2_VFY=sha1:beac8b2fa9c6e25efd44b911d2d7952b2f87534c
-      SOURCE3_VFY=sha1:a02fc735cff65cee9ee4ff56568c46c0a3a19dfa
+       SOURCE_VFY=sha1:44006ac3a4924e07fed5e894d0ccdd78c43aaea9
+      SOURCE2_VFY=sha1:1fd5909b99d163fea3f594ea50892f5cc32c9406
+      SOURCE3_VFY=sha1:5004296c38267bbf310ce33ac122f99a2e8ec3ca
          WEB_SITE=http://www.mesa3d.org
           ENTERED=20060215
-          UPDATED=20061206
+          UPDATED=20070717
             PSAFE="no"
             SHORT="Mesa 3D library"
 



More information about the Lunar-commits mailing list