Re: [Mesa-dev] [PATCH 02/10] radv: Keep a global BO list for VkMemory.

2018-04-13 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset We should remove some radv_cs_add_buffer() calls and re-enable local BOs to reduce overhead, but this can be done later. Make sure to check the system submission path. On 04/12/2018 01:44 AM, Bas Nieuwenhuizen wrote: With update after bind we can't attach bo's t

[Mesa-dev] [PATCH 02/10] radv: Keep a global BO list for VkMemory.

2018-04-11 Thread Bas Nieuwenhuizen
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