diff options
| author | Yiwei Zhang <zzyiwei@chromium.org> | 2025-10-20 22:29:33 -0700 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-29 17:09:41 +0000 |
| commit | c6ff8ce373ebdd6c2ba7e3479dafbb23886991c0 (patch) | |
| tree | 870453d8ebc28e213ea9d9ab5cb0a0d1c8f9110f /docs | |
| parent | 317345cc980c510b3d4600a80f87580aea5a5ac5 (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.txt | 2 | ||||
| -rw-r--r-- | docs/relnotes/new_features.txt | 1 |
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 |