Skip to content

radv: Enable subgroup shuffle on GFX10 when ACO is used

Timur Kristóf requested to merge Venemo/mesa:radv-aco-gfx10-shuffle into master

ACO has supported shuffle on GFX10 for a long time now, but we couldn't enable it since ACO was not used on all shader stages. However, now that ACO is enabled on all stages, it makes sense to enable shuffle when ACO is used.

Merge request reports