Mesa (10.5): nir: add missing header to the sources list

Emil Velikov evelikov at kemper.freedesktop.org
Thu Feb 12 14:08:49 UTC 2015


Module: Mesa
Branch: 10.5
Commit: 8898b68a3f49330eba84ffd4651e97ae1aa2b897
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8898b68a3f49330eba84ffd4651e97ae1aa2b897

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue Feb 10 13:10:18 2015 +0000

nir: add missing header to the sources list

Cc: "10.5" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Connor Abbott <cwabbott0 at gmail.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/glsl/Makefile.sources |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index a580b6e..7e66e91 100644
--- 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 \




More information about the mesa-commit mailing list