summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_wsi_x11.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-13 05:27:56 +0100
committerDave Airlie <airlied@redhat.com>2016-10-19 10:15:42 +1000
commite9cf7c4460588eec68074c477bf3c7add6d21da7 (patch)
treebcad032d02df2fe2202e6f57115d19ace5478999 /src/intel/vulkan/anv_wsi_x11.c
parent0e4abc3e1016f606f64dfdd3b90f69abbdfedbc9 (diff)
downloadexternal_mesa3d-e9cf7c4460588eec68074c477bf3c7add6d21da7.tar.gz
external_mesa3d-e9cf7c4460588eec68074c477bf3c7add6d21da7.tar.bz2
external_mesa3d-e9cf7c4460588eec68074c477bf3c7add6d21da7.zip
anv/wsi: drop device from get caps
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/vulkan/anv_wsi_x11.c')
-rw-r--r--src/intel/vulkan/anv_wsi_x11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_wsi_x11.c b/src/intel/vulkan/anv_wsi_x11.c
index 179c75ace1..fce3451481 100644
--- a/src/intel/vulkan/anv_wsi_x11.c
+++ b/src/intel/vulkan/anv_wsi_x11.c
@@ -325,7 +325,6 @@ x11_surface_get_support(VkIcdSurfaceBase *icd_surface,
static VkResult
x11_surface_get_capabilities(VkIcdSurfaceBase *icd_surface,
- struct anv_physical_device *device,
VkSurfaceCapabilitiesKHR *caps)
{
xcb_connection_t *conn = x11_surface_get_connection(icd_surface);