Skip to content

radv: split radv_pipeline into radv_{graphics,compute,library}pipeline + cleanups

Samuel Pitoiset requested to merge hakzsam/mesa:radv_pipeline_split into main

Given that we now have 3 different type of pipelines (graphics, compute, library) and probably another one for RT in the future, I think splitting this makes sense. There is still a couple of things that remain to radv_pipeline (like shaders) but it's complicated to move these to the inherited structures currently.

Merge request reports