diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 33c6b67c3a3..4fa3436d0ab 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -570,6 +570,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = { .max_unroll_iterations = 32, .use_interpolated_input_intrinsics = true, .lower_to_scalar = true, + .lower_cs_local_index_from_id = true, }; static void