cell: SWZ no longer aliases MOV.
authorMichal Krol <michal@tungstengraphics.com>
Mon, 2 Jun 2008 09:40:44 +0000 (11:40 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Mon, 2 Jun 2008 09:40:44 +0000 (11:40 +0200)
src/gallium/drivers/cell/spu/spu_exec.c

index 69b05261209584bb5dc4f22a863943413403a8fd..3a80df427da87610455e4ea46bbff7e2c513c084 100644 (file)
@@ -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 );