projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8f24c
)
tgsi: Remove duplicate case value.
author
Vinson Lee
<vlee@vmware.com>
Tue, 21 Sep 2010 01:20:04 +0000
(18:20 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 21 Sep 2010 01:20:04 +0000
(18:20 -0700)
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 83a6d7589669226f02cfa7234346a13cdef22d23..67deffbd11975f38b32055110da65773a1cb2a0b 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_sse2.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_sse2.c
@@
-2844,7
+2844,6
@@
check_soa_dependencies(const struct tgsi_full_instruction *inst)
case TGSI_OPCODE_ADD:
case TGSI_OPCODE_MOV:
case TGSI_OPCODE_MUL:
- case TGSI_OPCODE_XPD:
case TGSI_OPCODE_RCP:
case TGSI_OPCODE_RSQ:
case TGSI_OPCODE_EXP: