From 467d161e6a050bb2e55278340d235b91c2ffa5df Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 13 Oct 2016 05:26:03 +0100 Subject: anv/wsi: remove device from get_support interface replace with wsi_device and allocator. Reviewed-by: Jason Ekstrand --- src/intel/vulkan/anv_wsi_wayland.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/intel/vulkan/anv_wsi_wayland.c') diff --git a/src/intel/vulkan/anv_wsi_wayland.c b/src/intel/vulkan/anv_wsi_wayland.c index 2c9eecfa64a..d0b7606ecae 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) { -- cgit v1.2.3