Mesa (master): st/xorg: Remove superfluous miInitializeBackingStore() call

Michel Dänzer daenzer at kemper.freedesktop.org
Tue Oct 30 10:56:45 UTC 2012


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

Author: Marvin Schmidt <marv at exherbo.org>
Date:   Thu Oct 11 20:02:47 2012 +0200

st/xorg: Remove superfluous miInitializeBackingStore() call

It was defined as an empty function since Nov 2010 and was ultimately
removed completely.

See xserver commit 1cb0261

Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>

---

 src/gallium/state_trackers/xorg/xorg_driver.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_driver.c b/src/gallium/state_trackers/xorg/xorg_driver.c
index 1b0b4c6..69038d9 100644
--- a/src/gallium/state_trackers/xorg/xorg_driver.c
+++ b/src/gallium/state_trackers/xorg/xorg_driver.c
@@ -852,7 +852,6 @@ drv_screen_init(SCREEN_INIT_ARGS_DECL)
 
     xf86DrvMsg(pScrn->scrnIndex, X_INFO, "##################################\n");
 
-    miInitializeBackingStore(pScreen);
     xf86SetBackingStore(pScreen);
     xf86SetSilkenMouse(pScreen);
     miDCInitialize(pScreen, xf86GetPointerScreenFuncs());




More information about the mesa-commit mailing list