From b3cff84e0607f1ecf433fe51f65d4dc725054ce9 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 29 Jan 2025 09:57:50 +0100 Subject: [PATCH] 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 Part-of: --- docs/relnotes/new_features.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index fb6bc1865cd..221fb481d0c 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -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