Skip to content
Snippets Groups Projects
Commit 4b13fe55 authored by Bas Nieuwenhuizen's avatar Bas Nieuwenhuizen
Browse files

radv: Keep a global BO list for VkMemory.


With update after bind we can't attach bo's to the command buffer
from the descriptor set anymore, so we have to have a global BO
list.

I am somewhat surprised this works really well even though we have
implicit synchronization in the WSI based on the bo list associations
and with the new behavior every command buffer is associated with
every swapchain image. But I could not find slowdowns in games because
of it.

Reviewed-by: default avatarSamuel Pitoiset <samuel.pitoiset@gmail.com>
parent 22d6b89e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment