RADV Merges Vulkan Pipeline Binary Support
- Reference: 0001490757
- News link: https://www.phoronix.com/news/RADV-Pipeline-Binary-Merged
- Source link:
VK_KHR_pipeline_binary was introduced last month in [1]Vulkan 1.3.294 as a way to retrieve binary data associated with individual pipelines. With VK_KHR_pipeline_binary, the Vulkan pipeline caching mechanism can be bypassed so applications/games can manage the caches themselves.
Pitoiset was already working on RADV support for VK_KHR_pipeline_binary support prior to the extension being published while overnight the code was merged for Mesa 24.3. More details on the Vulkan pipeline binary support for the RADV driver can be found via [2]this merge .
[1] https://www.phoronix.com/news/Vulkan-1.3.294
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30812
Kjell