summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2014-12-01 20:29:35 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 07:19:02 -0800
commitaff431293b441368acd907104c8acd1b117bfaf8 (patch)
tree701be48432086dd0ea95d0dde275f70f8af9a259 /src/glsl/Makefile.sources
parentd477beab077106d8e76a80298a685f16f4c4e85e (diff)
downloadexternal_mesa3d-aff431293b441368acd907104c8acd1b117bfaf8.zip
external_mesa3d-aff431293b441368acd907104c8acd1b117bfaf8.tar.gz
external_mesa3d-aff431293b441368acd907104c8acd1b117bfaf8.tar.bz2
nir: Add a pass to lower local variables to registers
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
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 1d3b049..6230f49 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -22,6 +22,7 @@ NIR_FILES = \
$(GLSL_SRCDIR)/nir/nir_intrinsics.h \
$(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_samplers.cpp \
$(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
$(GLSL_SRCDIR)/nir/nir_lower_variables.c \