* Mon Aug 7 2006 Kristian Høgsberg <krh@redhat.com> - 1.1.1-17.fc6

- Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
  XaaNoOffscreenPixmaps to false, for now.
This commit is contained in:
Kristian Høgsberg 2006-08-07 18:32:27 +00:00
parent 9a768d9ad6
commit b99e229f45
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,17 @@
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 }
};

View File

@ -8,7 +8,7 @@ Version: 1.1.1
# 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 @@ Patch103: xorg-x11-server-1.1.0-tfp-damage.patch
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 @@ drivers, input drivers, or other X modules should install this package.
%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 @@ rm -rf $RPM_BUILD_ROOT
# -------------------------------------------------------------------
%changelog
* Mon Aug 7 2006 Kristian Høgsberg <krh@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@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.