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

Emil Velikov evelikov at kemper.freedesktop.org
Thu Feb 12 13:18:32 UTC 2015


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

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