From 469985cfa42b1425ebd8f62b060faa7655fb5841 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 15 Apr 2025 15:55:18 +0200 Subject: [PATCH] docs/panvk: document ycbr in terms of extensions We usually document these features in terms of extensions when they exist, so let's do that here too. Part-of: --- docs/relnotes/new_features.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index ef18ca0b347..82742d2b255 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -4,9 +4,9 @@ storageInputOutput16 on panvk VK_KHR_depth_stencil_resolve on panvk VK_KHR_separate_depth_stencil_layouts on panvk VK_EXT_separate_stencil_usage on panvk -samplerYcbcrConversion on panvk/v10+ -ycbcr2plane444Formats on panvk/v10+ -ycbcrImageArrays on panvk/v10+ +VK_KHR_sampler_ycbcr_conversion on panvk/v10+ +VK_EXT_ycbcr_2plane_444_formats on panvk/v10+ +VK_EXT_ycbcr_image_arrays on panvk/v10+ VK_KHR_imageless_framebuffer on panvk VK_KHR_uniform_buffer_standard_layout on panvk VK_EXT_border_color_swizzle on panvk