projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556fc4b
)
nir: add missing header to the sources list
author
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 10 Feb 2015 13:10:18 +0000
(13:10 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 12 Feb 2015 13:19:13 +0000
(13:19 +0000)
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.sources
b/src/glsl/Makefile.sources
index a580b6e908b1ab3f01da05ccb28a385020b4b71a..7e66e91703d23edc8682c08e0afe565520da87fe 100644
(file)
--- a/
src/glsl/Makefile.sources
+++ b/
src/glsl/Makefile.sources
@@
-21,6
+21,7
@@
NIR_FILES = \
nir/glsl_to_nir.h \
nir/nir.c \
nir/nir.h \
+ nir/nir_constant_expressions.h \
nir/nir_dominance.c \
nir/nir_from_ssa.c \
nir/nir_intrinsics.c \