Module: Mesa Branch: master Commit: f0bfc0daa87578ce8b11383afb99dbf2d2630e23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0bfc0daa87578ce8b11383afb99dbf2d2630e23
Author: Emil Velikov <[email protected]> Date: Sat Sep 10 14:07:07 2011 -0500 tgsi: fix typo in commit 324ac982d8e7 Reviewed-by: Bryan Cain <[email protected]> --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index ce6399c..b4eea54 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -4153,7 +4153,7 @@ exec_instruction( break; case TGSI_OPCODE_UCMP: - exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_FLOAT, TGSI_EXEC_DATA_UINT); + exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_UINT, TGSI_EXEC_DATA_UINT); break; default: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
