Module: Mesa Branch: master Commit: 2da1daaa4e1f2b8243a02526cc0e5ff2d78e1774 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2da1daaa4e1f2b8243a02526cc0e5ff2d78e1774
Author: Zack Rusin <[email protected]> Date: Fri Aug 2 19:06:46 2013 -0400 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]> --- 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 b87c4b1..e9d0a05 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
