summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-10-19 13:39:04 -0700
committerKeith Packard <keithp@keithp.com>2008-10-19 14:12:29 -0700
commitc25437a69490b09acff335a81a38aa540f0822f5 (patch)
treef466964f8ed91cb90e1ffba613f0b786f73dbb1b
parentae224be27bb4432f25dae851debea6966bf31261 (diff)
Remove accidental 'return;' left at the top of I830DRIInitBuffers
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@keithp.com>
-rw-r--r--src/i830_dri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c
index 16f37357..286b3579 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1197,7 +1197,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");