summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_flush.c
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_flush.c
parent7cc23a9eaebc788ae34f6e06c6227524d08a7693 (diff)
i915: Removed useless defines
Diffstat (limited to 'src/gallium/drivers/i915simple/i915_flush.c')
-rw-r--r--src/gallium/drivers/i915simple/i915_flush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_flush.c b/src/gallium/drivers/i915simple/i915_flush.c
index 4c4718d68e..472e0ab774 100644
--- a/src/gallium/drivers/i915simple/i915_flush.c
+++ b/src/gallium/drivers/i915simple/i915_flush.c
@@ -62,7 +62,6 @@ static void i915_flush( struct pipe_context *pipe,
assert(BEGIN_BATCH(1, 0));
}
OUT_BATCH( flush );
- ADVANCE_BATCH();
}
/* If there are no flags, just flush pending commands to hardware: