From: Ben Skeggs Date: Mon, 5 Jan 2009 03:06:43 +0000 (+1100) Subject: nv50: add TXP to TEX case.. not correct, but anyway.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5696267efd6f85d79f5fe511d1a066a17c4d1ccc;p=mesa.git nv50: add TXP to TEX case.. not correct, but anyway.. --- diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index b205cdbaca3..147a98aca05 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -1187,6 +1187,7 @@ nv50_program_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok) } break; case TGSI_OPCODE_TEX: + case TGSI_OPCODE_TXP: { struct nv50_reg *t[4]; struct nv50_program_exec *e;