Skip to content

aco,radv: remove radv dependency for aco

Qiang Yu requested to merge yuq825/mesa:topic/aco-args into main

This MR remove the last remaining RADV dependency for ACO on radv_shader_args which enable radeonsi to build with ACO.

I'm sure there still exist RADV spec code in instruction selection of ACO, but they will be moved to RADV when identified after radeonsi start to use ACO. The final goal is amd/compiler/ only contain common compile and instruction selection code, RADV and radeonsi spec instruction selection code go to their driver directory.

Merge request reports