summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2014-12-03 16:25:35 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 07:19:03 -0800
commitd1d12efb36074abd34d6d6d3aa4db9190f6c0de3 (patch)
tree953bc90f82e88d074ceb7975ad0c65ce24dd8739 /src/glsl/Makefile.sources
parentfaad82b4e7df536af360ad85d4ef261f9926b961 (diff)
downloadexternal_mesa3d-d1d12efb36074abd34d6d6d3aa4db9190f6c0de3.zip
external_mesa3d-d1d12efb36074abd34d6d6d3aa4db9190f6c0de3.tar.gz
external_mesa3d-d1d12efb36074abd34d6d6d3aa4db9190f6c0de3.tar.bz2
nir: Remove the old variable lowering code
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
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 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 \