sna/gen4: Deactivate CONSTANT_BUFFER
Turn off the CONSTANT_BUFFER loads as we do not use them. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
60022507b8
commit
bd585f626c
|
|
@ -883,6 +883,9 @@ gen4_emit_invariant(struct sna *sna)
|
|||
else
|
||||
OUT_BATCH(GEN4_PIPELINE_SELECT | PIPELINE_SELECT_3D);
|
||||
|
||||
OUT_BATCH(GEN4_CONSTANT_BUFFER);
|
||||
OUT_BATCH(0);
|
||||
|
||||
gen4_emit_state_base_address(sna);
|
||||
|
||||
sna->render_state.gen4.needs_invariant = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue