[Mesa-dev] [PATCH 02/11] nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
jason at jlekstrand.net
Mon Sep 14 08:07:36 PDT 2015
On Sep 14, 2015 07:05, "Eric Anholt" <eric at anholt.net> wrote:
>
> Jason Ekstrand <jason at jlekstrand.net> writes:
>
> > ---
> > src/glsl/nir/nir.c | 2 +-
> > src/glsl/nir/nir.h | 2 +-
> > src/glsl/nir/nir_control_flow.c | 2 +-
> > src/glsl/nir/nir_from_ssa.c | 5 ++---
> > src/glsl/nir/nir_lower_alu_to_scalar.c | 6 ++----
> > src/glsl/nir/nir_lower_atomics.c | 3 +--
> > src/glsl/nir/nir_lower_idiv.c | 4 +---
> > src/glsl/nir/nir_lower_io.c | 3 +--
> > src/glsl/nir/nir_lower_load_const_to_scalar.c | 3 +--
> > src/glsl/nir/nir_lower_locals_to_regs.c | 3 +--
> > src/glsl/nir/nir_lower_phis_to_scalar.c | 3 +--
> > src/glsl/nir/nir_lower_system_values.c | 3 +--
> > src/glsl/nir/nir_lower_vars_to_ssa.c | 6 ++----
> > src/glsl/nir/nir_opt_constant_folding.c | 4 ++--
> > src/glsl/nir/nir_opt_cse.c | 6 ++----
> > src/glsl/nir/nir_opt_dead_cf.c | 4 +---
> > src/glsl/nir/nir_opt_peephole_ffma.c | 3 +--
> > src/glsl/nir/nir_opt_peephole_select.c | 3 +--
> > src/glsl/nir/nir_opt_remove_phis.c | 5 +----
> > src/glsl/nir/nir_search.c | 2 +-
> > 20 files changed, 25 insertions(+), 47 deletions(-)
>
> There are callers of this outside of src/glsl/nir, too.
Sorry... I'll get those fixed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150914/ea312058/attachment.html>
More information about the mesa-dev
mailing list