disable debug

This commit is contained in:
keithw 2007-08-24 11:23:55 +01:00 committed by Keith Whitwell
parent d36e01aa94
commit e648a86601

View file

@ -45,7 +45,7 @@
#define ADVANCE_BATCH()
#define FLUSH_BATCH() do { \
i915_dump_batchbuffer( i915, i915->batch_start, BEGIN_BATCH(0, 0) ); \
if (0) i915_dump_batchbuffer( i915, i915->batch_start, BEGIN_BATCH(0, 0) ); \
i915->winsys->batch_flush( i915->winsys ); \
i915->batch_start = BEGIN_BATCH(0, 0); \
i915->hardware_dirty = ~0; \