projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfd3b3
)
tgsi/sse2: Fix LIT instruction.
author
Michal Krol
<michal@vmware.com>
Thu, 9 Apr 2009 20:38:07 +0000
(22:38 +0200)
committer
Michal Krol
<michal@vmware.com>
Thu, 9 Apr 2009 20:51:13 +0000
(22:51 +0200)
src/gallium/auxiliary/tgsi/tgsi_sse2.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_sse2.c
b/src/gallium/auxiliary/tgsi/tgsi_sse2.c
index d70bcd03c5caec08f847cadc09e1ddb1bbbda736..e399b9b9d5b9f43691079235d9b26ed7001e77d3 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_sse2.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_sse2.c
@@
-1553,7
+1553,7
@@
emit_instruction(
func,
make_xmm( 2 ),
make_xmm( 0 ),
- cc_LessThan
Equal
);
+ cc_LessThan );
sse_andps(
func,
make_xmm( 2 ),