mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
i915: SWZ no longer aliases MOV.
This commit is contained in:
parent
dc6068a8bc
commit
dfd30b8786
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ i915_translate_instruction(struct i915_fp_compile *p,
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_MOV:
|
||||
/* aka TGSI_OPCODE_SWZ */
|
||||
case TGSI_OPCODE_SWZ:
|
||||
emit_simple_arith(p, inst, A0_MOV, 1);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue