summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-01-14 15:19:49 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 07:20:24 -0800
commitd3636da9026dd10493fb57b0d6803e33166abd1b (patch)
treef2ba2461f378c7bedad73219a9ca3350376b8397 /src/glsl/Makefile.sources
parent700ba5daaf9ec340dc967bbf1ba355470a573b37 (diff)
downloadexternal_mesa3d-d3636da9026dd10493fb57b0d6803e33166abd1b.zip
external_mesa3d-d3636da9026dd10493fb57b0d6803e33166abd1b.tar.gz
external_mesa3d-d3636da9026dd10493fb57b0d6803e33166abd1b.tar.bz2
nir: Add a pass for lowering copy instructions
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 4c9aa77..006e947 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -32,6 +32,7 @@ NIR_FILES = \
$(GLSL_SRCDIR)/nir/nir_lower_system_values.c \
$(GLSL_SRCDIR)/nir/nir_lower_to_source_mods.c \
$(GLSL_SRCDIR)/nir/nir_lower_vars_to_ssa.c \
+ $(GLSL_SRCDIR)/nir/nir_lower_var_copies.c \
$(GLSL_SRCDIR)/nir/nir_lower_vec_to_movs.c \
$(GLSL_SRCDIR)/nir/nir_metadata.c \
$(GLSL_SRCDIR)/nir/nir_opcodes.c \