Mesa (gallium-0.2): nv50: add TXP to TEX case.. not correct, but anyway..

Ben Skeggs darktama at kemper.freedesktop.org
Mon Jan 5 22:05:49 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: 5696267efd6f85d79f5fe511d1a066a17c4d1ccc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5696267efd6f85d79f5fe511d1a066a17c4d1ccc

Author: Ben Skeggs <skeggsb at gmail.com>
Date:   Mon Jan  5 14:06:43 2009 +1100

nv50: add TXP to TEX case.. not correct, but anyway..

---

 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 b205cdb..147a98a 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;




More information about the mesa-commit mailing list