Blender Git Loki
Git Commits -> Revision e7156b8
Revision e7156b8 by [email protected] (cycles_kernel_split) April 30, 2015, 12:04 (GMT) |
Change class hierarchy in device_opencl.cpp and refactor Class hierarchy change : The new class hierarchy is as follows, OpenCLDeviceBase (inherits Device) - Contains error-handlers, texture functiions and other common functions between MegaKernel and SplitKernel OpenCLDeviceSplitKernel (inherits OpenCLDeviceBase) - Contains variables and functions specific to split kernel implementation OpenCLDeviceMegaKernel (inherits OpenCLDeviceBase) - Contains variables and functions specific to megakernel Refactor : Change "if " to "if" |
Commit Details:
Full Hash: e7156b828801a4b235ce65f477296b57385e49ba
Parent Commit: 436552d
Lines Changed: +459, -949
1 Modified Path:
/intern/cycles/device/device_opencl.cpp (+459, -949) (Diff)