summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_batch.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-03 12:35:01 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-03 12:35:01 +0200
commitafd635a95056abc0909ebd1503131660d6e78cf6 (patch)
tree45c31705d571666d3ce69b99c961ac311684c24c /src/gallium/drivers/i915simple/i915_batch.h
parent6a3aab1983d999a3a9eccbeaab88195820abf467 (diff)
i915: Fix compile on linux-dri-debug
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_batch.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_batch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915simple/i915_batch.h b/src/gallium/drivers/i915simple/i915_batch.h
index 987d0b4d28..45bf4f4028 100644
--- a/src/gallium/drivers/i915simple/i915_batch.h
+++ b/src/gallium/drivers/i915simple/i915_batch.h
@@ -29,7 +29,6 @@
#define I915_BATCH_H
#include "i915_winsys.h"
-#include "i915_debug.h"
struct i915_batchbuffer
{
@@ -110,7 +109,6 @@ i915_batchbuffer_flush( struct i915_batchbuffer *batch,
i915_batchbuffer_reloc( i915->batch, buf, flags, delta )
#define FLUSH_BATCH(fence) do { \
- if (0) i915_dump_batchbuffer( i915 ); \
i915->winsys->batch_flush( i915->winsys, fence ); \
i915->hardware_dirty = ~0; \
} while (0)