From: Michal Krol Date: Wed, 12 Mar 2008 14:29:39 +0000 (+0100) Subject: tgsi: Dump TXP opcode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5b1a53c9f9ad247272415e0e21e83cfe00728a9;p=mesa.git tgsi: Dump TXP opcode. --- diff --git a/src/gallium/auxiliary/tgsi/util/tgsi_dump.c b/src/gallium/auxiliary/tgsi/util/tgsi_dump.c index a393c65da6f..1913d482f1a 100644 --- a/src/gallium/auxiliary/tgsi/util/tgsi_dump.c +++ b/src/gallium/auxiliary/tgsi/util/tgsi_dump.c @@ -459,7 +459,8 @@ static const char *TGSI_OPCODES[] = "OPCODE_IFC", "OPCODE_BREAKC", "OPCODE_KIL", - "OPCODE_END" + "OPCODE_END", + "OPCODE_TXP" }; static const char *TGSI_OPCODES_SHORT[] = @@ -597,7 +598,8 @@ static const char *TGSI_OPCODES_SHORT[] = "IFC", "BREAKC", "KIL", - "END" + "END", + "TXP" }; static const char *TGSI_SATS[] =