diff options
author | Dave Airlie <[email protected]> | 2016-10-14 05:42:29 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 10:15:43 +1000 |
commit | 971523410fd2235e13c617b6a1569f70486258d7 (patch) | |
tree | cb9e386318cf533e0e3549443d7694dd585d881a /src/intel/vulkan/anv_private.h | |
parent | e0d15fbe1d670313132a0b71970badbcac259d78 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 62d3300d0ce..3a60199b40b 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; |