From: Michal Krol Date: Mon, 2 Jun 2008 09:40:44 +0000 (+0200) Subject: cell: SWZ no longer aliases MOV. X-Git-Tag: 062012170305~17580^2~390^2~1400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc6068a8bcd66e2cbcf76962c70ba202e0078a49;p=profile%2Fivi%2Fmesa.git cell: SWZ no longer aliases MOV. --- diff --git a/src/gallium/drivers/cell/spu/spu_exec.c b/src/gallium/drivers/cell/spu/spu_exec.c index 69b0526..3a80df4 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 );