panvk: Advertise VK_KHR_driver_properties

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28715>
This commit is contained in:
Mary Guillemard 2024-04-12 10:38:48 +02:00 committed by Marge Bot
parent f7f9b3d170
commit 6c00441bfa
2 changed files with 3 additions and 2 deletions

View File

@ -453,7 +453,7 @@ Vulkan 1.2 -- all DONE: anv, nvk, tu, vn
VK_KHR_create_renderpass2 DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
VK_KHR_depth_stencil_resolve DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
VK_KHR_draw_indirect_count DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, vn)
VK_KHR_driver_properties DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
VK_KHR_driver_properties DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
VK_KHR_image_format_list DONE (anv, dzn, hasvk, lvp, nvk, pvr, radv, tu, v3dv, vn)
VK_KHR_imageless_framebuffer DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)

View File

@ -78,6 +78,7 @@ get_device_extensions(const struct panvk_physical_device *device,
.KHR_shader_expect_assume = true,
.KHR_storage_buffer_storage_class = true,
.KHR_descriptor_update_template = true,
.KHR_driver_properties = true,
.KHR_push_descriptor = true,
#ifdef PANVK_USE_WSI_PLATFORM
.KHR_swapchain = true,
@ -470,7 +471,7 @@ get_device_properties(const struct panvk_physical_device *device,
.supportedStencilResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT,
.independentResolveNone = true,
.independentResolve = true,
/* XXX: VK_KHR_driver_properties */
/* VK_KHR_driver_properties */
.driverID = VK_DRIVER_ID_MESA_PANVK,
.conformanceVersion = (VkConformanceVersion){0, 0, 0, 0},
/* XXX: VK_KHR_shader_float_controls */