From 08e75046a46fad6d1957dcc3e1e34485a98b9538 Mon Sep 17 00:00:00 2001 From: Icenowy Zheng Date: Mon, 30 Mar 2026 17:55:28 +0800 Subject: [PATCH] docs: add missing bits for pvr's VK_EXT_non_seamless_cube_map VK_EXT_non_seamless_cube_map was implemented by pvr previously to fix some GLES2 CTS failures on Zink (because the driver is not yet ready to advertise GLES3 on Zink). As it was thought as a fix, the document bit is missing, although a new extension is surely advertised. Add the missing document bit. Fixes: 71880a29119b ("pvr: support VK_EXT_non_seamless_cube_map") Signed-off-by: Icenowy Zheng Reviewed-by: Frank Binns Part-of: --- docs/features.txt | 2 +- docs/relnotes/new_features.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 3bab209c284..89fbd74fd8c 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -659,7 +659,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_multi_draw DONE (anv, hasvk, hk, lvp, nvk, radv, tu, vn, v3dv) VK_EXT_multisampled_render_to_single_sampled DONE (lvp, vn, panvk, tu) VK_EXT_nested_command_buffer DONE (anv, lvp, nvk, panvk/v10+, radv, tu, vn) - VK_EXT_non_seamless_cube_map DONE (anv, hasvk, hk, lvp, nvk, panvk, radv, tu, vn) + VK_EXT_non_seamless_cube_map DONE (anv, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, vn) VK_EXT_pageable_device_local_memory DONE (lvp) VK_EXT_pci_bus_info DONE (anv, hasvk, nvk, radv, vn) VK_EXT_physical_device_drm DONE (anv, hasvk, hk, nvk, panvk, pvr, radv, tu, v3dv, vn) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 7db94426b88..634ed3f1d54 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -38,3 +38,4 @@ VK_EXT_conditional_rendering on panvk VK_{KHR,EXT}_{surface,swapchain}_maintenance1 on panvk VK_EXT_shader_atomic_float on panvk VK_KHR_device_address_commands on RADV +VK_EXT_non_seamless_cube_map on pvr