summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-01-19 14:04:50 +0100
committerIgor Oliveira <igor.oliveira@openbossa.org>2010-09-29 23:07:26 -0400
commit8b826cdd5b1a2c16b0fcc6919a51311b1a96e440 (patch)
treee883745dcbcbfd2ea977ee64b8f710dc289dac3c
parenta08424340c990119dcae8b0ffd1d0f43f8c422cb (diff)
tgsi: Add missing opcode info for DMAD.
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.c b/src/gallium/auxiliary/tgsi/tgsi_info.c
index 794eb7f5e5..23a8ae2e37 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_info.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_info.c
@@ -189,7 +189,8 @@ static const struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] =
{ 1, 2, 0, 0, 0, 0, "DSGE", TGSI_OPCODE_DSGE },
{ 1, 2, 0, 0, 0, 0, "DSEQ", TGSI_OPCODE_DSEQ },
{ 1, 1, 0, 0, 0, 0, "DRCP", TGSI_OPCODE_DRCP },
- { 1, 1, 0, 0 ,0, 0, "DSQRT", TGSI_OPCODE_DSQRT }
+ { 1, 1, 0, 0 ,0, 0, "DSQRT", TGSI_OPCODE_DSQRT },
+ { 1, 3, 0, 0 ,0, 0, "DMAD", TGSI_OPCODE_DMAD }
};
const struct tgsi_opcode_info *