About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenzo Rossi <git@rossilorenzo.dev>2025-10-22 00:19:29 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-10-21 23:17:38 +0000
commitdc0dcc993be94d128b1a070ebfd1419c2bb6395b (patch)
tree2ef46af8317d212b4bcde97247003330462601a8 /docs
parent4c62e09505c2eb232c135b400299a6e86d2111ee (diff)
nvk: implement VK_EXT_discard_rectangles
Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Signed-off-by: Lorenzo Rossi <git@rossilorenzo.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33476>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 35e0774c4df..b40b3c15b02 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -613,7 +613,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_device_generated_commands DONE (lvp, nvk/Turing+, radv/gfx8+)
VK_EXT_device_memory_report DONE (anv, radv, vn)
VK_EXT_direct_mode_display DONE (anv, hk, lvp, nvk, panvk, radv, tu, v3dv, vn)
- VK_EXT_discard_rectangles DONE (radv)
+ VK_EXT_discard_rectangles DONE (nvk, radv)
VK_EXT_display_control DONE (anv, hasvk, nvk, panvk, radv, tu)
VK_EXT_display_surface_counter DONE (anv, lvp, nvk, panvk, radv, tu, vn)
VK_EXT_dynamic_rendering_unused_attachments DONE (anv, hk, lvp, nvk, radv, tu, vn)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 2bc78b29002..e40e0aa7c03 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,3 +1,4 @@
VK_KHR_relaxed_block_layout on pvr
VK_KHR_storage_buffer_storage_class on pvr
VK_EXT_external_memory_acquire_unmodified on panvk
+VK_EXT_discard_rectangles on NVK