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:
Gert Wollny
2020-09-13 21:28:34 +02:00
committed by Marge Bot
parent 80cde3ad55
commit feb463da63

View File

@@ -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