mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 06:50:22 +01:00
i965: Fix incorrect batchbuffer size in gen6 clip state command.
FORCE_ZERO_RTAINDEX should be in the fourth (and final) dword.
(cherry picked from commit f317713432)
This commit is contained in:
parent
21078eef10
commit
dc8e22e4f0
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue