From 919426631b7bd32f012eb9b6ffd8a9aff74788e1 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 12 Nov 2014 19:18:05 -0800 Subject: nir: Add a lowering pass for adding source modifiers where possible Reviewed-by: Connor Abbott --- src/glsl/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glsl/Makefile.sources') diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 3cee2e06c92..12c1d8310b7 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -27,6 +27,7 @@ NIR_FILES = \ $(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_to_source_mods.c \ $(GLSL_SRCDIR)/nir/nir_lower_variables.c \ $(GLSL_SRCDIR)/nir/nir_lower_vec_to_movs.c \ $(GLSL_SRCDIR)/nir/nir_metadata.c \ -- cgit v1.2.3