mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 22:20:29 +01:00
brw: SWZ no longer aliases MOV.
This commit is contained in:
parent
dfd30b8786
commit
49ed85d6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1135,8 +1135,8 @@ static void process_instruction(struct brw_vs_compile *c,
|
|||
emit_min(p, dst, args[0], args[1]);
|
||||
break;
|
||||
case TGSI_OPCODE_MOV:
|
||||
#if 0
|
||||
case TGSI_OPCODE_SWZ:
|
||||
#if 0
|
||||
/* The args[0] value can't be used here as it won't have
|
||||
* correctly encoded the full swizzle:
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue