About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYiwei Zhang <zzyiwei@chromium.org>2025-10-20 22:29:33 -0700
committerMarge Bot <marge-bot@fdo.invalid>2025-10-29 17:09:41 +0000
commitc6ff8ce373ebdd6c2ba7e3479dafbb23886991c0 (patch)
tree870453d8ebc28e213ea9d9ab5cb0a0d1c8f9110f /docs
parent317345cc980c510b3d4600a80f87580aea5a5ac5 (diff)
panvk: support VK_EXT_device_memory_report
This change adds the minimum support for VK_EXT_device_memory_report, which only reports device memory events at this point. We can make it more useful later (like what's done in ANV) if desired by some tools. Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37987>
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 59d6a1fd257..a40145208af 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -612,7 +612,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_device_address_binding_report DONE (radv, tu)
VK_EXT_device_fault DONE (radv)
VK_EXT_device_generated_commands DONE (lvp, nvk/Turing+, radv/gfx8+)
- VK_EXT_device_memory_report DONE (anv, radv, vn)
+ VK_EXT_device_memory_report DONE (anv, panvk, radv, vn)
VK_EXT_direct_mode_display DONE (anv, hk, lvp, nvk, panvk, radv, tu, v3dv, vn)
VK_EXT_discard_rectangles DONE (nvk, radv)
VK_EXT_display_control DONE (anv, hasvk, nvk, panvk, radv, tu)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 525d6d9a23e..4cb01ed54aa 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -8,3 +8,4 @@ VK_KHR_present_wait on HoneyKrisp
VK_KHR_present_wait2 on HoneyKrisp
VK_KHR_maintenance10 on ANV, NVK
VK_EXT_shader_uniform_buffer_unsized_array on RADV
+VK_EXT_device_memory_report on panvk