diff options
author | Eric Anholt <[email protected]> | 2010-10-19 09:50:44 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-10-19 10:49:19 -0700 |
commit | 2595589f1df351895bc5b1a92f19e995a19da15b (patch) | |
tree | 388882dfbb923052c8648f3ff4b9f2c339870553 /src/mesa/drivers/dri/i965/gen6_sampler_state.c | |
parent | 32573792de559c4dbad766a7cfcf02ea71f5047f (diff) |
i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.
These were for debugging in bringup. Now that relatively complicated
apps are working, they haven't helped debug anything in quite a while.
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen6_sampler_state.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_sampler_state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_sampler_state.c b/src/mesa/drivers/dri/i965/gen6_sampler_state.c index ab8e7516d23..fc5d391c3cf 100644 --- a/src/mesa/drivers/dri/i965/gen6_sampler_state.c +++ b/src/mesa/drivers/dri/i965/gen6_sampler_state.c @@ -49,8 +49,6 @@ upload_sampler_state_pointers(struct brw_context *brw) OUT_BATCH(0); ADVANCE_BATCH(); - - intel_batchbuffer_emit_mi_flush(intel->batch); } |