mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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>
11 lines
417 B
Text
11 lines
417 B
Text
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
|
|
VK_KHR_present_id on HoneyKrisp
|
|
VK_KHR_present_id2 on HoneyKrisp
|
|
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
|