diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-06-02 11:40:44 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-06-02 11:40:44 +0200 |
commit | dc6068a8bcd66e2cbcf76962c70ba202e0078a49 (patch) | |
tree | 321c31cc09bdbe7c5ff45770628663db0f23c1a5 /src/gallium/drivers | |
parent | c6ae627fdca417318d27a8c26e6d9bc23577aabe (diff) |
cell: SWZ no longer aliases MOV.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_exec.c | 2 |
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 ); |