panvk: Stop advertising Vulkan 1.1

We're nowhere close to even having Vulkan 1.0 working yet, there's no
reason to get too excited about 1.1.  It just means piles more test
crashes for features we're claiming to support but don't.  If we want to
enable more tests, we can turn on the extensions for those features once
we actually have them working.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15334>
This commit is contained in:
Jason Ekstrand 2022-03-09 10:12:19 -06:00 committed by Marge Bot
parent dd9b8881e0
commit a35e721162

View file

@ -123,7 +123,7 @@ static const struct debug_control panvk_debug_options[] = {
#define PANVK_USE_WSI_PLATFORM
#endif
#define PANVK_API_VERSION VK_MAKE_VERSION(1, 1, VK_HEADER_VERSION)
#define PANVK_API_VERSION VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION)
VkResult
panvk_EnumerateInstanceVersion(uint32_t *pApiVersion)