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:
committed by
Marge Bot
parent
9205212d2e
commit
65b7d2e865
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user