summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.sources
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-14 07:12:33 +0100
committerDave Airlie <airlied@redhat.com>2016-10-19 10:15:43 +1000
commit3f7ef2488938d31b5ead043891fadc3cee4c6f05 (patch)
treee8ca48ce50b09485f1d0df789192394749dfd3e7 /src/intel/vulkan/Makefile.sources
parentec0bc14a700c2503d834ac0763f4cfbe312998fa (diff)
downloadexternal_mesa3d-3f7ef2488938d31b5ead043891fadc3cee4c6f05.zip
external_mesa3d-3f7ef2488938d31b5ead043891fadc3cee4c6f05.tar.gz
external_mesa3d-3f7ef2488938d31b5ead043891fadc3cee4c6f05.tar.bz2
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>
Diffstat (limited to 'src/intel/vulkan/Makefile.sources')
-rw-r--r--src/intel/vulkan/Makefile.sources9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources
index 62205d4..c51c146 100644
--- a/src/intel/vulkan/Makefile.sources
+++ b/src/intel/vulkan/Makefile.sources
@@ -42,19 +42,14 @@ VULKAN_FILES := \
anv_query.c \
anv_util.c \
anv_wsi.c \
- wsi_common.h \
genX_pipeline_util.h \
vk_format_info.h
VULKAN_WSI_WAYLAND_FILES := \
- anv_wsi_wayland.c \
- wsi_common_wayland.c \
- wsi_common_wayland.h
+ anv_wsi_wayland.c
VULKAN_WSI_X11_FILES := \
- anv_wsi_x11.c \
- wsi_common_x11.c \
- wsi_common_x11.h
+ anv_wsi_x11.c
VULKAN_GEM_FILES := \
anv_gem.c