mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
llvmpipe: lower cs local index from id
Fixes: dEQP-VK.glsl.atomic_operations.*_shared Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6339>
This commit is contained in:
parent
3cc5b75577
commit
25ba200985
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue