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

Chad Versace chadversary at chromium.org
Sat Dec 2 15:12:57 UTC 2017


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 +++----
>  src/intel/vulkan/anv_wsi.c          |  7 +++----
>  src/vulkan/wsi/wsi_common.c         | 17 +++++++++++++++++
>  src/vulkan/wsi/wsi_common.h         |  9 +++++++--
>  src/vulkan/wsi/wsi_common_wayland.c | 28 +++++-----------------------
>  src/vulkan/wsi/wsi_common_x11.c     | 29 +++++------------------------
>  6 files changed, 40 insertions(+), 57 deletions(-)

Patches 22 and 23 are
Reviewed-by: Chad Versace <chadversary at chromium.org>


More information about the mesa-dev mailing list