Mesa (gallium-0.2): i915: Don't dump batchbuffer on flush in context

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Jan 29 02:00:56 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: a3b89a39d94d94c5e7f9f5389f852171ad0aeb1f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3b89a39d94d94c5e7f9f5389f852171ad0aeb1f

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Thu Jan 29 01:30:37 2009 +0100

i915: Don't dump batchbuffer on flush in context

---

 src/gallium/drivers/i915simple/i915_batch.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915simple/i915_batch.h b/src/gallium/drivers/i915simple/i915_batch.h
index 88cfc32..a433cf0 100644
--- a/src/gallium/drivers/i915simple/i915_batch.h
+++ b/src/gallium/drivers/i915simple/i915_batch.h
@@ -109,7 +109,6 @@ i915_batchbuffer_flush( struct i915_batchbuffer *batch,
    i915_batchbuffer_reloc( i915->batch, buf, flags, delta )
 
 #define FLUSH_BATCH(fence) do {				\
-   i915_dump_batchbuffer(i915);				\
    i915->winsys->batch_flush( i915->winsys, fence );	\
    i915->hardware_dirty = ~0;				\
 } while (0)




More information about the mesa-commit mailing list