rpms/xorg-x11-drv-intel/devel intel-2.7-dont-vsync-xv.patch, NONE, 1.1

Adam Jackson ajax at fedoraproject.org
Mon Jun 22 21:34:40 UTC 2009


Author: ajax

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

Added Files:
	intel-2.7-dont-vsync-xv.patch 
Log Message:
* Mon Jun 22 2009 Adam Jackson <ajax at redhat.com> 2.7.0-8
- Fix ABI for new server version


intel-2.7-dont-vsync-xv.patch:

--- NEW FILE intel-2.7-dont-vsync-xv.patch ---
diff -up xf86-video-intel-2.7.0/src/i830_video.c~ xf86-video-intel-2.7.0/src/i830_video.c
--- xf86-video-intel-2.7.0/src/i830_video.c~	2009-04-08 19:59:48.000000000 -0400
+++ xf86-video-intel-2.7.0/src/i830_video.c	2009-05-28 13:54:37.000000000 -0400
@@ -1019,7 +1019,7 @@ I830SetupImageVideoTextured(ScreenPtr pS
 	pPriv->doubleBuffer = 0;
 
 	pPriv->rotation = RR_Rotate_0;
-	pPriv->SyncToVblank = 1;
+	pPriv->SyncToVblank = 0;
 
 	/* gotta uninit this someplace, XXX: shouldn't be necessary for textured */
 	REGION_NULL(pScreen, &pPriv->clip);




More information about the fedora-extras-commits mailing list