diff options
author | Kenneth Graunke <[email protected]> | 2010-10-01 19:53:24 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2010-10-01 21:53:28 -0700 |
commit | f31771343259d195ba243ce8d307831e495d5a2c (patch) | |
tree | 2263d506a5790742b80cc0774abfb0a77415b446 /src/mesa/drivers/dri | |
parent | 64a9fc3fc15603a8e25d0e1146fe5da5a5bde55b (diff) |
i965: Fix incorrect batchbuffer size in gen6 clip state command.
FORCE_ZERO_RTAINDEX should be in the fourth (and final) dword.
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/i965/gen6_clip_state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen6_clip_state.c b/src/mesa/drivers/dri/i965/gen6_clip_state.c index 045d9c6f76e..e8bca83e3a0 100644 --- a/src/mesa/drivers/dri/i965/gen6_clip_state.c +++ b/src/mesa/drivers/dri/i965/gen6_clip_state.c @@ -60,7 +60,6 @@ upload_clip_state(struct brw_context *brw) depth_clamp | provoking); OUT_BATCH(GEN6_CLIP_FORCE_ZERO_RTAINDEX); - OUT_BATCH(0); ADVANCE_BATCH(); intel_batchbuffer_emit_mi_flush(intel->batch); |