From 26cedede0d76f35d411e7e7f723a3afc7373c906 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 8 Jan 2024 23:13:38 -0400 Subject: [PATCH] agx: unset silly nir opts Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_compile.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/asahi/compiler/agx_compile.h b/src/asahi/compiler/agx_compile.h index 47211b59d3b..2437536dd20 100644 --- a/src/asahi/compiler/agx_compile.h +++ b/src/asahi/compiler/agx_compile.h @@ -297,9 +297,6 @@ static const nir_shader_compiler_options agx_nir_options = { .support_16bit_alu = true, .max_unroll_iterations = 32, .lower_uniforms_to_ubo = true, - .force_indirect_unrolling_sampler = true, - .force_indirect_unrolling = - (nir_var_shader_in | nir_var_shader_out | nir_var_function_temp), .lower_int64_options = (nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64), .lower_doubles_options = (nir_lower_doubles_options)(~0),