From: Emil Velikov Date: Sun, 1 May 2016 07:38:34 +0000 (+0100) Subject: isl: include all the files in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f04caa09caf849b56d0c19c5b80d1420a7d2cb8;p=mesa.git isl: include all the files in the tarball Add the missing header(s), generation scripts, README ... Signed-off-by: Emil Velikov --- diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index 1427e7bb033..d1f91a78e02 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -63,6 +63,7 @@ libisl_la_SOURCES = \ isl_gen4.h \ isl_gen6.c \ isl_gen6.h \ + isl_priv.h \ isl_storage_image.c \ $(NULL) @@ -121,3 +122,8 @@ tests_isl_surf_get_image_offset_test_LDADD = $(tests_ldadd) # ---------------------------------------------------------------------------- include $(top_srcdir)/install-lib-links.mk + +EXTRA_DIST = \ + isl_format_layout_gen.bash \ + isl_format_layout.csv \ + README