From: Emil Velikov Date: Sat, 10 Sep 2011 19:07:07 +0000 (-0500) Subject: tgsi: fix typo in commit 324ac982d8e7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0bfc0daa87578ce8b11383afb99dbf2d2630e23;p=mesa.git tgsi: fix typo in commit 324ac982d8e7 Reviewed-by: Bryan Cain --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index ce6399c56b8..b4eea546b73 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: