projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e70d051
)
tgsi: add DFMA to the opcode infer functions.
author
Dave Airlie
<airlied@redhat.com>
Wed, 1 Jul 2015 05:31:13 +0000
(06:31 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 11 Jul 2015 07:05:56 +0000
(08:05 +0100)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/tgsi/tgsi_info.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_info.c
b/src/gallium/auxiliary/tgsi/tgsi_info.c
index 4b16ef387f35782119f12fd91fac7e53f453d634..8da42b9846875699858d3e22ae93f53e2513519e 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_info.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_info.c
@@
-381,6
+381,7
@@
tgsi_opcode_infer_type( uint opcode )
return TGSI_TYPE_SIGNED;
case TGSI_OPCODE_DADD:
case TGSI_OPCODE_DABS:
+ case TGSI_OPCODE_DFMA:
case TGSI_OPCODE_DNEG:
case TGSI_OPCODE_DMUL:
case TGSI_OPCODE_DMAX: