mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
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:
parent
dd9b8881e0
commit
a35e721162
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue