Re: [Mesa-dev] [PATCH v3 13/42] intel/compiler: lower 16-bit flrp

2019-01-18 Thread Iago Toral
Sorry about that, I split them like this because one change is for NIR and the other one is for Intel so I thought it was preferred to keep changes like this in separate patches. Anyway, I understand that for small changes like this it is not helpful, I'll keep that in mind for future patches. On T

Re: [Mesa-dev] [PATCH v3 13/42] intel/compiler: lower 16-bit flrp

2019-01-17 Thread Jason Ekstrand
Again, please squash with the previous patch. Splitting stuff this granular just makes review harder. On Tue, Jan 15, 2019 at 7:54 AM Iago Toral Quiroga wrote: > Reviewed-by: Jason Ekstrand > --- > src/intel/compiler/brw_compiler.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/

[Mesa-dev] [PATCH v3 13/42] intel/compiler: lower 16-bit flrp

2019-01-15 Thread Iago Toral Quiroga
Reviewed-by: Jason Ekstrand --- src/intel/compiler/brw_compiler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c index f885e79c3e6..04a1a7cac4e 100644 --- a/src/intel/compiler/brw_compiler.c +++ b/src/intel/compiler/brw_c