cell: SWZ no longer aliases MOV.
This commit is contained in:
@@ -896,7 +896,7 @@ exec_instruction(
|
||||
break;
|
||||
|
||||
case TGSI_OPCODE_MOV:
|
||||
/* TGSI_OPCODE_SWZ */
|
||||
case TGSI_OPCODE_SWZ:
|
||||
FOR_EACH_ENABLED_CHANNEL( *inst, chan_index ) {
|
||||
FETCH( &r[0], 0, chan_index );
|
||||
STORE( &r[0], 0, chan_index );
|
||||
|
||||
Reference in New Issue
Block a user