xf86-video-intel: src/i830_driver.c

Eric Anholt anholt at kemper.freedesktop.org
Wed Mar 7 23:04:07 EET 2007


 src/i830_driver.c |    2 ++
 1 files changed, 2 insertions(+)

New commits:
diff-tree 14ee9195d203192d3f613919f230b20b900ffdba (from a5f0522b1d34236278861fe15bac2df099f0a2c7)
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Mar 7 13:00:03 2007 -0800

    Bug #10157: Fix cursor corruption on server regen.

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 30558ac..18a05ef 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -2962,6 +2962,8 @@ I830CloseScreen(int scrnIndex, ScreenPtr
       pI830->CursorInfoRec = 0;
    }
 
+   i830_reset_allocations(pScrn);
+
    if (I830IsPrimary(pScrn)) {
       xf86GARTCloseScreen(scrnIndex);
 



More information about the xorg-commit mailing list