Re: [Mesa-dev] [PATCH v2 04/53] compiler/spirv: implement 16-bit asin

2018-12-19 Thread Jason Ekstrand
On Wed, Dec 19, 2018 at 5:51 AM Iago Toral Quiroga wrote: > v2: > - use nir_fmul_imm and nir_fadd_imm helpers (Jason) > --- > src/compiler/spirv/vtn_glsl450.c | 23 ++- > 1 file changed, 14 insertions(+), 9 deletions(-) > > diff --git a/src/compiler/spirv/vtn_glsl450.c > b/

[Mesa-dev] [PATCH v2 04/53] compiler/spirv: implement 16-bit asin

2018-12-19 Thread Iago Toral Quiroga
v2: - use nir_fmul_imm and nir_fadd_imm helpers (Jason) --- src/compiler/spirv/vtn_glsl450.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/compiler/spirv/vtn_glsl450.c b/src/compiler/spirv/vtn_glsl450.c index b54aeb9b217..f411d17cfe4 100644 ---