Re: [Mesa-dev] [PATCH] nir: Handle vector arguments to logical and/or/xor.

2015-03-24 Thread Connor Abbott
We could already handle vector arguments to these -- we just couldn't handle mixed scalar and vector arguments. So change the commit message to something like "nir: Handle mixed scalar/vector arguments to logical and/or/xor." and fix the typo and then this is Reviewed-by: Connor Abbott On Mon, M

Re: [Mesa-dev] [PATCH] nir: Handle vector arguments to logical and/or/xor.

2015-03-23 Thread Matt Turner
On Mon, Mar 23, 2015 at 5:10 PM, Matt Turner wrote: > --- > src/glsl/nir/glsl_to_nir.cpp | 39 +-- > 1 file changed, 21 insertions(+), 18 deletions(-) > > diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp > index 357944d..e6f5ffc 100644 >

[Mesa-dev] [PATCH] nir: Handle vector arguments to logical and/or/xor.

2015-03-23 Thread Matt Turner
--- src/glsl/nir/glsl_to_nir.cpp | 39 +-- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp index 357944d..e6f5ffc 100644 --- a/src/glsl/nir/glsl_to_nir.cpp +++ b/src/glsl/nir/glsl_to_nir