[Intel-gfx] [PATCH] Remove accidental 'return; ' left at the top of I830DRIInitBuffers
Keith Packard
keithp at keithp.com
Sun Oct 19 22:41:51 CEST 2008
I was testing the behaviour of the XAA-based DRI buffer drawing code for
tiled buffers and accidentally left I830DRIInitBuffers disabled.
Signed-off-by: Keith Packard <keithp at keithp.com>
---
src/i830_dri.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/i830_dri.c b/src/i830_dri.c
index c964486..7be4176 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1195,7 +1195,6 @@ I830DRIInitBuffers(WindowPtr pWin, RegionPtr prgn, CARD32 index)
int nbox;
int buffer, first_buffer, last_buffer;
- return;
if (I810_DEBUG & DEBUG_VERBOSE_DRI)
ErrorF("I830DRIInitBuffers\n");
--
1.5.6.5
More information about the Intel-gfx
mailing list