96ec6b3d8f
1. pre-allocate command pools at device creation if anb enabled 2. force VK_SHARING_MODE_CONCURRENT for wsi image if necessary 3. pre-allocate and record command buffers at android wsi image creation 4. transfer in the ownership at vkAcquireImageANDROID 5. transfer out the ownership at vkQueueSignalReleaseImageANDROID Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10335>