summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-03-23 16:17:35 +0000
committerEmil Velikov <[email protected]>2015-03-24 20:49:31 +0000
commit9950eec173d056e324332c12fa269c852cc931aa (patch)
tree3349db5a03e82ca690c9e69f40267b279a391d9e
parentb2439602bef14387ccb1ea63ea452af4f15e8889 (diff)
glsl: add the remaining files to the tarball
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
-rw-r--r--src/glsl/Makefile.am1
-rw-r--r--src/glsl/Makefile.sources1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index b466a3b5c52..ed90366a010 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -46,6 +46,7 @@ EXTRA_DIST = tests glcpp/tests README TODO glcpp/README \
glcpp/glcpp-lex.l \
glcpp/glcpp-parse.y \
nir/nir_algebraic.py \
+ nir/nir_builder_opcodes_h.py \
nir/nir_constant_expressions.py \
nir/nir_opcodes.py \
nir/nir_opcodes_c.py \
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index b876642e859..8d29c553d2f 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -57,6 +57,7 @@ NIR_FILES = \
nir/nir_to_ssa.c \
nir/nir_types.h \
nir/nir_validate.c \
+ nir/nir_vla.h \
nir/nir_worklist.c \
nir/nir_worklist.h \
nir/nir_types.cpp \