[Mesa-dev] [PATCH v4 078/129] broadcom/vc4: Remove deref chain support from nir_lower_txf_ms.

Jason Ekstrand jason at jlekstrand.net
Fri Jun 1 05:04:08 UTC 2018


From: Eric Anholt <eric at anholt.net>

---
 src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c | 1 -
 1 file changed, 1 deletion(-)

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 1085243..92b9e89 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;
-- 
2.5.0.400.gff86faf



More information about the mesa-dev mailing list