mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
llvmpipe: set lower_uniform_to_ubo compiler flag
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6316>
This commit is contained in:
parent
80cde3ad55
commit
feb463da63
1 changed files with 1 additions and 0 deletions
|
|
@ -576,6 +576,7 @@ static const struct nir_shader_compiler_options gallivm_nir_options = {
|
|||
.use_interpolated_input_intrinsics = true,
|
||||
.lower_to_scalar = true,
|
||||
.lower_cs_local_index_from_id = true,
|
||||
.lower_uniforms_to_ubo = true,
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue