From ae9fe0f981377cb25bc3fe6f23a6ee7e3b73d0c2 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 8 Nov 2007 11:44:12 -0700 Subject: Remove TGSI_OPCODE_TXP Use TGSI_OPCODE_TEX with ExtDivide=TGSI_EXTSWIZZLE_W instead. --- src/mesa/pipe/i915simple/i915_fpc_translate.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/pipe/i915simple') diff --git a/src/mesa/pipe/i915simple/i915_fpc_translate.c b/src/mesa/pipe/i915simple/i915_fpc_translate.c index b867b87e74..d74da85216 100644 --- a/src/mesa/pipe/i915simple/i915_fpc_translate.c +++ b/src/mesa/pipe/i915simple/i915_fpc_translate.c @@ -844,10 +844,6 @@ i915_translate_instruction(struct i915_fp_compile *p, emit_tex(p, inst, T0_TEXLDB); break; - case TGSI_OPCODE_TXP: - emit_tex(p, inst, T0_TEXLDP); - break; - case TGSI_OPCODE_XPD: /* Cross product: * result.x = src0.y * src1.z - src0.z * src1.y; -- cgit v1.2.3