summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-01-14 12:41:15 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 07:20:24 -0800
commit55b5058e69859ba28c2f32de6edf5f0df3c6c28c (patch)
tree39ed8fba9383e1a5702943e05d8064e58182c932 /src/glsl/Makefile.sources
parent4aa6162f6ecf96c7400c17c310eba0cfd0f5e083 (diff)
downloadexternal_mesa3d-55b5058e69859ba28c2f32de6edf5f0df3c6c28c.zip
external_mesa3d-55b5058e69859ba28c2f32de6edf5f0df3c6c28c.tar.gz
external_mesa3d-55b5058e69859ba28c2f32de6edf5f0df3c6c28c.tar.bz2
nir: Rename lower_variables to lower_vars_to_ssa
The original name wasn't particularly descriptive. This one indicates that it actually gives you SSA values as opposed to the old pass which lowered variables to registers. Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index a61f234..4c9aa77 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -31,7 +31,7 @@ NIR_FILES = \
$(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_vars_to_ssa.c \
$(GLSL_SRCDIR)/nir/nir_lower_vec_to_movs.c \
$(GLSL_SRCDIR)/nir/nir_metadata.c \
$(GLSL_SRCDIR)/nir/nir_opcodes.c \