diff options
author | Ben Skeggs <[email protected]> | 2009-09-02 12:03:42 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-09-02 12:05:34 +1000 |
commit | a82cd55a5cb1ad617960551560b107edffad1e9a (patch) | |
tree | eb3da1417aa8210a45bfb60663e61e65cc206c74 /src | |
parent | 282f578dbd790d7e5d7f371c51b72f116cda3934 (diff) |
nv50: SWZ is the same as MOV from our perspective
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_program.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index 289c3485e08..1cb1ce74bdd 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; |