Skip to content

radv,aco: implement ACO/GS

Rhys Perry requested to merge pendingchaos/mesa:aco_gs_vega_mr into master

This MR results in ACO compiling a few geometry shaders in the CTS that need !2720 (merged) to work correctly (the MR is unrelated to geometry shaders though)

There are still a few issues to resolve:

  • this MR doesn't currently combine VS output stores or GS input loads (I don't think it's a blocking issue though)
Edited by Rhys Perry

Merge request reports