Re: [Mesa-dev] [PATCH v2 1/8] nir: add builtin builder

2018-07-16 Thread Jason Ekstrand
On Mon, Jul 16, 2018 at 7:28 AM Karol Herbst wrote: > also move some of the GLSL builtins over we will need for implementing > some OpenCL builtins > > v2: replace NIR_IMM_FP by nir_imm_floatN_t in ported code > fix up changes caused by swizzle rework > > Signed-off-by: Karol Herbst > --- >

[Mesa-dev] [PATCH v2 1/8] nir: add builtin builder

2018-07-16 Thread Karol Herbst
also move some of the GLSL builtins over we will need for implementing some OpenCL builtins v2: replace NIR_IMM_FP by nir_imm_floatN_t in ported code fix up changes caused by swizzle rework Signed-off-by: Karol Herbst --- src/compiler/Makefile.sources | 2 + src/compiler/nir/meson