[Lunar-commits] r26810 - in moonbase/trunk/xorg7: mesa-glu mesa-lib
Florin Braescu
florin at lunar-linux.org
Sun Nov 18 11:38:44 CET 2007
Author: florin
Date: 2007-11-18 11:38:44 +0100 (Sun, 18 Nov 2007)
New Revision: 26810
Modified:
moonbase/trunk/xorg7/mesa-glu/DETAILS
moonbase/trunk/xorg7/mesa-lib/DETAILS
Log:
bump the version from 7.0.1 to 7.0.2. Bugfixes release. Changes:
Fixed a vertex buffer wrapping issue (bug 9962)
Added mutex protection around texture object reference counters
Added checking/support for additional chips in the i915/i945 family (see 11978)
Fixed a blending/banding issue (bug 11931)
Fixed a GLU matrix inversion bug (#6748)
Fixed problem with large glDrawArrays calls and indirect rendering (bug 12141)
Fixed an assortment of i965 driver bugs
Fixed x86-64 vertex transformation bug (12216)
Fixed X server crash caused by multiple indirect rendering clients
Parsing of state.texgen in ARB vertex/fragment programs didn't work (bug 12313)
Fixed a glCopyPixels/glPixelZoom bug (12417)
Fixed a bug when using glMaterial in display lists (bug 10604)
Fixed a few GLUT/Fortran issues (Bill Mitchell)
Fixed Blender crash bug (12164)
Fixed some issues preventing cross-compiling
Fixed up broken GL_ATI_separate_stencil extension
glDrawArrays(count=0) led to a crash
Fix SSE code gen memory leak, possible crash
Fixed MMX 565 rgb conversion problem (bug 12614)
Added -fno-strict-aliasing and -fPIC flags for gcc
Fixed Blender crash in Unichrome driver (bug 13142).
Modified: moonbase/trunk/xorg7/mesa-glu/DETAILS
===================================================================
--- moonbase/trunk/xorg7/mesa-glu/DETAILS 2007-11-18 09:59:55 UTC (rev 26809)
+++ moonbase/trunk/xorg7/mesa-glu/DETAILS 2007-11-18 10:38:44 UTC (rev 26810)
@@ -1,5 +1,5 @@
MODULE=mesa-glu
- VERSION=7.0.1
+ VERSION=7.0.2
SOURCE=MesaLib-$VERSION.tar.bz2
SOURCE2=MesaDemos-$VERSION.tar.bz2
SOURCE3=MesaGLUT-$VERSION.tar.bz2
@@ -7,13 +7,13 @@
SOURCE_URL=$SFORGE_URL/mesa3d/
SOURCE2_URL=$SFORGE_URL/mesa3d/
SOURCE3_URL=$SFORGE_URL/mesa3d/
- SOURCE_VFY=sha1:deb1002cf377ba8bd9407bd3cf573f8c8be31671
- SOURCE2_VFY=sha1:4d6cb158b58dbda9411d00e99a01031e13cae2ec
- SOURCE3_VFY=sha1:ee63b2b1804106a05efaffd3da2dee7637d0eecb
+ SOURCE_VFY=sha1:d16eaeb1d9d95d11d3b6d289b1ba87108b88da90
+ SOURCE2_VFY=sha1:83ac3f19cf7e388a23904afa25af5c65c4ec8deb
+ SOURCE3_VFY=sha1:8568713200eec3e3f473474e04294ea6dec33a99
WEB_SITE=http://www.mesa3d.org
MAINTAINER=elangelo at lunar-linux.org
ENTERED=20060215
- UPDATED=20070907
+ UPDATED=20071118
SHORT="Mesa 3D library"
cat << EOF
Modified: moonbase/trunk/xorg7/mesa-lib/DETAILS
===================================================================
--- moonbase/trunk/xorg7/mesa-lib/DETAILS 2007-11-18 09:59:55 UTC (rev 26809)
+++ moonbase/trunk/xorg7/mesa-lib/DETAILS 2007-11-18 10:38:44 UTC (rev 26810)
@@ -1,5 +1,5 @@
MODULE=mesa-lib
- VERSION=7.0.1
+ VERSION=7.0.2
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:deb1002cf377ba8bd9407bd3cf573f8c8be31671
- SOURCE2_VFY=sha1:4d6cb158b58dbda9411d00e99a01031e13cae2ec
- SOURCE3_VFY=sha1:ee63b2b1804106a05efaffd3da2dee7637d0eecb
+ SOURCE_VFY=sha1:d16eaeb1d9d95d11d3b6d289b1ba87108b88da90
+ SOURCE2_VFY=sha1:83ac3f19cf7e388a23904afa25af5c65c4ec8deb
+ SOURCE3_VFY=sha1:8568713200eec3e3f473474e04294ea6dec33a99
WEB_SITE=http://www.mesa3d.org
ENTERED=20060215
- UPDATED=20071106
+ UPDATED=20071118
PSAFE="no"
SHORT="Mesa 3D library"
More information about the Lunar-commits
mailing list