May 6, 2015, 11:01 (GMT) |
Cycles kernel split : Use macros to set args for LampEmission kernel |
May 6, 2015, 11:01 (GMT) |
Cycles kernel split : Use macros to set args for sceneintersect kernel |
May 6, 2015, 11:01 (GMT) |
Cyccles kernel split : Add message to assert statement |
May 6, 2015, 11:01 (GMT) |
Use macros to set args for datainit kernel |
May 6, 2015, 10:37 (GMT) |
Merge branch 'master' into cycles_kernel_split |
May 6, 2015, 07:43 (GMT) |
Cycles kernel split : Refactor: replace address specifiers with ccl_ macros __local with ccl_local __global with ccl_global __private with ccl_private inline with ccl_device_inline |
May 6, 2015, 07:43 (GMT) |
Cycles kernel split : avoid explicit macro definition in svm.h |
May 6, 2015, 07:42 (GMT) |
Cycles kenrel split : move use_split_kernel to DeviceInfo class |
May 6, 2015, 07:42 (GMT) |
Cycles kernel split : Move ENQUEUE_SPLIT_KERNEL macro inside path_trace |
May 6, 2015, 07:42 (GMT) |
Cycles kernel split : Use ENQUEUE_SPLIT_KERNEL macro to enqueue split kernels |
May 6, 2015, 07:25 (GMT) |
Add mem_alloc() function for Split kernel buffer allocation Conflicts: intern/cycles/device/device_opencl.cpp |
May 5, 2015, 21:01 (GMT) |
Cycles Kernel Split: Cleanup get_node_type_as_string() switch and add todo comment. Also fix code style in one place. |
May 5, 2015, 19:46 (GMT) |
Cycles kernel split: Disable advanced shading for all split kernels It was already disabled for AMD split kernel and since the code in advanced shading is not ready really ported it only causes compilation error. |
May 5, 2015, 19:01 (GMT) |
Merge branch 'master' into cycles_kernel_split |
May 5, 2015, 18:52 (GMT) |
Cycles kernel split: Another attempt to fix error in camera motion |
May 5, 2015, 18:34 (GMT) |
Cycles kernel split: Compilation error fix after recent changes Not sure what compiler will allow that access to enum values. |
May 5, 2015, 15:53 (GMT) |
Move max_render_feasible_tile_size to device_opencl.cpp |
May 5, 2015, 15:36 (GMT) |
Modify split-kernel's path-trace function signature |
May 5, 2015, 15:30 (GMT) |
Use max_render_feasible_tile_size for tile-split determination |
May 5, 2015, 13:51 (GMT) |
De-duplicate build-option-setting in load_kernels |
|