summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_batch.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-02 17:23:30 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-02 17:24:31 +0200
commit6a3aab1983d999a3a9eccbeaab88195820abf467 (patch)
tree8ee41a24d5e27ae1307db7d518ef22a304711065 /src/gallium/drivers/i915simple/i915_batch.h
parent7cc23a9eaebc788ae34f6e06c6227524d08a7693 (diff)
i915: Removed useless defines
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_batch.h')
-rw-r--r--src/gallium/drivers/i915simple/i915_batch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/i915simple/i915_batch.h b/src/gallium/drivers/i915simple/i915_batch.h
index 9379d1fb5d..987d0b4d28 100644
--- a/src/gallium/drivers/i915simple/i915_batch.h
+++ b/src/gallium/drivers/i915simple/i915_batch.h
@@ -100,8 +100,6 @@ i915_batchbuffer_flush( struct i915_batchbuffer *batch,
batch->winsys->batch_flush( batch->winsys, fence );
}
-#define BATCH_LOCALS
-
#define BEGIN_BATCH( dwords, relocs ) \
(i915_batchbuffer_check( i915->batch, dwords, relocs ))
@@ -111,8 +109,6 @@ i915_batchbuffer_flush( struct i915_batchbuffer *batch,
#define OUT_RELOC( buf, flags, delta ) \
i915_batchbuffer_reloc( i915->batch, buf, flags, delta )
-#define ADVANCE_BATCH()
-
#define FLUSH_BATCH(fence) do { \
if (0) i915_dump_batchbuffer( i915 ); \
i915->winsys->batch_flush( i915->winsys, fence ); \