xf86-video-intel: Branch 'intel-batchbuffer' - src/i830_dri.c

Kristian Høgsberg krh at kemper.freedesktop.org
Thu Mar 6 11:28:56 PST 2008


 src/i830_dri.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1c29de21488a2d190da6bd6d84a1ba6877366dfb
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Thu Mar 6 14:28:46 2008 -0500

    Take out #if 0 left in i830_dri.c by accident.

diff --git a/src/i830_dri.c b/src/i830_dri.c
index 3c439b8..d95ecb2 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1931,9 +1931,7 @@ I830DRI2Prepare(ScreenPtr pScreen)
     xf86DrvMsg(pScrn->scrnIndex, X_INFO,
 	       "[DRI2] Opened DRM device successfully\n");
 
-#if 0
     I830InitBufMgr(pScreen);
-#endif
     if (!pI830->use_ttm_batch)
 	return;
 


More information about the xorg-commit mailing list