diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-08-24 11:23:55 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-24 11:25:42 +0100 |
commit | e648a86601a7cf7a6ddfa7afa69e8c141efc45ad (patch) | |
tree | abfe6fcb486b3e10e806d79daea7336cba57a203 /src/mesa/pipe/i915simple | |
parent | d36e01aa940cfd48fcdbc7d57d356c4d4c7cfc9c (diff) |
disable debug
Diffstat (limited to 'src/mesa/pipe/i915simple')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_batch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_batch.h b/src/mesa/pipe/i915simple/i915_batch.h index b11bbeedbd..d0b0946cdf 100644 --- a/src/mesa/pipe/i915simple/i915_batch.h +++ b/src/mesa/pipe/i915simple/i915_batch.h @@ -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; \ |