From: Eric Anholt Date: Mon, 9 Apr 2018 23:22:55 +0000 (-0700) Subject: broadcom/vc4: Remove deref chain support from nir_lower_txf_ms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1f0a1b0292ca91f6e738b32c4e0d90ac68cd6bc;p=mesa.git broadcom/vc4: Remove deref chain support from nir_lower_txf_ms. Acked-by: Rob Clark Acked-by: Bas Nieuwenhuizen Acked-by: Dave Airlie Reviewed-by: Kenneth Graunke --- diff --git a/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c b/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c index 108524377ac..92b9e8918c6 100644 --- a/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c +++ b/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c @@ -46,7 +46,6 @@ vc4_nir_lower_txf_ms_instr(struct vc4_compile *c, nir_builder *b, nir_tex_instr *txf = nir_tex_instr_create(c->s, 1); txf->op = nir_texop_txf; - txf->texture = txf_ms->texture; txf->texture_index = txf_ms->texture_index; txf->coord_components = txf_ms->coord_components; txf->is_shadow = txf_ms->is_shadow;