Mesa (master): vc5: add missing files to the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Thu Jan 18 11:39:46 UTC 2018


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Jan 17 16:34:48 2018 +0000

vc5: add missing files to the tarball

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

---

 src/gallium/drivers/vc5/Makefile.sources | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources
index f5cd8d79f8..bc145806cc 100644
--- a/src/gallium/drivers/vc5/Makefile.sources
+++ b/src/gallium/drivers/vc5/Makefile.sources
@@ -9,6 +9,7 @@ C_SOURCES := \
 	vc5_drm.h \
 	vc5_fence.c \
 	vc5_formats.c \
+	vc5_format_table.h \
 	vc5_job.c \
 	vc5_program.c \
 	vc5_query.c \
@@ -17,14 +18,18 @@ C_SOURCES := \
 	vc5_screen.c \
 	vc5_screen.h \
 	vc5_simulator.c \
+	vc5_simulator_wrapper.c \
+	vc5_simulator_wrapper.h \
 	vc5_tiling.c \
 	vc5_tiling.h \
 	vc5_uniforms.c \
 	$()
 
 VC5_PER_VERSION_SOURCES = \
+	v3dx_context.h \
 	v3dx_format_table.c \
 	v3dx_simulator.c \
+	v3dx_simulator.h \
 	vc5_draw.c \
 	vc5_emit.c \
 	vc5_rcl.c \




More information about the mesa-commit mailing list