xf86-video-intel: src/i830_cursor.c

Jesse Barnes jbarnes at kemper.freedesktop.org
Tue Sep 15 10:43:08 PDT 2009


 src/i830_cursor.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b8c5c996e888485c3a16d645c8490592534a7882
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Tue Sep 15 19:45:47 2009 -0700

    Eliminate cursor flicker
    
    We can update the cursor without hiding and showing it.  In fact, doing the
    hide/show causes noticable flicker when running in KMS mode.
    
    Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>

diff --git a/src/i830_cursor.c b/src/i830_cursor.c
index a6aba41..83af35f 100644
--- a/src/i830_cursor.c
+++ b/src/i830_cursor.c
@@ -119,6 +119,7 @@ I830CursorInit(ScreenPtr pScreen)
 			       HARDWARE_CURSOR_SWAP_SOURCE_AND_MASK |
 			       HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
 			       HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_64 |
+			       HARDWARE_CURSOR_UPDATE_UNHIDDEN |
 			       HARDWARE_CURSOR_ARGB));
 }
 


More information about the xorg-commit mailing list