i915g: use a valid setting for force_indirect_unrolling
Otherwise we can hit asserts for example nir_deref_mode_must_be() asserts on !(modes & ~nir_var_all) Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16543>
This commit is contained in:
committed by
Marge Bot
parent
792c9a0a24
commit
643774cdab
@@ -120,7 +120,7 @@ static const nir_shader_compiler_options i915_compiler_options = {
|
||||
.lower_uniforms_to_ubo = true,
|
||||
.lower_vector_cmp = true,
|
||||
.use_interpolated_input_intrinsics = true,
|
||||
.force_indirect_unrolling = ~0,
|
||||
.force_indirect_unrolling = nir_var_all,
|
||||
.force_indirect_unrolling_sampler = true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user