blender/intern/cycles/kernel/kernels
Sergey Sharybin 176ad9ecdd Cycles: Remove ulong usage
This is a bit confusing, especially when one mixes OpenCL code where ulong equals
to uint64_t with CPU side code where ulong is expected to be something else from
the naming.

This commit makes it so we use explicit name, common on all platforms.
2017-08-09 14:08:58 +02:00
..
cpu Cycles: Fix compilation error of filter kernels on 32 bit Windows 2017-08-08 22:01:17 +02:00
cuda Cycles: CUDA split performance tweaks, still far from megakernel. 2017-08-05 14:32:59 +02:00
opencl Cycles: Remove ulong usage 2017-08-09 14:08:58 +02:00