anv: move common wsi code to x11/wayland common files.
authorDave Airlie <airlied@redhat.com>
Fri, 14 Oct 2016 04:42:29 +0000 (05:42 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 19 Oct 2016 00:15:43 +0000 (10:15 +1000)
commit971523410fd2235e13c617b6a1569f70486258d7
treecb9e386318cf533e0e3549443d7694dd585d881a
parente0d15fbe1d670313132a0b71970badbcac259d78
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>
src/intel/vulkan/Makefile.sources
src/intel/vulkan/anv_private.h
src/intel/vulkan/anv_wsi.c
src/intel/vulkan/anv_wsi.h [deleted file]
src/intel/vulkan/anv_wsi_wayland.c
src/intel/vulkan/anv_wsi_x11.c
src/intel/vulkan/wsi_common.h [new file with mode: 0644]
src/intel/vulkan/wsi_common_wayland.c [new file with mode: 0644]
src/intel/vulkan/wsi_common_wayland.h [new file with mode: 0644]
src/intel/vulkan/wsi_common_x11.c [new file with mode: 0644]
src/intel/vulkan/wsi_common_x11.h [new file with mode: 0644]