Mesa (master): nir: Add nir_{opt_,}algebraic.py to distribution.

Matt Turner mattst88 at kemper.freedesktop.org
Fri Jan 23 22:48:25 UTC 2015


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Jan 23 14:25:46 2015 -0800

nir: Add nir_{opt_,}algebraic.py to distribution.

---

 src/glsl/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 9d9f99a..ae2de11 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -36,6 +36,8 @@ EXTRA_DIST = tests glcpp/tests README TODO glcpp/README	\
 	glsl_parser.yy					\
 	glcpp/glcpp-lex.l				\
 	glcpp/glcpp-parse.y				\
+	nir/nir_algebraic.py				\
+	nir/nir_opt_algebraic.py			\
 	SConscript
 
 include Makefile.sources




More information about the mesa-commit mailing list