nvk: Advertise VK_KHR_pipeline_library

This is required by VK_EXT_graphics_pipeline_library

Fixes: fb564040a7 ("nvk: Advertise VK_KHR_graphics_pipeline_library")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27860>
This commit is contained in:
Faith Ekstrand
2024-02-28 11:51:18 -06:00
committed by Marge Bot
parent bb8b11d806
commit 4c73e52933
2 changed files with 2 additions and 1 deletions

View File

@@ -528,7 +528,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_maintenance6 DONE (anv, lvp)
VK_KHR_performance_query DONE (anv, radv/gfx10.3+, tu, v3dv)
VK_KHR_pipeline_executable_properties DONE (anv, nvk, hasvk, radv, tu, v3dv)
VK_KHR_pipeline_library DONE (anv, lvp, radv, tu, vn)
VK_KHR_pipeline_library DONE (anv, lvp, nvk, radv, tu, vn)
VK_KHR_present_wait DONE (anv, nvk, radv, tu, x11/display)
VK_KHR_push_descriptor DONE (anv, hasvk, lvp, nvk, radv, tu, vn)
VK_KHR_ray_query DONE (anv/gfx12.5+, radv/gfx10.3+)