panvk: Advertise VK_KHR_get_physical_device_properties2

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>
This commit is contained in:
Jason Ekstrand 2022-01-28 15:22:45 -06:00 committed by Marge Bot
parent 3937c47c48
commit 8feed1f114

View 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