From bd32129c1a417b4e68fa8f2a0a984f374d14d539 Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Wed, 5 Feb 2025 00:22:18 -0800 Subject: [PATCH] panvk: document missed extensions in new_features This should have been included in the commits that introduced the extensions. Signed-off-by: Benjamin Lee Fixes: 00fb0f5ec20 ("panvk: enable KHR_separate_depth_stencil_layouts") Fixes: 935cadbc2e1 ("panvk: enable VK_KHR_depth_stencil_resolve") Part-of: --- docs/relnotes/new_features.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 70f8eed4751..8cd15ecfebf 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1,3 +1,5 @@ cl_khr_spirv_linkonce_odr in rusticl storagePushConstant16 on panvk storageInputOutput16 on panvk +VK_KHR_depth_stencil_resolve on panvk +VK_KHR_separate_depth_stencil_layouts on panvk