rpms/xorg-x11-drv-i810/devel intel-2.5.0-no-legacy-3d.patch, NONE, 1.1 xorg-x11-drv-i810.spec, 1.114, 1.115

Dave Airlie airlied at fedoraproject.org
Fri Oct 31 00:10:07 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-i810/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26339

Modified Files:
	xorg-x11-drv-i810.spec 
Added Files:
	intel-2.5.0-no-legacy-3d.patch 
Log Message:
- disable legacy 3D allocation now we have GEM.


intel-2.5.0-no-legacy-3d.patch:

--- NEW FILE intel-2.5.0-no-legacy-3d.patch ---
diff -up xf86-video-intel-2.5.0/src/i830_driver.c.dave xf86-video-intel-2.5.0/src/i830_driver.c
--- xf86-video-intel-2.5.0/src/i830_driver.c.dave	2008-10-31 10:05:55.000000000 +1000
+++ xf86-video-intel-2.5.0/src/i830_driver.c	2008-10-31 10:06:33.000000000 +1000
@@ -1566,7 +1566,7 @@ I830AccelMethodInit(ScrnInfoPtr pScrn)
 
 	if (!pI830->directRenderingDisabled) {
 	   pI830->allocate_classic_textures =
-	      xf86ReturnOptValBool(pI830->Options, OPTION_LEGACY3D, TRUE);
+	      xf86ReturnOptValBool(pI830->Options, OPTION_LEGACY3D, FALSE);
 	}
     }
 #endif /* XF86DRI */


Index: xorg-x11-drv-i810.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i810/devel/xorg-x11-drv-i810.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- xorg-x11-drv-i810.spec	21 Oct 2008 07:37:04 -0000	1.114
+++ xorg-x11-drv-i810.spec	31 Oct 2008 00:09:37 -0000	1.115
@@ -6,7 +6,7 @@
 Summary:   Xorg X11 Intel video driver(s)
 Name:      xorg-x11-drv-i810
 Version:   2.5.0
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -22,6 +22,7 @@
 
 Patch3: intel-2.1.1-fix-xv-reset.patch
 #Patch4: intel-fix-flip.patch
+Patch5: intel-2.5.0-no-legacy-3d.patch
 
 ExclusiveArch: %{ix86} x86_64 ia64
 
@@ -52,6 +53,7 @@
 %prep
 %setup -q -n xf86-video-intel-%{version}
 %patch3 -p1 -b .xvfix
+%patch5 -p1 -b .nolegacy3d
 #patch4 -p1 -b .fixflip
 
 %build
@@ -95,6 +97,9 @@
 %{_libdir}/libIntelXvMC.so
 
 %changelog
+* Fri Oct 31 2008 Dave Airlie <airlied at redhat.com> 2.5.0-2
+- disable legacy 3D allocation now we have GEM.
+
 * Tue Oct 21 2008 Dave Airlie <airlied at redhat.com> 2.5.0-1
 - rebase to Intel 2.5.0 release
 




More information about the fedora-extras-commits mailing list