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 69b0526..3a80df4 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 );