Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory
checked in at Mon May 23 10:11:37 CEST 2011.



--------
--- Mesa/Mesa.changes   2011-05-06 18:48:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/Mesa/Mesa.changes      2011-05-19 
18:14:25.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 19 18:10:53 UTC 2011 - [email protected]
+
+- Add intel-add-gem-string.patch: Add back "GEM" string to Intel
+  driver's version output to fix OpenGL effects in kwin.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  intel-add-gem-string.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.h1dsDT/_old  2011-05-23 10:09:35.000000000 +0200
+++ /var/tmp/diff_new_pack.h1dsDT/_new  2011-05-23 10:09:35.000000000 +0200
@@ -23,7 +23,7 @@
 %define _version 7.10.2
 
 Version:        7.10.2
-Release:        1
+Release:        8
 
 Name:           Mesa
 BuildRequires:  gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base 
xorg-x11-devel
@@ -52,6 +52,7 @@
 Source5:        drirc
 # add update path for dri drivers
 Patch1:         dri_driver_dir.diff
+Patch2:         intel-add-gem-string.patch
 # to be upstreamed
 Patch8:         egl-buildfix.diff
 Patch9:         Mesa_indirect_old_xserver_compatibility.diff
@@ -144,6 +145,7 @@
 # remove some docs
 rm -rf docs/README.{VMS,WIN32,OS2}
 %patch1
+%patch2
 sed -i 's/REPLACE/%_lib/g' src/glx/Makefile
 sed -i 's/REPLACE/%_lib/g' src/egl/drivers/dri2/Makefile
 %patch8

++++++ intel-add-gem-string.patch ++++++
Reverts 
http://cgit.freedesktop.org/mesa/mesa/commit/?h=7.10&id=b0a7492aebeb4517346f0da2362d6991a7385b59
because it breaks kwin, see 
http://blog.martin-graesslin.com/blog/2011/04/why-blur-does-not-work-in-kubuntu-natty-with-intel/


--- src/mesa/drivers/dri/intel/intel_context.c  2011-03-01 22:35:03.000000000 
+0100
+++ src/mesa/drivers/dri/intel/intel_context.c  2011-04-20 11:03:25.982000309 
+0200
@@ -61,6 +61,8 @@
 int INTEL_DEBUG = (0);
 #endif
 
+#define DRIVER_DATE "20100330 DEVELOPMENT"
+#define DRIVER_DATE_GEM "GEM " DRIVER_DATE
 
 static const GLubyte *
 intelGetString(struct gl_context * ctx, GLenum name)
@@ -178,7 +180,7 @@
          break;
       }
 
-      (void) driGetRendererString(buffer, chipset, "", 0);
+      (void) driGetRendererString(buffer, chipset, DRIVER_DATE_GEM, 0);
       return (GLubyte *) buffer;
 
    default:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to