Mesa (master): radv: automake: include the python scripts/ formats table in the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Tue Oct 11 13:04:39 UTC 2016


Module: Mesa
Branch: master
Commit: e2cb253346df2172adba0ce926a812ba67edb00d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2cb253346df2172adba0ce926a812ba67edb00d

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Mon Oct 10 17:01:47 2016 +0100

radv: automake: include the python scripts/formats table in the tarball

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/amd/vulkan/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am
index 387ba4d..0caebb8 100644
--- a/src/amd/vulkan/Makefile.am
+++ b/src/amd/vulkan/Makefile.am
@@ -129,9 +129,12 @@ BUILT_SOURCES = $(VULKAN_GENERATED_FILES)
 CLEANFILES = $(BUILT_SOURCES) dev_icd.json radv_timestamp.h
 EXTRA_DIST = \
 	$(top_srcdir)/include/vulkan/vk_icd.h \
-	radv_entrypoints_gen.py \
 	dev_icd.json.in \
-	radeon_icd.json
+	radeon_icd.json \
+	radv_entrypoints_gen.py \
+	vk_format_layout.csv \
+	vk_format_parse.py \
+	vk_format_table.py
 
 libvulkan_radeon_la_LIBADD = $(VULKAN_LIB_DEPS) $(top_builddir)/src/amd/addrlib/libamdgpu_addrlib.la
 




More information about the mesa-commit mailing list