rpms/xorg-x11-server/devel xorg-x11-server-1.1.1-offscreen-pixmaps.patch, NONE, 1.1 xorg-x11-server.spec, 1.141, 1.142

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 7 18:32:29 UTC 2006


Author: krh

Update of /cvs/dist/rpms/xorg-x11-server/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13018

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xorg-x11-server-1.1.1-offscreen-pixmaps.patch 
Log Message:
* Mon Aug  7 2006 Kristian Høgsberg <krh at redhat.com> - 1.1.1-17.fc6
- Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
  XaaNoOffscreenPixmaps to false, for now.


xorg-x11-server-1.1.1-offscreen-pixmaps.patch:
 xaaInitAccel.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xorg-x11-server-1.1.1-offscreen-pixmaps.patch ---
Patch to force pixmaps to be allocated in host memory.  Work in
progress, will eventually allow the xserver to keep pixmaps in video
memory until the root window is redirected.  At that point pixmaps are
evicted to host memory and subsequent pixmap allocations are done in
host memory.

--- ./hw/xfree86/xaa/xaaInitAccel.c.no-offscreen-pixmaps	2006-08-07 14:21:11.000000000 -0400
+++ ./hw/xfree86/xaa/xaaInitAccel.c	2006-08-07 14:20:44.000000000 -0400
@@ -92,7 +92,7 @@
     {XAAOPT_PIXMAP_CACHE,		"XaaNoPixmapCache",
 				OPTV_BOOLEAN,	{0}, FALSE },
     {XAAOPT_OFFSCREEN_PIXMAPS,		"XaaNoOffscreenPixmaps",
-				OPTV_BOOLEAN,	{0}, FALSE },
+				OPTV_BOOLEAN,	{0}, TRUE },
     { -1,				NULL,
 				OPTV_NONE,	{0}, FALSE }
 };


Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- xorg-x11-server.spec	7 Aug 2006 14:18:24 -0000	1.141
+++ xorg-x11-server.spec	7 Aug 2006 18:32:27 -0000	1.142
@@ -8,7 +8,7 @@
 # upgrades to officially released distribution releases, if the package
 # Version field above is not changing, append and/or bump a digit /after/
 # the dist tag.  ie:  25%{dist}.0 -> 25%{dist}.1 ...
-Release:   16%{?dist}
+Release:   17%{?dist}
 URL:       http://www.x.org
 License:   MIT/X11
 Group:     User Interface/X
@@ -32,6 +32,8 @@
 Patch104:  xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch
 Patch105:  xorg-x11-server-1.1.1-enable-composite.patch
 Patch106:  xorg-x11-server-1.1.1-no-composite-in-xnest.patch
+# Work-in-progress; for now just defaults XaaNoOffscreenPixmaps to false.
+Patch107:  xorg-x11-server-1.1.1-offscreen-pixmaps.patch
 
 # Red Hat specific tweaking, not intended for upstream
 # XXX move these to the end of the list
@@ -329,6 +331,7 @@
 %patch104 -p0 -b .mesa-copy-sub-buffer
 %patch105 -p0 -b .enable-composite
 %patch106 -p1 -b .no-xnest-composite
+%patch107 -p0 -b .offscreen-pixmaps
 
 %patch1000 -p0 -b .redhat-die-ugly-pattern-die-die-die
 %patch1001 -p1 -b .Red-Hat-extramodes
@@ -678,6 +681,10 @@
 # -------------------------------------------------------------------
 
 %changelog
+* Mon Aug  7 2006 Kristian Høgsberg <krh at redhat.com> - 1.1.1-17.fc6
+- Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
+  XaaNoOffscreenPixmaps to false, for now.
+
 * Mon Aug  7 2006 Adam Jackson <ajackson at redhat.com> 1.1.1-16.fc6
 - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Off-by-one error in
   range storage.




More information about the fedora-cvs-commits mailing list