Skip to content

radv: split radv_pipeline.c into graphics/compute

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

radv_graphics_pipeline.c is indeed much bigger than radv_compute_pipeline.c but I think it's better to split. Common pipeline code still remains in radv_pipeline.c

Merge request reports