summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-14 05:42:29 +0100
committerDave Airlie <airlied@redhat.com>2016-10-19 10:15:43 +1000
commit971523410fd2235e13c617b6a1569f70486258d7 (patch)
treecb9e386318cf533e0e3549443d7694dd585d881a /src/intel/vulkan/anv_private.h
parente0d15fbe1d670313132a0b71970badbcac259d78 (diff)
downloadexternal_mesa3d-971523410fd2235e13c617b6a1569f70486258d7.zip
external_mesa3d-971523410fd2235e13c617b6a1569f70486258d7.tar.gz
external_mesa3d-971523410fd2235e13c617b6a1569f70486258d7.tar.bz2
anv: move common wsi code to x11/wayland common files.
Next task is to rename all the anv_ out of this, and move to a common location Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 62d3300..3a60199 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -66,6 +66,8 @@ struct gen_l3_config;
#include "brw_context.h"
#include "isl/isl.h"
+#include "wsi_common.h"
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -455,10 +457,6 @@ extern struct anv_dispatch_table dtable;
#define VK_ICD_WSI_PLATFORM_MAX 5
-struct anv_wsi_device {
- struct anv_wsi_interface * wsi[VK_ICD_WSI_PLATFORM_MAX];
-};
-
struct anv_physical_device {
VK_LOADER_DATA _loader_data;