From 4d34c07b7a9f58e92061844a378ceaf2f737c27a Mon Sep 17 00:00:00 2001 From: Simon Perretta Date: Fri, 3 Oct 2025 12:33:16 +0100 Subject: pvr: advertise VK_KHR_sampler_mirror_clamp_to_edge 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 9ecaa7f06d8..0764112ba1d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -469,7 +469,7 @@ Vulkan 1.2 -- all DONE: anv, hk, nvk, panvk/v10+, pvr, tu, vn VK_KHR_driver_properties DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_image_format_list DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_imageless_framebuffer DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) - VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn) + VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_separate_depth_stencil_layouts DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_shader_atomic_int64 DONE (anv, lvp, nvk, panvk/v10+, radv, vn, tu/a740+) VK_KHR_shader_float16_int8 DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, vn) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index f9352a5d44c..ed604cc08c3 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -75,3 +75,4 @@ shaderStorageImageWriteWithoutFormat on pvr shaderClipDistance on pvr shaderCullDistance on pvr VK_EXT_zero_initialize_device_memory on pvr +VK_KHR_sampler_mirror_clamp_to_edge on pvr -- cgit v1.2.3