blender/intern/cycles/device/opencl
Jeroen Bakker b9ed30c25c Cycles: OpenCL Separate Compilation Debug Flag
OpenCL Parallel compilation only works inside Blender. When using cycles in a different setup (standaline or other software) it failed compiling kernels as they don't have the appropriate Python API and command line arguments.

This change introduces a `running_inside_blender` debug flag, that triggers out of process compilation of the kernels. Compilation still happens in subthread that enabled the preview kernels and compilation of the kernels during BVH building

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5439
2019-08-30 13:53:23 +02:00
..
memory_manager.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
memory_manager.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
opencl_split.cpp Cycles: OpenCL Separate Compilation Debug Flag 2019-08-30 13:53:23 +02:00
opencl_util.cpp Cycles: OpenCL Separate Compilation Debug Flag 2019-08-30 13:53:23 +02:00
opencl.h Cleanup: spelling 2019-07-07 15:38:41 +10:00