projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1465dc2
)
tgsi: fix typo in commit 324ac982d8e7
author
Emil Velikov
<emil.l.velikov@gmail.com>
Sat, 10 Sep 2011 19:07:07 +0000
(14:07 -0500)
committer
Bryan Cain
<bryancain3@gmail.com>
Sat, 10 Sep 2011 19:09:29 +0000
(14:09 -0500)
Reviewed-by: Bryan Cain <bryancain3@gmail.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index ce6399c56b8554057c5772f8c51e2d8833f61195..b4eea546b73ff74f4c4179c395ff6484ec17ab79 100644
(file)
--- 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_
FLOA
T, TGSI_EXEC_DATA_UINT);
+ exec_vector_trinary(mach, inst, micro_ucmp, TGSI_EXEC_DATA_
UIN
T, TGSI_EXEC_DATA_UINT);
break;
default: