aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_builtin_builder.h
Commit message (Expand)AuthorAgeFilesLines
* compiler/nir: move tan-calculation to helperErik Faye-Lund2020-05-041-0/+6
* nir: Add umad24 and umul24 opcodesGert Wollny2020-04-231-16/+0
* compiler/nir: move build_log helper into builtin-builderErik Faye-Lund2020-03-261-0/+6
* compiler/nir: move build_exp helper into builtin-builderErik Faye-Lund2020-03-261-0/+6
* nir: Fix the nir_builder include path for nir_builtin_builderJason Ekstrand2020-02-211-1/+1
* nir: make nir_get_texture_size/lod available outside nir_lower_texGert Wollny2020-01-041-0/+6
* vtn/opencl: add clz supportDave Airlie2019-11-221-0/+8
* spirv/nir/opencl: handle some multiply instructions.Dave Airlie2019-11-221-0/+37
* nir/builtin: Add extern "C" guards to nir_builtin_builder.hNeil Roberts2019-10-121-0/+8
* nir/builtin: Add #include u_math.h to the headerNeil Roberts2019-10-121-0/+1
* nir/builder: Move nir_atan and nir_atan2 from SPIR-V translatorNeil Roberts2019-10-121-0/+2
* nir/spirv: initial handling of OpenCL.std extension opcodesKarol Herbst2019-03-051-1/+129
* nir: replace magic numbers with M_PIKarol Herbst2019-03-051-2/+2
* compiler/spirv: handle 16-bit float in radians() and degrees()Iago Toral Quiroga2019-01-021-2/+2
* nir: add builtin builderKarol Herbst2018-07-241-0/+84