Re: [Mesa-dev] [PATCH 08/59] compiler/spirv: implement 16-bit frexp

2018-12-07 Thread Jason Ekstrand
Looks the same as what we do for the others. Reviewed-by: Jason Ekstrand On Tue, Dec 4, 2018 at 1:18 AM Iago Toral Quiroga wrote: > --- > src/compiler/spirv/vtn_glsl450.c | 48 ++-- > 1 file changed, 46 insertions(+), 2 deletions(-) > > diff --git a/src/compiler/sp

[Mesa-dev] [PATCH 08/59] compiler/spirv: implement 16-bit frexp

2018-12-03 Thread Iago Toral Quiroga
--- src/compiler/spirv/vtn_glsl450.c | 48 ++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/src/compiler/spirv/vtn_glsl450.c b/src/compiler/spirv/vtn_glsl450.c index 85851755aab..bb340c87416 100644 --- a/src/compiler/spirv/vtn_glsl450.c +++ b/src/comp