About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorleonperianu <leon.perianu@imgtec.com>2025-09-09 09:04:13 +0100
committerMarge Bot <marge-bot@fdo.invalid>2025-09-30 12:15:51 +0000
commit9ab273f5ab77467cac9389949a8c43e67638c4d9 (patch)
tree906a563fc2d0a036cf8ac867ba77091487ff075a /docs
parent6c4883bc9dec7310d8ee717541c72e1b8a38d4bb (diff)
pvr: add support for VK_KHR_depth_stencil_resolve
This commit enables the VK_KHR_depth_stencil_resolve extension in the PVR Vulkan driver. Only worth to note that this implementation is based on the renderpass driver path and it will need a rework as part of the dynamic rendering enablement. Signed-off-by: leonperianu <leon.perianu@imgtec.com> Co-authored-by: Luigi Santivetti <luigi.santivetti@imgtec.com> Co-authored-by: Ashish Chauhan <ashish.chauhan@imgtec.com> Co-authored-by: Simon Perretta <simon.perretta@imgtec.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37512>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index edb57c64569..05584a4982b 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -464,7 +464,7 @@ Vulkan 1.2 -- all DONE: anv, hk, nvk, panvk/v10+, tu, vn
VK_KHR_8bit_storage DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu/a750+, v3dv, vn)
VK_KHR_buffer_device_address DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
VK_KHR_create_renderpass2 DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
- VK_KHR_depth_stencil_resolve DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
+ VK_KHR_depth_stencil_resolve DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
VK_KHR_draw_indirect_count DONE (anv, dzn, hasvk, lvp, nvk, panvk/v10+, radv, 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)