disable debug
authorkeithw <keithw@keithw-laptop.(none)>
Fri, 24 Aug 2007 10:23:55 +0000 (11:23 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 24 Aug 2007 10:25:42 +0000 (11:25 +0100)
src/mesa/pipe/i915simple/i915_batch.h

index b11bbee..d0b0946 100644 (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;                          \