summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2014-11-14 21:35:25 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 07:20:20 -0800
commitf77f4c00ce4834ca14dd27bed28949dc012e7daf (patch)
treed9a0afe8e46e6a384d5c3f12810e0ad3a12e0c06 /src/glsl/Makefile.sources
parentd5410bd8f65b8d0f845dc8beccd498b6fa098660 (diff)
downloadexternal_mesa3d-f77f4c00ce4834ca14dd27bed28949dc012e7daf.zip
external_mesa3d-f77f4c00ce4834ca14dd27bed28949dc012e7daf.tar.gz
external_mesa3d-f77f4c00ce4834ca14dd27bed28949dc012e7daf.tar.bz2
nir: Add a basic constant folding pass
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 fe0f47b..604d9ed 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -36,6 +36,7 @@ NIR_FILES = \
$(GLSL_SRCDIR)/nir/nir_metadata.c \
$(GLSL_SRCDIR)/nir/nir_opcodes.c \
$(GLSL_SRCDIR)/nir/nir_opcodes.h \
+ $(GLSL_SRCDIR)/nir/nir_opt_constant_folding.c \
$(GLSL_SRCDIR)/nir/nir_opt_copy_propagate.c \
$(GLSL_SRCDIR)/nir/nir_opt_cse.c \
$(GLSL_SRCDIR)/nir/nir_opt_dce.c \