diff options
author | Zack Rusin <[email protected]> | 2013-08-02 19:06:46 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2013-08-02 19:08:39 -0400 |
commit | 2da1daaa4e1f2b8243a02526cc0e5ff2d78e1774 (patch) | |
tree | 999f63795ae6cc329e85310cf444009e84416d22 /src/gallium | |
parent | 2d15f4746ba4c5d0146912550442b96386e4a32d (diff) |
tgsi: add ucmp to the list of opcodes
we forgot to add ucmp to the list of opcodes, so it was never
generated for ureg.
Signed-off-by: Zack Rusin <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 1 |
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 b87c4b1f1cf..e9d0a055403 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h @@ -198,6 +198,7 @@ OP12(SVIEWINFO) OP13(SAMPLE_POS) OP12(SAMPLE_INFO) +OP13(UCMP) #undef OP00 #undef OP01 |