mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
Correct a mis-count in a LOAD_STATE_IMMEDIATE_1 length argument.
This commit is contained in:
parent
b9323aa2cb
commit
7a452b21a2
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ i915_emit_invarient_state(struct intel_context *intel)
|
|||
|
||||
/* Need to initialize this to zero.
|
||||
*/
|
||||
OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | (1));
|
||||
OUT_BATCH(_3DSTATE_LOAD_STATE_IMMEDIATE_1 | I1_LOAD_S(3) | 0);
|
||||
OUT_BATCH(0);
|
||||
|
||||
/* XXX: Use this */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue