Re: [Mesa-dev] [PATCH v3 4/6] i965/fs: Re-arrange conversion operations

2017-03-13 Thread Pohjolainen, Topi
On Mon, Mar 13, 2017 at 09:18:13AM -0700, Jason Ekstrand wrote: > --- > src/intel/compiler/brw_fs_nir.cpp | 67 > ++- > 1 file changed, 31 insertions(+), 36 deletions(-) Reviewed-by: Topi Pohjolainen > > diff --git a/src/intel/compiler/brw_fs_nir.cpp > b/s

[Mesa-dev] [PATCH v3 4/6] i965/fs: Re-arrange conversion operations

2017-03-13 Thread Jason Ekstrand
--- src/intel/compiler/brw_fs_nir.cpp | 67 ++- 1 file changed, 31 insertions(+), 36 deletions(-) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp index b392895..ef569b5 100644 --- a/src/intel/compiler/brw_fs_nir.cpp +++ b/src