mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
gallivm: drop deprecated opcodes
These are integer opcodes not deprecated ones. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
2a76609681
commit
e2a2b33544
1 changed files with 0 additions and 8 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue