Re: [Mesa-dev] [PATCH 1/2] nir: Replace fcsel with fmov instead of imov in nir_opt_undef

2015-08-21 Thread Boyan Ding
2015-08-22 5:36 GMT+08:00 Matt Turner : > On Fri, Aug 21, 2015 at 6:42 AM, Boyan Ding wrote: >> Signed-off-by: Boyan Ding >> --- >> src/glsl/nir/nir_opt_undef.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/glsl/nir/nir_opt_undef.c b/src/glsl/nir/nir_opt_undef.c

Re: [Mesa-dev] [PATCH 1/2] nir: Replace fcsel with fmov instead of imov in nir_opt_undef

2015-08-21 Thread Matt Turner
On Fri, Aug 21, 2015 at 6:42 AM, Boyan Ding wrote: > Signed-off-by: Boyan Ding > --- > src/glsl/nir/nir_opt_undef.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/glsl/nir/nir_opt_undef.c b/src/glsl/nir/nir_opt_undef.c > index 4ab27a8..fb9c6bb 100644 > --- a/src/gls

[Mesa-dev] [PATCH 1/2] nir: Replace fcsel with fmov instead of imov in nir_opt_undef

2015-08-21 Thread Boyan Ding
Signed-off-by: Boyan Ding --- src/glsl/nir/nir_opt_undef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/nir/nir_opt_undef.c b/src/glsl/nir/nir_opt_undef.c index 4ab27a8..fb9c6bb 100644 --- a/src/glsl/nir/nir_opt_undef.c +++ b/src/glsl/nir/nir_opt_undef.c @@ -63,7 +