Skip to content

panvk: Support VK_EXT_graphics_pipeline_library

Mary Guillemard requested to merge marysaka/mesa:panvk-vk-gpl into main

As mentioned previously on !29161, Bifrost needs partial descriptor set layout support to enable VK_EXT_graphics_pipeline_library.

This MR implements this by adding a new driver UBO containing all info needed handle it indirectly.

Depends on !29161

/cc @bbrezillon @kusma @gfxstrand

Merge request reports