Re: [Mesa-dev] [PATCH 2/2] nir: use src for ssa helper

2015-06-02 Thread Connor Abbott
Both are Reviewed-by: Connor Abbott On Tue, Jun 2, 2015 at 5:37 AM, Timothy Arceri wrote: > --- > src/glsl/nir/glsl_to_nir.cpp | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp > index af758ce..a471a86 10064

Re: [Mesa-dev] [PATCH 2/2] nir: use src for ssa helper

2015-06-02 Thread Thomas Helland
Both of these look good and are: Reviewed-by: Thomas Helland 2015-06-02 11:37 GMT+02:00 Timothy Arceri : > --- > src/glsl/nir/glsl_to_nir.cpp | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp > index af758ce.

[Mesa-dev] [PATCH 2/2] nir: use src for ssa helper

2015-06-02 Thread Timothy Arceri
--- src/glsl/nir/glsl_to_nir.cpp | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp index af758ce..a471a86 100644 --- a/src/glsl/nir/glsl_to_nir.cpp +++ b/src/glsl/nir/glsl_to_nir.cpp @@ -932,11 +932,8 @@ nir_visitor: