diff options
author | Connor Abbott <[email protected]> | 2014-07-30 12:07:45 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-01-15 07:18:58 -0800 |
commit | 8692c6a023afec2e937811103196f44223236f24 (patch) | |
tree | dbae5326e309455bb0672329bd98c42d5516c0e9 /src/glsl/Makefile.sources | |
parent | 8cdcfce5cea1a0dd761bdb82a03433f06c83f36b (diff) |
nir: add a pass to lower system value reads
v2: Jason Ekstrand <[email protected]>:
whitespace fixes
Diffstat (limited to 'src/glsl/Makefile.sources')
-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 6e0a0f03b82..433a9cb1514 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -19,6 +19,7 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_intrinsics.c \ $(GLSL_SRCDIR)/nir/nir_intrinsics.h \ $(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \ + $(GLSL_SRCDIR)/nir/nir_lower_system_values.c \ $(GLSL_SRCDIR)/nir/nir_lower_variables_scalar.c \ $(GLSL_SRCDIR)/nir/nir_opcodes.c \ $(GLSL_SRCDIR)/nir/nir_opcodes.h \ |