From 733444aaecf27a0a5cb1d0cbe7c53838f17bb1fc Mon Sep 17 00:00:00 2001 From: Simon Perretta Date: Fri, 3 Oct 2025 11:50:08 +0100 Subject: pvr: support VK_EXT_map_memory_placed Signed-off-by: Simon Perretta Reviewed-by: Frank Binns Part-of: --- docs/features.txt | 2 +- docs/relnotes/new_features.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/features.txt b/docs/features.txt index d1abd80080f..baeb4b9a95f 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -707,7 +707,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_swapchain_colorspace DONE (anv, hk, lvp, nvk, radv, tu, v3dv, vn) VK_EXT_depth_clamp_zero_one DONE (anv, nvk, panvk, pvr, radv, tu, v3dv/vc7+, vn) VK_INTEL_shader_integer_functions2 DONE (anv, hasvk, radv) - VK_EXT_map_memory_placed DONE (anv, hk, nvk, radv, tu) + VK_EXT_map_memory_placed DONE (anv, hk, nvk, pvr, radv, tu) VK_MESA_image_alignment_control DONE (anv, nvk, radv) VK_EXT_legacy_dithering DONE (anv, tu, vn) VK_QCOM_fragment_density_map_offset DONE (tu) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index ba809dff6b9..9a6984af0c4 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -81,3 +81,4 @@ VK_KHR_shader_relaxed_extended_instruction on pvr VK_EXT_shader_replicated_composites on pvr VK_KHR_device_group_creation on pvr VK_KHR_map_memory2 on pvr +VK_EXT_map_memory_placed on pvr -- cgit v1.2.3