diff options
author | Stéphane Marchesin <[email protected]> | 2012-02-09 20:39:00 -0800 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2012-02-12 16:32:15 -0800 |
commit | a2caf952a150a8da395f4cf1fd30e8c867b0064e (patch) | |
tree | e9ae4bfc29036a8b1d7ac033bf4770126973c5f5 /src/gallium/drivers/i915/i915_flush.c | |
parent | 633f21652aacbcd7eebe28597cac1dc556ea2b45 (diff) |
i915g: Remove useless draw calls.
Diffstat (limited to 'src/gallium/drivers/i915/i915_flush.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_flush.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_flush.c b/src/gallium/drivers/i915/i915_flush.c index 0a0ca7885da..50d6642e5a3 100644 --- a/src/gallium/drivers/i915/i915_flush.c +++ b/src/gallium/drivers/i915/i915_flush.c @@ -43,8 +43,6 @@ static void i915_flush_pipe( struct pipe_context *pipe, { struct i915_context *i915 = i915_context(pipe); - draw_flush(i915->draw); - /* Only shortcut this if we have no fence, otherwise we must flush the * empty batchbuffer to get our fence back. */ |