[Mesa-dev] [PATCH v2 26/32] vulkan/wsi: Add a helper for AcquireNextImage
Chad Versace
chadversary at chromium.org
Sat Dec 2 15:35:33 UTC 2017
On Tue 28 Nov 2017, Jason Ekstrand wrote:
> Unfortunately, due to the fact that AcquireNextImage does not take a
> queue, the ANV trick for triggering the fence won't work in general. We
> leave dealing with the fence up to the caller for now.
> ---
> src/amd/vulkan/radv_wsi.c | 15 ++++++++++-----
> src/intel/vulkan/anv_wsi.c | 19 +++++++++++--------
> src/vulkan/wsi/wsi_common.c | 14 ++++++++++++++
> src/vulkan/wsi/wsi_common.h | 8 ++++++++
> 4 files changed, 43 insertions(+), 13 deletions(-)
Patch 26 is
Reviewed-by: Chad Versace <chadversary at chromium.org>
More information about the mesa-dev
mailing list