Re: [Mesa-dev] [PATCH] nir: fix nir_before/after_cf_node() for function impls

2016-05-05 Thread Connor Abbott
On Thu, May 5, 2016 at 1:20 PM, Jason Ekstrand wrote: > On Thu, May 5, 2016 at 10:10 AM, Connor Abbott wrote: >> >> Signed-off-by: Connor Abbott >> --- >> src/compiler/nir/nir.h | 22 ++ >> 1 file changed, 18 insertions(+), 4 deletions(-) >> >> diff --git a/src/compiler/nir/

Re: [Mesa-dev] [PATCH] nir: fix nir_before/after_cf_node() for function impls

2016-05-05 Thread Jason Ekstrand
On Thu, May 5, 2016 at 10:10 AM, Connor Abbott wrote: > Signed-off-by: Connor Abbott > --- > src/compiler/nir/nir.h | 22 ++ > 1 file changed, 18 insertions(+), 4 deletions(-) > > diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h > index 98451c6..8316b0d 100644 >

[Mesa-dev] [PATCH] nir: fix nir_before/after_cf_node() for function impls

2016-05-05 Thread Connor Abbott
Signed-off-by: Connor Abbott --- src/compiler/nir/nir.h | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 98451c6..8316b0d 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1995,19 +