From a14fee571b87d67e076d4a94c49635b10ad9c87c Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sun, 21 Sep 2025 16:09:39 +0300 Subject: [PATCH] elk: remove txd bindless sampler lowering The bindless sampler heap was introduced in Gfx11 which ELK doesn't support. Signed-off-by: Lionel Landwerlin Reviewed-by: Alyssa Anne Rosenzweig Part-of: --- src/intel/compiler/elk/elk_nir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/compiler/elk/elk_nir.c b/src/intel/compiler/elk/elk_nir.c index 7c476eeb226..299353526e2 100644 --- a/src/intel/compiler/elk/elk_nir.c +++ b/src/intel/compiler/elk/elk_nir.c @@ -1646,7 +1646,6 @@ elk_nir_apply_sampler_key(nir_shader *nir, { const struct intel_device_info *devinfo = compiler->devinfo; nir_lower_tex_options tex_options = { - .lower_txd_clamp_bindless_sampler = true, .lower_txd_clamp_if_sampler_index_not_lt_16 = true, .lower_invalid_implicit_lod = true, .lower_index_to_offset = true,