projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db329d
)
nir: Add nir_{opt_,}algebraic.py to distribution.
author
Matt Turner
<mattst88@gmail.com>
Fri, 23 Jan 2015 22:25:46 +0000
(14:25 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 23 Jan 2015 22:26:53 +0000
(14:26 -0800)
src/glsl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.am
b/src/glsl/Makefile.am
index 9d9f99a480bc2ab0162fb434437796f0cf2554cb..ae2de11de6c0b70b5f2b503234fe6635d5c70c55 100644
(file)
--- 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