Re: [Mesa-dev] [PATCH v2 16/53] intel/compiler: handle conversions to half-float

2018-12-31 Thread Pohjolainen, Topi
On Wed, Dec 19, 2018 at 12:50:44PM +0100, Iago Toral Quiroga wrote: > There are some hardware restrictions that brw_nir_lower_conversions should > have taken care of before we get here. This patch and v2 of the previous: Reviewed-by: Topi Pohjolainen > --- > src/intel/compiler/brw_fs_nir.cpp |

[Mesa-dev] [PATCH v2 16/53] intel/compiler: handle conversions to half-float

2018-12-19 Thread Iago Toral Quiroga
There are some hardware restrictions that brw_nir_lower_conversions should have taken care of before we get here. --- src/intel/compiler/brw_fs_nir.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_fs_nir.cpp in