Re: [Mesa-dev] [PATCH v2 26/32] vulkan/wsi: Add a helper for AcquireNextImage

2017-12-02 Thread Chad Versace
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

[Mesa-dev] [PATCH v2 26/32] vulkan/wsi: Add a helper for AcquireNextImage

2017-11-28 Thread Jason Ekstrand
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