summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_builtin_builder.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-22vtn/opencl: add clz supportDave Airlie1-0/+8
2019-11-22spirv/nir/opencl: handle some multiply instructions.Dave Airlie1-0/+37
2019-10-12nir/builtin: Add extern "C" guards to nir_builtin_builder.hNeil Roberts1-0/+8
2019-10-12nir/builtin: Add #include u_math.h to the headerNeil Roberts1-0/+1
2019-10-12nir/builder: Move nir_atan and nir_atan2 from SPIR-V translatorNeil Roberts1-0/+2
2019-03-05nir/spirv: initial handling of OpenCL.std extension opcodesKarol Herbst1-1/+129
2019-03-05nir: replace magic numbers with M_PIKarol Herbst1-2/+2
2019-01-02compiler/spirv: handle 16-bit float in radians() and degrees()Iago Toral Quiroga1-2/+2
2018-07-24nir: add builtin builderKarol Herbst1-0/+84