summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-06-02 11:40:44 +0200
committerMichal Krol <michal@tungstengraphics.com>2008-06-02 11:40:44 +0200
commitdc6068a8bcd66e2cbcf76962c70ba202e0078a49 (patch)
tree321c31cc09bdbe7c5ff45770628663db0f23c1a5 /src
parentc6ae627fdca417318d27a8c26e6d9bc23577aabe (diff)
cell: SWZ no longer aliases MOV.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/spu/spu_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_exec.c b/src/gallium/drivers/cell/spu/spu_exec.c
index 69b0526120..3a80df427d 100644
--- a/src/gallium/drivers/cell/spu/spu_exec.c
+++ b/src/gallium/drivers/cell/spu/spu_exec.c
@@ -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 );