panvk: Advertise VK_KHR_get_physical_device_properties2
authorJason Ekstrand <jason.ekstrand@collabora.com>
Fri, 28 Jan 2022 21:22:45 +0000 (15:22 -0600)
committerMarge Bot <emma+marge@anholt.net>
Tue, 8 Mar 2022 17:03:47 +0000 (17:03 +0000)
All the entrypooints are already implemented and a bunch of Vulkan CTS
tests assume this extension exists.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15285>

src/panfrost/vulkan/panvk_device.c

index dd6fb16..5421991 100644 (file)
@@ -133,6 +133,7 @@ panvk_EnumerateInstanceVersion(uint32_t *pApiVersion)
 }
 
 static const struct vk_instance_extension_table panvk_instance_extensions = {
+   .KHR_get_physical_device_properties2 = true,
 #ifdef PANVK_USE_WSI_PLATFORM
    .KHR_surface = true,
 #endif