OSDN Git Service

nir: Rename lower_variables to lower_vars_to_ssa
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 14 Jan 2015 20:41:15 +0000 (12:41 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:20:24 +0000 (07:20 -0800)
commit55b5058e69859ba28c2f32de6edf5f0df3c6c28c
tree39ed8fba9383e1a5702943e05d8064e58182c932
parent4aa6162f6ecf96c7400c17c310eba0cfd0f5e083
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>
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_lower_vars_to_ssa.c [moved from src/glsl/nir/nir_lower_variables.c with 99% similarity]
src/mesa/drivers/dri/i965/brw_fs_nir.cpp