projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a76609
)
gallivm: drop deprecated opcodes
author
Dave Airlie
<airlied@redhat.com>
Tue, 28 Feb 2012 11:00:03 +0000
(11:00 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 28 Feb 2012 15:53:16 +0000
(15:53 +0000)
These are integer opcodes not deprecated ones.
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
index e05ad81c302ca53e6af5ff3241a618430d313a89..45bbf81eb2969a7af792984349df85ef1dc5f71e 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
@@
-214,14
+214,6
@@
lp_build_tgsi_inst_llvm(
case TGSI_OPCODE_DIV:
case TGSI_OPCODE_PUSHA:
case TGSI_OPCODE_POPA:
- case TGSI_OPCODE_I2F:
- case TGSI_OPCODE_NOT:
- case TGSI_OPCODE_SHL:
- case TGSI_OPCODE_ISHR:
- case TGSI_OPCODE_AND:
- case TGSI_OPCODE_OR:
- case TGSI_OPCODE_MOD:
- case TGSI_OPCODE_XOR:
case TGSI_OPCODE_SAD:
case TGSI_OPCODE_TXF:
case TGSI_OPCODE_TXQ: