mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 17:00:09 +01:00
radeonsi: always use scoped barrier
aco has removed non-scoped barrier support. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Qiang Yu <yuq825@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23096>
This commit is contained in:
parent
90b56e99f4
commit
2d1859b01e
1 changed files with 1 additions and 0 deletions
|
|
@ -1323,6 +1323,7 @@ void si_init_screen_get_functions(struct si_screen *sscreen)
|
|||
nir_lower_imul64 | nir_lower_imul_high64 | nir_lower_imul_2x32_64 |
|
||||
nir_lower_divmod64 | nir_lower_minmax64 | nir_lower_iabs64 |
|
||||
nir_lower_iadd_sat64,
|
||||
.use_scoped_barrier = true,
|
||||
};
|
||||
sscreen->nir_options = nir_options;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue