anv: move to using shared wsi code
authorDave Airlie <airlied@redhat.com>
Fri, 14 Oct 2016 06:12:33 +0000 (07:12 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 19 Oct 2016 00:15:43 +0000 (10:15 +1000)
commit3f7ef2488938d31b5ead043891fadc3cee4c6f05
treee8ca48ce50b09485f1d0df789192394749dfd3e7
parentec0bc14a700c2503d834ac0763f4cfbe312998fa
anv: move to using shared wsi code

This moves the shared code to a common subdirectory
and makes anv linked to that code instead of the copy
it was using.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
16 files changed:
configure.ac
src/Makefile.am
src/intel/vulkan/Makefile.am
src/intel/vulkan/Makefile.sources
src/intel/vulkan/wsi_common.h [deleted file]
src/intel/vulkan/wsi_common_wayland.c [deleted file]
src/intel/vulkan/wsi_common_wayland.h [deleted file]
src/intel/vulkan/wsi_common_x11.c [deleted file]
src/intel/vulkan/wsi_common_x11.h [deleted file]
src/vulkan/wsi/Makefile.am [new file with mode: 0644]
src/vulkan/wsi/Makefile.sources [new file with mode: 0644]
src/vulkan/wsi/wsi_common.h [new file with mode: 0644]
src/vulkan/wsi/wsi_common_wayland.c [new file with mode: 0644]
src/vulkan/wsi/wsi_common_wayland.h [new file with mode: 0644]
src/vulkan/wsi/wsi_common_x11.c [new file with mode: 0644]
src/vulkan/wsi/wsi_common_x11.h [new file with mode: 0644]