Re: [Mesa-dev] [PATCH 07/10] nir/dominance: Also record the dominance depth

2015-02-06 Thread Jason Ekstrand
With the patches I just sent, we'll drop this from the series and use the nir_dominance_lca function in GCM instead. On Thu, Feb 5, 2015 at 3:42 PM, Connor Abbott wrote: > Reviewed-by: Connor Abbott > > On Thu, Feb 5, 2015 at 5:29 PM, Jason Ekstrand > wrote: > > --- > > src/glsl/nir/nir.h

Re: [Mesa-dev] [PATCH 07/10] nir/dominance: Also record the dominance depth

2015-02-05 Thread Connor Abbott
Reviewed-by: Connor Abbott On Thu, Feb 5, 2015 at 5:29 PM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir.h | 3 +++ > src/glsl/nir/nir_dominance.c | 9 - > 2 files changed, 11 insertions(+), 1 deletion(-) > > diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h > index 32c991

[Mesa-dev] [PATCH 07/10] nir/dominance: Also record the dominance depth

2015-02-05 Thread Jason Ekstrand
--- src/glsl/nir/nir.h | 3 +++ src/glsl/nir/nir_dominance.c | 9 - 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h index 32c991a..8e5e686 100644 --- a/src/glsl/nir/nir.h +++ b/src/glsl/nir/nir.h @@ -1136,6 +1136,9 @@ typedef