nir: save IO semantics in lowered IO intrinsics
[mesa.git] / src / compiler / nir / nir_builtin_builder.h
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-05-04 Erik Faye-Lundcompiler/nir: move tan-calculation to helper
2020-04-23 Gert Wollnynir: Add umad24 and umul24 opcodes
2020-03-26 Erik Faye-Lundcompiler/nir: move build_log helper into builtin-builder
2020-03-26 Erik Faye-Lundcompiler/nir: move build_exp helper into builtin-builder
2020-02-21 Jason Ekstrandnir: Fix the nir_builder include path for nir_builtin_b...
2020-01-04 Gert Wollnynir: make nir_get_texture_size/lod available outside...
2019-11-21 Dave Airlievtn/opencl: add clz support
2019-11-21 Dave Airliespirv/nir/opencl: handle some multiply instructions.
2019-10-12 Neil Robertsnir/builtin: Add extern "C" guards to nir_builtin_builder.h
2019-10-12 Neil Robertsnir/builtin: Add #include u_math.h to the header
2019-10-12 Neil Robertsnir/builder: Move nir_atan and nir_atan2 from SPIR...
2019-03-05 Karol Herbstnir/spirv: initial handling of OpenCL.std extension...
2019-03-05 Karol Herbstnir: replace magic numbers with M_PI
2019-01-02 Iago Toral Quirogacompiler/spirv: handle 16-bit float in radians() and...
2018-07-24 Karol Herbstnir: add builtin builder