diff options
author | Connor Abbott <[email protected]> | 2014-07-10 18:18:17 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-01-15 07:18:58 -0800 |
commit | 7f0daaa5e7883792167d42fed7267d4c8d552c86 (patch) | |
tree | 0e4a7111e8213b1add14951104a512aa39b89b26 /src/glsl/Makefile.sources | |
parent | dbb76421dabfb1c6f79efc873baa8e21154d3dc0 (diff) |
nir: add a glsl-to-nir pass
v2: Jason Ekstrand <[email protected]>:
Make glsl_to_nir build again
fix whitespace
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 1b7e1594c69..57ca0eaf6f7 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -22,7 +22,8 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_opcodes.h \ $(GLSL_SRCDIR)/nir/nir_print.c \ $(GLSL_SRCDIR)/nir/nir_validate.c \ - $(GLSL_SRCDIR)/nir/nir_types.cpp + $(GLSL_SRCDIR)/nir/nir_types.cpp \ + $(GLSL_SRCDIR)/nir/glsl_to_nir.cpp # libglsl |