i965: Fix incorrect batchbuffer size in gen6 clip state command.
FORCE_ZERO_RTAINDEX should be in the fourth (and final) dword.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user