From: Roland Scheidegger Date: Wed, 12 Jun 2013 22:40:24 +0000 (+0200) Subject: gallivm: (trivial) remove duplicated code block (including comment) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=957c040eb86495da2a693c831e13342a81ac1a2e;p=mesa.git gallivm: (trivial) remove duplicated code block (including comment) --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c index 066f64aaace..0bbc408bd46 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c @@ -1784,13 +1784,6 @@ emit_sample(struct lp_build_tgsi_soa_context *bld, return; } - /* - * unlike old-style tex opcodes the texture/sampler indices - * always come from src1 and src2 respectively. - */ - texture_unit = inst->Src[1].Register.Index; - sampler_unit = inst->Src[2].Register.Index; - if (modifier == LP_BLD_TEX_MODIFIER_LOD_BIAS) { lod_bias = lp_build_emit_fetch( &bld->bld_base, inst, 3, 0 ); explicit_lod = NULL;