rpms/mesa/devel mesa-7.6-hush-vblank-warning.patch,NONE,1.1

Adam Jackson ajax at fedoraproject.org
Tue Sep 8 18:09:05 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14740

Added Files:
	mesa-7.6-hush-vblank-warning.patch 
Log Message:
missing patch

mesa-7.6-hush-vblank-warning.patch:
 vblank.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mesa-7.6-hush-vblank-warning.patch ---
diff -up mesa-20090813/src/mesa/drivers/dri/common/vblank.c.jx mesa-20090813/src/mesa/drivers/dri/common/vblank.c
--- mesa-20090813/src/mesa/drivers/dri/common/vblank.c.jx	2009-08-13 09:28:01.000000000 -0400
+++ mesa-20090813/src/mesa/drivers/dri/common/vblank.c	2009-09-08 14:07:51.000000000 -0400
@@ -256,7 +256,7 @@ static int do_wait( drmVBlank * vbl, GLu
    if ( ret != 0 ) {
       static GLboolean first_time = GL_TRUE;
 
-      if ( first_time ) {
+      if (0) {
 	 fprintf(stderr, 
 		 "%s: drmWaitVBlank returned %d, IRQs don't seem to be"
 		 " working correctly.\nTry adjusting the vblank_mode"




More information about the scm-commits mailing list