Blender Git Commit Log
Git Commits -> Revision 0c70c2e
Revision 0c70c2e by Hristo Gueorguiev (temp_cycles_split_kernel) March 8, 2017, 16:56 (GMT) |
Cycles: add single program debug option for split kernel Single program generally compiles kernels faster (2-3 times), loads faster, takes less drive space (2-3 times), and reduces the number of cached kernels. |
Commit Details:
Full Hash: 0c70c2eb5123efa42078a61df313c621f4b734f0
Parent Commit: a4f8766
Lines Changed: +35, -12
9 Modified Paths:
/intern/cycles/blender/addon/properties.py (+2, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+1, -0) (Diff)
/intern/cycles/blender/blender_python.cpp (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl.h (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+13, -8) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+5, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/util/util_debug.cpp (+7, -4) (Diff)
/intern/cycles/util/util_debug.h (+3, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+1, -0) (Diff)
/intern/cycles/blender/blender_python.cpp (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl.h (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+13, -8) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+5, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/util/util_debug.cpp (+7, -4) (Diff)
/intern/cycles/util/util_debug.h (+3, -0) (Diff)