Module: Mesa Branch: master Commit: 2034bdd46ce757a18fdb3498f6a0232db16522f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2034bdd46ce757a18fdb3498f6a0232db16522f3
Author: Emil Velikov <[email protected]> Date: Sat Oct 10 16:13:38 2015 +0100 nir: include nir_instr_set.h in the tarball Signed-off-by: Emil Velikov <[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 436949c..4da64f4 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -34,6 +34,7 @@ NIR_FILES = \ nir/nir_intrinsics.c \ nir/nir_intrinsics.h \ nir/nir_instr_set.c \ + nir/nir_instr_set.h \ nir/nir_live_variables.c \ nir/nir_lower_alu_to_scalar.c \ nir/nir_lower_atomics.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
