summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2014-12-01 22:01:05 -0800
committerJason Ekstrand <[email protected]>2015-01-15 07:19:02 -0800
commit619b2e24997f499b422ff256bf920b333ad00a8b (patch)
tree1188da4876260ca6fa8461e8278e8affd7cb9caa /src/glsl/Makefile.sources
parentaff431293b441368acd907104c8acd1b117bfaf8 (diff)
nir: Add a pass for lowering input/output loads/stores
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index 6230f49b260..53c3e9876cd 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -23,6 +23,7 @@ NIR_FILES = \
$(GLSL_SRCDIR)/nir/nir_live_variables.c \
$(GLSL_SRCDIR)/nir/nir_lower_atomics.c \
$(GLSL_SRCDIR)/nir/nir_lower_locals_to_regs.c \
+ $(GLSL_SRCDIR)/nir/nir_lower_io.c \
$(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \
$(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
$(GLSL_SRCDIR)/nir/nir_lower_variables.c \