summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-01-29 01:30:37 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-01-29 03:00:14 +0100
commita3b89a39d94d94c5e7f9f5389f852171ad0aeb1f (patch)
treef34b644bdd3df39d49dcf627d41ff15d9f29c92b /src/gallium
parente351343fdff2b217fdcf1f7d7b352f5f852d74c4 (diff)
i915: Don't dump batchbuffer on flush in context
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/i915simple/i915_batch.h1
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 88cfc324fa..a433cf054d 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)