From: Emil Velikov Date: Fri, 29 Apr 2016 18:50:29 +0000 (+0100) Subject: anv: include the files in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7336df06ed5fa71a05243f05a3aeca26a408888c;p=mesa.git anv: include the files in the tarball Namely the python script, the ICD header and private headers. We could get the system version of the ICD ones, although there is no .pc file to easily locate and/or manage them. Signed-off-by: Emil Velikov --- diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 80111df7cbb..fd8aae01777 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -134,6 +134,9 @@ anv_entrypoints.c : anv_entrypoints_gen.py $(vulkan_include_HEADERS) BUILT_SOURCES = $(VULKAN_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) +EXTRA_DIST = \ + $(top_srcdir)/include/vulkan/vk_icd.h \ + anv_entrypoints_gen.py libvulkan_intel_la_LIBADD = $(VULKAN_LIB_DEPS) diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index ab34bfa6e01..182c1e1c2b3 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -21,20 +21,23 @@ VULKAN_FILES := \ anv_allocator.c \ - anv_cmd_buffer.c \ anv_batch_chain.c \ + anv_cmd_buffer.c \ anv_descriptor_set.c \ anv_device.c \ anv_dump.c \ anv_formats.c \ + anv_genX.h \ anv_image.c \ anv_intel.c \ anv_meta.c \ + anv_meta.h \ anv_meta_blit.c \ anv_meta_blit2d.c \ anv_meta_clear.c \ anv_meta_copy.c \ anv_meta_resolve.c \ + anv_nir.h \ anv_nir_apply_dynamic_offsets.c \ anv_nir_apply_pipeline_layout.c \ anv_nir_lower_push_constants.c \ @@ -44,7 +47,9 @@ VULKAN_FILES := \ anv_private.h \ anv_query.c \ anv_util.c \ - anv_wsi.c + anv_wsi.c \ + anv_wsi.h \ + genX_pipeline_util.h VULKAN_WSI_WAYLAND_FILES := \ anv_wsi_wayland.c