aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-01-17 16:34:48 +0000
committerEmil Velikov <[email protected]>2018-01-18 11:36:36 +0000
commitc9b2cb78972dd874edd5c612e6a221fb1f4d6e50 (patch)
tree93ff894e2b3313f9a7a58c1eb9a94b8d37ec94c2 /src/gallium/drivers/vc5
parent393cf04fa4c7137a00b3616ab4ee2d25b39a263a (diff)
vc5: add missing files to the tarball
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc5')
-rw-r--r--src/gallium/drivers/vc5/Makefile.sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources
index f5cd8d79f85..bc145806cc0 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 \