Mesa (master): tgsi: add DFMA to the opcode infer functions.

Dave Airlie airlied at kemper.freedesktop.org
Sat Jul 11 07:06:55 UTC 2015


Module: Mesa
Branch: master
Commit: ad2c3905d3460a6ddfc6756fc58a78332d82e72f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad2c3905d3460a6ddfc6756fc58a78332d82e72f

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jul  1 06:31:13 2015 +0100

tgsi: add DFMA to the opcode infer functions.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/auxiliary/tgsi/tgsi_info.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.c b/src/gallium/auxiliary/tgsi/tgsi_info.c
index 4b16ef3..8da42b9 100644
--- 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:




More information about the mesa-commit mailing list