rpms/xorg-x11-drv-i810/devel intel-2.1.1-fix-texoffset-start.patch, NONE, 1.1 xorg-x11-drv-i810.spec, 1.61, 1.62

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Wed Aug 15 08:36:33 UTC 2007


Author: airlied

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

Modified Files:
	xorg-x11-drv-i810.spec 
Added Files:
	intel-2.1.1-fix-texoffset-start.patch 
Log Message:
* Wed Aug 15 2007 Dave Airlie <airlied at redhat.com> 2.1.1-2
- intel-2.1.1-fix-texoffset-start.patch - shouldn't set texoffsetstart when not using EXA


intel-2.1.1-fix-texoffset-start.patch:

--- NEW FILE intel-2.1.1-fix-texoffset-start.patch ---
diff -up xf86-video-intel-2.1.1/src/i830_dri.c.texoffsetstart xf86-video-intel-2.1.1/src/i830_dri.c
--- xf86-video-intel-2.1.1/src/i830_dri.c.texoffsetstart	2007-08-14 14:58:29.000000000 +1000
+++ xf86-video-intel-2.1.1/src/i830_dri.c	2007-08-15 18:23:34.000000000 +1000
@@ -602,6 +602,7 @@ I830DRIScreenInit(ScreenPtr pScreen)
 #endif
 #if DRIINFO_MAJOR_VERSION > 5 || \
     (DRIINFO_MAJOR_VERSION == 5 && DRIINFO_MINOR_VERSION >= 3)
+      if (pI830->useEXA)
 	 pDRIInfo->texOffsetStart = I830TexOffsetStart;
 #endif
 


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.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- xorg-x11-drv-i810.spec	14 Aug 2007 12:23:19 -0000	1.61
+++ xorg-x11-drv-i810.spec	15 Aug 2007 08:36:00 -0000	1.62
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 i810 video driver(s)
 Name:      xorg-x11-drv-i810
 Version:   2.1.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -18,6 +18,7 @@
 Source2:   i810.xinf
 
 # new school intel driver patches
+Patch0: intel-2.1.1-fix-texoffset-start.patch
 
 # legacy i810 driver patches
 Patch100: i810-1.6.5-to-git-20060911.patch
@@ -61,6 +62,8 @@
 tar jxf %{SOURCE1}
 cd xf86-video-intel-%{version}
 
+%patch0 -p1 -b .texoffsetstart
+
 %build
 OPTS="--disable-static --libdir=%{_libdir} --mandir=%{_mandir} --enable-dri"
 ./configure ${OPTS} && make || exit 1
@@ -102,6 +105,9 @@
 %{_libdir}/libI810XvMC.so
 
 %changelog
+* Wed Aug 15 2007 Dave Airlie <airlied at redhat.com> 2.1.1-2
+- intel-2.1.1-fix-texoffset-start.patch - shouldn't set texoffsetstart when not using EXA
+
 * Tue Aug 14 2007 Dave Airlie <airlied at redhat.com> 2.1.1-1
 - xf86-video-intel 2.1.1.
 




More information about the fedora-extras-commits mailing list