xserver/hw/xgl/glx xglx.c,1.4,1.5

David Reveman xserver-commit at pdx.freedesktop.org
Thu Mar 10 16:58:51 PST 2005


Committed by: davidr

Update of /cvs/xserver/xserver/hw/xgl/glx
In directory gabe:/tmp/cvs-serv2534/hw/xgl/glx

Modified Files:
	xglx.c 
Log Message:
Use negative stride and PBOs in Xgl

Index: xglx.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/glx/xglx.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xglx.c	8 Feb 2005 22:45:21 -0000	1.4
+++ xglx.c	11 Mar 2005 00:58:49 -0000	1.5
@@ -67,7 +67,9 @@
 xglScreenInfoRec xglScreenInfo = {
     NULL, 0, 0, 0, 0, FALSE,
     DEFAULT_GEOMETRY_DATA_TYPE,
-    DEFAULT_GEOMETRY_USAGE
+    DEFAULT_GEOMETRY_USAGE,
+    FALSE,
+    XGL_DEFAULT_PBO_MASK
 };
 
 static Bool



More information about the xserver-commit mailing list