Blender Git Commit Log
Git Commits -> Revision 83ef380
Revision 83ef380 by Mai Lavelle (cycles_split_kernel) February 11, 2017, 11:25 (GMT) |
Cycles: Move kgbuffer allocation out of split kernel code Allocating the buffer is the job of the device implementation, not the split kernel, so makes more sense to separate that code. |
Commit Details:
Full Hash: 83ef38068b71ae4453f94d566fd0da02e5912ad1
Parent Commit: 33fc001
Lines Changed: +43, -66
6 Modified Paths:
/intern/cycles/device/device.h (+0, -10) (Diff)
/intern/cycles/device/device_cpu.cpp (+15, -16) (Diff)
/intern/cycles/device/device_cuda.cpp (+2, -10) (Diff)
/intern/cycles/device/device_split_kernel.cpp (+1, -3) (Diff)
/intern/cycles/device/device_split_kernel.h (+1, -1) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+24, -26) (Diff)
/intern/cycles/device/device_cpu.cpp (+15, -16) (Diff)
/intern/cycles/device/device_cuda.cpp (+2, -10) (Diff)
/intern/cycles/device/device_split_kernel.cpp (+1, -3) (Diff)
/intern/cycles/device/device_split_kernel.h (+1, -1) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+24, -26) (Diff)