From: Emil Velikov <[email protected]> From a quick look we should not need any of this. --- src/intel/vulkan/anv_private.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index d8a2194..120696e 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -46,6 +46,7 @@ #include "util/list.h" /* Pre-declarations needed for WSI entrypoints */ +/* XXX: This looks like a gross hack. Please look into and resolve */ struct wl_surface; struct wl_display; typedef struct xcb_connection_t xcb_connection_t; -- 2.8.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
