diff options
| author | Yiwei Zhang <zzyiwei@chromium.org> | 2025-10-20 18:19:25 -0700 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-21 19:15:58 +0000 |
| commit | bd53bbbc5744c047af77187576b148dd20b76068 (patch) | |
| tree | 84a665ae85c056e7f93c6dd257d632ab76b624e7 /docs | |
| parent | 990f1868ec0b201afac8833aa17fe8fe841aaa96 (diff) | |
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>
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 68a80e4f37d..35e0774c4df 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -618,7 +618,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_display_surface_counter DONE (anv, lvp, nvk, panvk, radv, tu, vn) VK_EXT_dynamic_rendering_unused_attachments DONE (anv, hk, lvp, nvk, radv, tu, vn) VK_EXT_extended_dynamic_state3 DONE (anv, hk, lvp, nvk, pvr, radv, tu, vn) - VK_EXT_external_memory_acquire_unmodified DONE (anv, radv, vn) + VK_EXT_external_memory_acquire_unmodified DONE (anv, panvk, radv, vn) VK_EXT_external_memory_dma_buf DONE (anv, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_EXT_external_memory_host DONE (anv, dzn, hasvk, lvp, radv) VK_EXT_filter_cubic DONE (tu/a650+, vn) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index bf535b93f38..2bc78b29002 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -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 |