summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_info.c
diff options
context:
space:
mode:
authorBryan Cain <bryancain3@gmail.com>2012-01-07 10:43:04 -0600
committerBryan Cain <bryancain3@gmail.com>2012-01-07 15:37:32 -0600
commit4c0f1fb5ec6117f07c9c911d7f74ff0d18c51d98 (patch)
tree4cdf083dc38f0938c6e879358160700398b4171e /src/gallium/auxiliary/tgsi/tgsi_info.c
parent291e374ea5528abd084bf0e9996a81b2f2e65e10 (diff)
downloadexternal_mesa3d-4c0f1fb5ec6117f07c9c911d7f74ff0d18c51d98.zip
external_mesa3d-4c0f1fb5ec6117f07c9c911d7f74ff0d18c51d98.tar.gz
external_mesa3d-4c0f1fb5ec6117f07c9c911d7f74ff0d18c51d98.tar.bz2
gallium: add an IABS opcode to TGSI
This is a necessary operation that is missing from TGSI. Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_info.c')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.c b/src/gallium/auxiliary/tgsi/tgsi_info.c
index 6cd580a..c9acdb9 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_info.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_info.c
@@ -192,6 +192,7 @@ static const struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] =
{ 1, 1, 0, 0, 0, 0, "UARL", TGSI_OPCODE_UARL },
{ 1, 3, 0, 0, 0, 0, "UCMP", TGSI_OPCODE_UCMP },
+ { 1, 1, 0, 0, 0, 0, "IABS", TGSI_OPCODE_IABS },
};
const struct tgsi_opcode_info *