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>
(cherry picked from commit 65b7d2e865)
This commit is contained in:
Erik Faye-Lund 2025-04-14 12:12:18 +02:00 committed by Eric Engestrom
parent 238399e93a
commit 6c6c6873c4
3 changed files with 5 additions and 3 deletions

View file

@ -694,7 +694,7 @@
"description": "panvk: claim official conformance on v10",
"nominated": true,
"nomination_type": 4,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

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

@ -989,7 +989,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);