Skip to content

venus: extend VkBuffer cache to cover concurrent sharing

Yiwei Zhang requested to merge zzyiwei/mesa:vn-buf-cache-vkd3d into main

What does this MR do and why?

venus: extend VkBuffer cache to cover concurrent sharing

vkd3d-proton always use concurrent sharing when there exists multiple queue families, and all queue families are used. This change adds the exact simple case to the existing cache.

Signed-off-by: Yiwei Zhang zzyiwei@chromium.org

Merge request reports