mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
llvmpipe: enable lower device id to zero
this is to support vulkan device group Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviweed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8154>
This commit is contained in:
parent
de10428770
commit
7de0d93fcd
1 changed files with 1 additions and 0 deletions
|
|
@ -581,6 +581,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
|
|||
.lower_cs_local_index_from_id = true,
|
||||
.lower_uniforms_to_ubo = true,
|
||||
.lower_vector_cmp = true,
|
||||
.lower_device_index_to_zero = true,
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue