diff options
author | Dave Airlie <airlied@redhat.com> | 2016-10-13 05:26:03 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-10-19 10:15:42 +1000 |
commit | 467d161e6a050bb2e55278340d235b91c2ffa5df (patch) | |
tree | 56d578b28ce525b22c20da43cd20ef146441b217 /src/intel/vulkan/anv_wsi_wayland.c | |
parent | b8e7460563e9a92f81158c4b02771aa2636ac373 (diff) |
anv/wsi: remove device from get_support interface
replace with wsi_device and allocator.
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/vulkan/anv_wsi_wayland.c')
-rw-r--r-- | src/intel/vulkan/anv_wsi_wayland.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_wsi_wayland.c b/src/intel/vulkan/anv_wsi_wayland.c index 2c9eecfa64..d0b7606eca 100644 --- a/src/intel/vulkan/anv_wsi_wayland.c +++ b/src/intel/vulkan/anv_wsi_wayland.c @@ -332,7 +332,8 @@ VkBool32 anv_GetPhysicalDeviceWaylandPresentationSupportKHR( static VkResult wsi_wl_surface_get_support(VkIcdSurfaceBase *surface, - struct anv_physical_device *device, + struct anv_wsi_device *wsi_device, + const VkAllocationCallbacks *alloc, uint32_t queueFamilyIndex, VkBool32* pSupported) { |