diff options
author | Emil Velikov <[email protected]> | 2015-03-31 10:54:34 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-01 14:46:42 +0100 |
commit | 5604d7675ed40227df9fc6a500eb4f0d2421f4ca (patch) | |
tree | 088a677ebb7c2c11bd000bb49a18d2ddc80eb4d7 /src | |
parent | 4984cb7ef866572c56981dab3e10b0ad62dc9782 (diff) |
nir: add nir_builder.h to the tarball
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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/glsl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 8d29c553d2f..c3b63d1354e 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -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 \ |