radv: advertise Vulkan 1.4 on GFX8+

GFX6-7 can't support Vulkan 1.4 because indexTypeUint8 isn't supported
in hardware, and emulating features for very old hardware isn't the
option I would personally choose.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32432>
This commit is contained in:
Samuel Pitoiset
2024-09-11 11:56:27 +02:00
committed by Marge Bot
parent db61d45b94
commit 00afc4e353
4 changed files with 10 additions and 4 deletions

View File

@@ -1 +1,2 @@
cl_khr_depth_images in rusticl
cl_khr_depth_images in rusticl
Vulkan 1.4 on radv/gfx8+