From b87dccc64cbdb4207fcfc160d9acb57245841ef5 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 26 Mar 2025 10:37:05 +0200 Subject: [PATCH] elk: stop using intel_nir_lower_texture It's not doing anything. Signed-off-by: Lionel Landwerlin Reviewed-by: Ivan Briano Part-of: --- src/intel/compiler/elk/elk_nir.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/compiler/elk/elk_nir.c b/src/intel/compiler/elk/elk_nir.c index 24aa5d2de9f..bd5bff97945 100644 --- a/src/intel/compiler/elk/elk_nir.c +++ b/src/intel/compiler/elk/elk_nir.c @@ -1665,9 +1665,6 @@ elk_nir_apply_key(nir_shader *nir, OPT(elk_nir_apply_sampler_key, compiler, &key->tex); - const struct intel_nir_lower_texture_opts tex_opts = {0}; - OPT(intel_nir_lower_texture, &tex_opts); - const nir_lower_subgroups_options subgroups_options = { .subgroup_size = get_subgroup_size(&nir->info, max_subgroup_size), .ballot_bit_size = 32,