docs: add a note about GFX12 (RDNA4) on RADV

This initial support should be good enough but it's missing two
features (cooperative matrix and video decode/encode) compared to
GFX11 (RDNA3) because lack of time.

DCC is still under active development but it might be possible to
finish it during the RC period.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33281>
This commit is contained in:
Samuel Pitoiset 2025-01-29 09:57:50 +01:00 committed by Marge Bot
parent 0aaea5d038
commit b3cff84e06

View file

@ -37,3 +37,4 @@ VK_KHR_maintenance8 on radv
VK_KHR_shader_subgroup_rotate on panvk/v10+
Vulkan 1.1 on panvk/v10+
VK_EXT_subgroup_size_control on panvk/v10+
initial GFX12 (RDNA4) support on RADV