panvk: support vulkan 1.2 on v10+

While not yet officially conformant, we support all the required
features, and we pass the CTS. Let's mark off Vulkan 1.2, to make things
easier for applications.

Backport-to: 25.1
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34512>
This commit is contained in:
Erik Faye-Lund
2025-04-10 12:13:41 +02:00
committed by Marge Bot
parent 7f35879738
commit b3fd8ddf6a
4 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -28,11 +28,11 @@ The following hardware is currently supported:
+--------------------+---------------+-----------+--------+--------+
| G57 | Valhall (v9) | 3.1 | 3.1 | |
+--------------------+---------------+-----------+--------+--------+
| G310, G610 | Valhall (v10) | 3.1 | 3.1 | 1.1 |
| G310, G610 | Valhall (v10) | 3.1 | 3.1 | 1.2 |
+--------------------+---------------+-----------+--------+--------+
| G720 | 5th Gen (v12) | 3.1 | 3.1 | 1.1 |
| G720 | 5th Gen (v12) | 3.1 | 3.1 | 1.2 |
+--------------------+---------------+-----------+--------+--------+
| G725 | 5th Gen (v13) | 3.1 | 3.1 | 1.1 |
| G725 | 5th Gen (v13) | 3.1 | 3.1 | 1.2 |
+--------------------+---------------+-----------+--------+--------+
Other Midgard and Bifrost chips (e.g. G71) are not yet supported.