summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2014-12-03 16:25:35 -0800
committerJason Ekstrand <[email protected]>2015-01-15 07:19:03 -0800
commitd1d12efb36074abd34d6d6d3aa4db9190f6c0de3 (patch)
tree953bc90f82e88d074ceb7975ad0c65ce24dd8739 /src/glsl/Makefile.sources
parentfaad82b4e7df536af360ad85d4ef261f9926b961 (diff)
nir: Remove the old variable lowering code
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index 3f5c0bd58ab..3cee2e06c92 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 \