Re: [Mesa-dev] [PATCH v2 23/32] vulkan/wsi: Move get_images into common code

2017-12-02 Thread Chad Versace
On Tue 28 Nov 2017, Jason Ekstrand wrote: > This moves bits out of all four corners (anv, radv, x11, wayland) and > into the wsi common code. We also switch to using an outarray to ensure > we get our return code right. > --- > src/amd/vulkan/radv_wsi.c | 7 +++ >

[Mesa-dev] [PATCH v2 23/32] vulkan/wsi: Move get_images into common code

2017-11-28 Thread Jason Ekstrand
This moves bits out of all four corners (anv, radv, x11, wayland) and into the wsi common code. We also switch to using an outarray to ensure we get our return code right. --- src/amd/vulkan/radv_wsi.c | 7 +++ src/intel/vulkan/anv_wsi.c | 7 +++