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>
This commit is contained in:
Yiwei Zhang
2025-10-20 22:29:33 -07:00
committed by Marge Bot
parent 317345cc98
commit c6ff8ce373
4 changed files with 47 additions and 1 deletions
+1
View File
@@ -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