From: Emil Velikov Date: Mon, 23 Mar 2015 16:17:35 +0000 (+0000) Subject: glsl: add the remaining files to the tarball X-Git-Tag: upstream/17.1.0~19834 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9950eec173d056e324332c12fa269c852cc931aa;p=platform%2Fupstream%2Fmesa.git glsl: add the remaining files to the tarball Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index b466a3b..ed90366 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 b876642..8d29c55 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 \