mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
v3d: set compact_arrays in compiler options
Acked-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28601>
This commit is contained in:
parent
7967be922d
commit
d694c1b094
1 changed files with 1 additions and 0 deletions
|
|
@ -681,6 +681,7 @@ v3d_screen_is_format_supported(struct pipe_screen *pscreen,
|
|||
}
|
||||
|
||||
static const nir_shader_compiler_options v3d_nir_options = {
|
||||
.compact_arrays = true,
|
||||
.lower_uadd_sat = true,
|
||||
.lower_usub_sat = true,
|
||||
.lower_iadd_sat = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue