From d1d12efb36074abd34d6d6d3aa4db9190f6c0de3 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 3 Dec 2014 16:25:35 -0800 Subject: nir: Remove the old variable lowering code Reviewed-by: Connor Abbott --- src/glsl/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glsl/Makefile.sources') diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 3f5c0bd..3cee2e0 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -28,7 +28,6 @@ NIR_FILES = \ $(GLSL_SRCDIR)/nir/nir_lower_samplers.cpp \ $(GLSL_SRCDIR)/nir/nir_lower_system_values.c \ $(GLSL_SRCDIR)/nir/nir_lower_variables.c \ - $(GLSL_SRCDIR)/nir/nir_lower_variables_scalar.c \ $(GLSL_SRCDIR)/nir/nir_lower_vec_to_movs.c \ $(GLSL_SRCDIR)/nir/nir_metadata.c \ $(GLSL_SRCDIR)/nir/nir_opcodes.c \ -- cgit v1.1