Module: Mesa Branch: 10.5 Commit: 8898b68a3f49330eba84ffd4651e97ae1aa2b897 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8898b68a3f49330eba84ffd4651e97ae1aa2b897
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
