summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-01-02 11:00:40 +0100
committerMichal Krol <michal@vmware.com>2010-01-05 09:28:27 +0100
commitc34f6faf35c16ff81a1c4420290be4ed7f542121 (patch)
treef92475688435b37da4271d468a9cfd0f7c6f19b0 /src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
parent062aab96e015021f3b83067848495a8ce2d92456 (diff)
gallium: Add UMOD TGSI opcode.
Either that or have UDIV have two destination operands.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index a35186c223..e4af15c156 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -160,6 +160,7 @@ OP12(UDIV)
OP13(UMAD)
OP12(UMAX)
OP12(UMIN)
+OP12(UMOD)
OP12(UMUL)
OP12(USEQ)
OP12(USGE)