Re: [Mesa-dev] [PATCH 2/2] nir: move tex_instr_remove_src

2016-09-08 Thread Jason Ekstrand
On Thu, Sep 8, 2016 at 11:21 AM, Jason Ekstrand wrote: > > > On Thu, Sep 8, 2016 at 11:14 AM, Rob Clark wrote: > >> I want to re-use this in a different pass, so move to nir.h >> >> Signed-off-by: Rob Clark >> --- >> src/compiler/nir/nir.h | 16 >> src/compiler/nir/n

Re: [Mesa-dev] [PATCH 2/2] nir: move tex_instr_remove_src

2016-09-08 Thread Jason Ekstrand
On Thu, Sep 8, 2016 at 11:14 AM, Rob Clark wrote: > I want to re-use this in a different pass, so move to nir.h > > Signed-off-by: Rob Clark > --- > src/compiler/nir/nir.h | 16 > src/compiler/nir/nir_lower_tex.c | 20 ++-- > 2 files changed, 18 insert

[Mesa-dev] [PATCH 2/2] nir: move tex_instr_remove_src

2016-09-08 Thread Rob Clark
I want to re-use this in a different pass, so move to nir.h Signed-off-by: Rob Clark --- src/compiler/nir/nir.h | 16 src/compiler/nir/nir_lower_tex.c | 20 ++-- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/compiler/nir/nir.h b/s