[Mesa-dev] [PATCH 0/3] anv: Support loader interface version 2

Chad Versace chadversary at chromium.org
Wed Jan 11 03:17:26 UTC 2017


I tested this by:
  - Running vkcube on Wayland with an older Vulkan loader 1.0.30, as
    shipped by Arch Linux.
  - Running vkcube on Wayland with a Vulkan loader built from today's
    master at commit 82a2c181e32f4bc.
  - Running 'dEQP-VK.wsi.xlib.*'. All 33 tests passed.

I also checked that radv continues to build after this series.

Chad Versace (3):
  vulkan: Add new cast macros for VkIcd types
  vulkan: Update vk_icd.h to interface version 3
  anv: Support loader interface version 2

 include/vulkan/vk_icd.h             | 110 +++++++++++++++++++++++++-----------
 src/amd/vulkan/radv_wsi.c           |  12 ++--
 src/intel/vulkan/anv_device.c       |  43 ++++++++++++++
 src/intel/vulkan/anv_wsi.c          |  12 ++--
 src/vulkan/wsi/wsi_common.h         |  20 ++++++-
 src/vulkan/wsi/wsi_common_wayland.c |   2 +-
 src/vulkan/wsi/wsi_common_x11.c     |   4 +-
 7 files changed, 155 insertions(+), 48 deletions(-)

-- 
2.11.0



More information about the mesa-dev mailing list