From: Dave Airlie Date: Tue, 28 Feb 2012 11:00:03 +0000 (+0000) Subject: gallivm: drop deprecated opcodes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2a2b33544176a73e44aa7292dbdd1d0d0467394;p=mesa.git gallivm: drop deprecated opcodes These are integer opcodes not deprecated ones. Signed-off-by: Dave Airlie --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c index e05ad81c302..45bbf81eb29 100644 --- 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: