From 37e75da005dad2d30186d084a25c650073d3f399 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 15 Apr 2025 15:39:46 +0200 Subject: [PATCH] docs/panvk: add VK_-prefix for extension name We're using the VK_-prefix elsewhere, let's be consistent. Fixes: d4797b8ab77 ("panvk: enable KHR_spirv_1_4 on v10+") Part-of: --- docs/relnotes/new_features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 1eb50574e5b..ef18ca0b347 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -34,6 +34,6 @@ VK_KHR_shader_float_controls2 on panvk/v10+ storageBuffer8BitAccess on panvk uniformAndStorageBuffer8BitAccess on panvk MSAA with 8 and 16 sample counts on panvk -KHR_spirv_1_4 on panvk/v10+ +VK_KHR_spirv_1_4 on panvk/v10+ Mali G720 and G725 on Panfrost and panvk dualSrcBlend on panvk