Re: [Mesa-dev] [PATCH 2/2] nir/validate: Validate that only float ALU outputs are saturated

2015-02-03 Thread Erik Faye-Lund
On Feb 3, 2015 10:39 PM, "Jason Ekstrand" wrote: > > > > On Tue, Feb 3, 2015 at 1:08 PM, Erik Faye-Lund wrote: >> >> On Tue, Feb 3, 2015 at 9:43 PM, Jason Ekstrand wrote: >> > --- >> > src/glsl/nir/nir_validate.c | 8 >> > 1 file changed, 8 insertions(+) >> > >> > diff --git a/src/glsl

Re: [Mesa-dev] [PATCH 2/2] nir/validate: Validate that only float ALU outputs are saturated

2015-02-03 Thread Jason Ekstrand
On Tue, Feb 3, 2015 at 1:08 PM, Erik Faye-Lund wrote: > On Tue, Feb 3, 2015 at 9:43 PM, Jason Ekstrand > wrote: > > --- > > src/glsl/nir/nir_validate.c | 8 > > 1 file changed, 8 insertions(+) > > > > diff --git a/src/glsl/nir/nir_validate.c b/src/glsl/nir/nir_validate.c > > index 7c80

Re: [Mesa-dev] [PATCH 2/2] nir/validate: Validate that only float ALU outputs are saturated

2015-02-03 Thread Erik Faye-Lund
On Tue, Feb 3, 2015 at 9:43 PM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir_validate.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/src/glsl/nir/nir_validate.c b/src/glsl/nir/nir_validate.c > index 7c801b2..89dfdf8 100644 > --- a/src/glsl/nir/nir_validate.c > +++ b/src/glsl

Re: [Mesa-dev] [PATCH 2/2] nir/validate: Validate that only float ALU outputs are saturated

2015-02-03 Thread Connor Abbott
Reviewed-by: Connor Abbott Funny, I thought we already did this... whoops. On Tue, Feb 3, 2015 at 3:43 PM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir_validate.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/src/glsl/nir/nir_validate.c b/src/glsl/nir/nir_validate.c > inde