panvk: support VK_EXT_external_memory_acquire_unmodified

Upon acquiring an external image from external/foreign queue family,
skip AFBC metadata invalidation if the app has explicitly requested
acquireUnmodifiedMemory. This also applies to CRC which may or may not
get hooked up later.

Reviewed-by: John Anthony <john.anthony@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37972>
This commit is contained in:
Yiwei Zhang
2025-10-20 18:19:25 -07:00
committed by Marge Bot
parent 990f1868ec
commit bd53bbbc57
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -1,2 +1,3 @@
VK_KHR_relaxed_block_layout on pvr
VK_KHR_storage_buffer_storage_class on pvr
VK_EXT_external_memory_acquire_unmodified on panvk