From: Ben Skeggs Date: Wed, 2 Sep 2009 02:03:42 +0000 (+1000) Subject: nv50: SWZ is the same as MOV from our perspective X-Git-Tag: 062012170305~15523^2~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a82cd55a5cb1ad617960551560b107edffad1e9a;p=profile%2Fivi%2Fmesa.git nv50: SWZ is the same as MOV from our perspective --- diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index 289c348..1cb1ce7 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -1495,6 +1495,7 @@ nv50_program_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok) } break; case TGSI_OPCODE_MOV: + case TGSI_OPCODE_SWZ: for (c = 0; c < 4; c++) { if (!(mask & (1 << c))) continue;