diff options
author | Emil Velikov <[email protected]> | 2016-04-29 19:50:29 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:38:46 +0100 |
commit | 7336df06ed5fa71a05243f05a3aeca26a408888c (patch) | |
tree | 5035bd4c449ed88562b214108041ab526f6220be /src/intel/vulkan/Makefile.sources | |
parent | 9e0950751666e135fa2c7f2f5329fa18b12c62c4 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.sources')
-rw-r--r-- | src/intel/vulkan/Makefile.sources | 9 |
1 files changed, 7 insertions, 2 deletions
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 |