nir: add nir_builder.h to the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 31 Mar 2015 09:54:34 +0000 (10:54 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 1 Apr 2015 13:46:42 +0000 (14:46 +0100)
The header was added with commit 2a135c470e3(nir: Add an ALU op builder
kind of like ir_builder.h) but did not made it into to the sources list.

Fortunately it remained unused until a recent commit faf6106c6f6(nir:
Implement a Mesa IR -> NIR translator.)

v2: Remove the bogus dependency. Tweak commit message.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/Makefile.sources

index 8d29c553d2f9da8ca4f518450fda41b26ab50055..c3b63d1354eddaf5a3d9f21ea1c49eebe1e66c14 100644 (file)
@@ -22,6 +22,7 @@ NIR_FILES = \
        nir/glsl_to_nir.h \
        nir/nir.c \
        nir/nir.h \
+       nir/nir_builder.h \
        nir/nir_constant_expressions.h \
        nir/nir_dominance.c \
        nir/nir_from_ssa.c \