Re: [Mesa-dev] [PATCH 2/2] nir: Don't try to scalarize unpack ops.

2015-08-11 Thread Eric Anholt
Matt Turner writes: > On Tue, Aug 11, 2015 at 11:25 AM, Eric Anholt wrote: >> Avoids regressions in vc4 when trying to do our blending in NIR. >> >> v2: Add the other unpack ops I meant to when writing the original commit >> message. >> --- >> src/glsl/nir/nir_lower_alu_to_scalar.c | 15 +++

Re: [Mesa-dev] [PATCH 2/2] nir: Don't try to scalarize unpack ops.

2015-08-11 Thread Matt Turner
On Tue, Aug 11, 2015 at 11:25 AM, Eric Anholt wrote: > Avoids regressions in vc4 when trying to do our blending in NIR. > > v2: Add the other unpack ops I meant to when writing the original commit > message. > --- > src/glsl/nir/nir_lower_alu_to_scalar.c | 15 +++ > 1 file changed

[Mesa-dev] [PATCH 2/2] nir: Don't try to scalarize unpack ops.

2015-08-11 Thread Eric Anholt
Avoids regressions in vc4 when trying to do our blending in NIR. v2: Add the other unpack ops I meant to when writing the original commit message. --- src/glsl/nir/nir_lower_alu_to_scalar.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/glsl/nir/nir_lower_alu_to_scal

[Mesa-dev] [PATCH 2/2] nir: Don't try to scalarize unpack ops.

2015-08-03 Thread Eric Anholt
--- src/glsl/nir/nir_lower_alu_to_scalar.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/glsl/nir/nir_lower_alu_to_scalar.c b/src/glsl/nir/nir_lower_alu_to_scalar.c index 5d15fb2..96c84e8 100644 --- a/src/glsl/nir/nir_lower_alu_to_scalar.c +++ b/src/glsl/nir/nir_lower_alu_to_scala