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

Author: Emil Velikov <[email protected]>
Date:   Tue Feb 10 13:10:18 2015 +0000

nir: add missing header to the sources list

Cc: "10.5" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Connor Abbott <[email protected]>
Reviewed-by: Matt Turner <[email protected]>

---

 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 \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to