mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radeonsi: enable aco for standalone gs
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/23433>
This commit is contained in:
parent
1e2d4b32b0
commit
8b71935c14
1 changed files with 1 additions and 0 deletions
|
|
@ -2328,6 +2328,7 @@ static void si_determine_use_aco(struct si_shader *shader)
|
|||
shader->use_aco = shader->is_monolithic && !si_is_multi_part_shader(shader);
|
||||
break;
|
||||
case MESA_SHADER_TESS_EVAL:
|
||||
case MESA_SHADER_GEOMETRY:
|
||||
shader->use_aco = !si_is_multi_part_shader(shader);
|
||||
break;
|
||||
case MESA_SHADER_FRAGMENT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue