panvk: claim official conformance on v10

It's official, PanVK is Vulkan 1.1 conformant on v10. Let's make this
clear.

Backport-to: 25.0
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34500>
This commit is contained in:
Erik Faye-Lund 2025-04-14 12:12:18 +02:00 committed by Marge Bot
parent 9205212d2e
commit 65b7d2e865
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,8 @@ and `Mali-G610 <https://www.khronos.org/conformance/adopters/conformant-products
but **non-conformant** on other GPUs.
PanVK, the Vulkan implementation in the Panfrost driver stack, is currently
**non-conformant** on all GPUs.
**conformant** on `Mali-G610 <https://www.khronos.org/conformance/adopters/conformant-products#submission_906>`__,
but *non-conformant* on other GPUs.
The following hardware is currently supported:

View file

@ -1123,7 +1123,8 @@ panvk_physical_device_init(struct panvk_physical_device *device,
if (result != VK_SUCCESS)
goto fail;
vk_warn_non_conformant_implementation("panvk");
if (arch != 10)
vk_warn_non_conformant_implementation("panvk");
struct vk_device_extension_table supported_extensions;
get_device_extensions(device, &supported_extensions);