Mesa (master): tgsi: fix typo in commit 324ac982d8e7

Bryan Cain bryanc at kemper.freedesktop.org
Sat Sep 10 19:10:17 UTC 2011


Module: Mesa
Branch: master
Commit: f0bfc0daa87578ce8b11383afb99dbf2d2630e23
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0bfc0daa87578ce8b11383afb99dbf2d2630e23

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sat Sep 10 14:07:07 2011 -0500

tgsi: fix typo in commit 324ac982d8e7

Reviewed-by: Bryan Cain <bryancain3 at gmail.com>

---

 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:




More information about the mesa-commit mailing list