mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
intel/compiler: 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
7ab804dbb4
commit
80cde3ad55
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@
|
|||
.lower_base_vertex = true, \
|
||||
.use_scoped_barrier = true, \
|
||||
.support_8bit_alu = true, \
|
||||
.support_16bit_alu = true
|
||||
.support_16bit_alu = true, \
|
||||
.lower_uniforms_to_ubo = true
|
||||
|
||||
#define COMMON_SCALAR_OPTIONS \
|
||||
.lower_to_scalar = true, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue