rpms/xorg-x11-server/devel xorg-x11-server.spec, 1.244, 1.245 xserver-1.3.0-newglx-offscreen-pixmaps.patch, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Aug 14 15:13:16 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4751

Modified Files:
	xorg-x11-server.spec 
	xserver-1.3.0-newglx-offscreen-pixmaps.patch 
Log Message:
* Tue Aug 14 2007 Adam Jackson <ajax at redhat.com> 1.3.0.0-19
- xserver-1.3.0-newglx-offscreen-pixmaps.patch: Zero-copy TFP is busted
  on at least my laptop, so turn it off again.



Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- xorg-x11-server.spec	14 Aug 2007 06:16:44 -0000	1.244
+++ xorg-x11-server.spec	14 Aug 2007 15:12:43 -0000	1.245
@@ -9,7 +9,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.3.0.0
-Release:   18%{?dist}
+Release:   19%{?dist}
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X
@@ -604,6 +604,10 @@
 
 
 %changelog
+* Tue Aug 14 2007 Adam Jackson <ajax at redhat.com> 1.3.0.0-19
+- xserver-1.3.0-newglx-offscreen-pixmaps.patch: Zero-copy TFP is busted
+  on at least my laptop, so turn it off again.
+
 * Mon Aug 13 2007 Dave Airlie <airlied at redhat.com> 1.3.0.0-18
 - xserver-1.3.0-mesa7.patch: Add support for building against mesa 7.0.1
   along with DRI zero-copy TFP hopefully

xserver-1.3.0-newglx-offscreen-pixmaps.patch:

Index: xserver-1.3.0-newglx-offscreen-pixmaps.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xserver-1.3.0-newglx-offscreen-pixmaps.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xserver-1.3.0-newglx-offscreen-pixmaps.patch	14 Aug 2007 06:16:44 -0000	1.1
+++ xserver-1.3.0-newglx-offscreen-pixmaps.patch	14 Aug 2007 15:12:43 -0000	1.2
@@ -39,7 +39,7 @@
      __GLXDRIscreen * const screen =
  	(__GLXDRIscreen *) __glXgetActiveScreen(pScreen->myNum);
  
-+    if (!screen->driScreen.setTexOffset) {
++    if (1 || !screen->driScreen.setTexOffset) {
 +         /* When the GLX_EXT_texture_from_pixmap is used, as it's
 +          * implemented here, we want to pull pixmap out of video memory
 +          * and into host memory. */




More information about the fedora-extras-commits mailing list