mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
238399e93a
commit
6c6c6873c4
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue