Mesa (master): xorg/vmwgfx: Don't hide HW cursors when updating them

Thomas Hellstrom thomash at kemper.freedesktop.org
Tue Oct 12 13:09:14 UTC 2010


Module: Mesa
Branch: master
Commit: 201c3d36697fccfee6b6dacf9529d1951f77651c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=201c3d36697fccfee6b6dacf9529d1951f77651c

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Tue Oct 12 14:10:50 2010 +0200

xorg/vmwgfx: Don't hide HW cursors when updating them

Gets rid of annoying cursor flicker

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>

---

 src/gallium/targets/xorg-vmwgfx/vmw_screen.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c
index 8173908..7662203 100644
--- a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c
+++ b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c
@@ -245,6 +245,7 @@ vmw_screen_pre_init(ScrnInfoPtr pScrn, int flags)
     cust->winsys_enter_vt = vmw_screen_enter_vt;
     cust->winsys_leave_vt = vmw_screen_leave_vt;
     cust->no_3d = TRUE;
+    cust->unhidden_hw_cursor_update = TRUE;
     vmw->pScrn = pScrn;
 
     pScrn->driverPrivate = cust;




More information about the mesa-commit mailing list