Blender Git Commit Log

Git Commits -> Revision fb0596f

February 8, 2017, 16:32 (GMT)
Cycles Denoising: Implement device-independent denoising algorithm to deduplicate device code

Instead of implementing the full algorithm inside the device, the new code just calls the device in order to run specific kernels while handling all the high-level logic outside of the individual devices.

Commit Details:

Full Hash: fb0596f75b25bb9d34b870a11b99856a2d2054b2
Parent Commit: 54faf64
Lines Changed: +469, -2

2 Added Paths:

/intern/cycles/device/device_denoising.cpp (+268, -0) (View)
/intern/cycles/device/device_denoising.h (+150, -0) (View)

4 Modified Paths:

/intern/cycles/device/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/device/device.h (+8, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+1, -1) (Diff)
/intern/cycles/device/device_memory.h (+40, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021