[Lunar-commits] <moonbase> mesa-lib: version bump to 7.5.1

Paul Bredbury brebs at lunar-linux.org
Mon Sep 7 19:17:13 CEST 2009


commit c7a1e4db63f9816fee6459406c8aeacab4b1e277
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Tue Sep 8 00:17:13 2009 +0700

    mesa-lib: version bump to 7.5.1
    
    Fixes:
    
     * Added missing GLEW library to MesaDemos tarballs.
     * Fixed swapbuffers jerkiness in Doom3/etc in Intel drivers.
     * Fixed front buffer rendering bug in Intel drivers.
     * Fixed minor GLX memory leaks.
     * Fixed some texture env / fragment program state bugs.
     * Fixed some Gallium glBlitFramebuffer() bugs
     * Empty glBegin/glEnd() pair could cause divide by zero (bug 23489)
     * Fixed Gallium glBitmap() Z position bug
     * Setting arrays of sampler uniforms did not work
     * Selection/Feedback mode didn't handle polygon culling correctly (bug 16866)
     * Fixed 32/64-bit cross compilation issue in gen_matypes.c
     * Fixed glXCreateGLXPixmap() for direct rendering.
     * Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
---
 xorg7/mesa-lib/BUILD   |    3 +++
 xorg7/mesa-lib/DETAILS |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/xorg7/mesa-lib/BUILD b/xorg7/mesa-lib/BUILD
index 248cedc..609139a 100644
--- a/xorg7/mesa-lib/BUILD
+++ b/xorg7/mesa-lib/BUILD
@@ -16,6 +16,9 @@
   make glxgears glxinfo  &&
   cd ../..  &&
 
+  # Prevent glew headers from being installed
+  rm include/GL/{glew,glxew,wglew}.h  &&
+
   make install  &&                 
 
   install -v -m755 progs/xdemos/glx{gears,info} /usr/bin/
diff --git a/xorg7/mesa-lib/DETAILS b/xorg7/mesa-lib/DETAILS
index e0dd131..03857fe 100644
--- a/xorg7/mesa-lib/DETAILS
+++ b/xorg7/mesa-lib/DETAILS
@@ -10,7 +10,7 @@
        SOURCE_VFY=sha1:26171fb4de23a21431861d6663203e400df45bf7
       SOURCE2_VFY=sha1:349c6dee14d8c641dc161d1584e5960b6001b944
       SOURCE3_VFY=sha1:5bafef98a896f4e5c22d17b435db0d14e981ba6c
-         WEB_SITE=http://www.mesa3d.org
+         WEB_SITE=http://www.mesa3d.org/
           ENTERED=20060215
           UPDATED=20090905
             SHORT="Mesa 3D library"


More information about the Lunar-commits mailing list