Blender Git Commit Log

Git Commits -> Revision d4bc2bf

March 23, 2017, 23:49 (GMT)
Cycles Denoising: Add separate set_tiles device callback

For CPU and CUDA, it was possible to determine the pointers to the tile buffers on the host and just fill the TilesInfo there.
However, for OpenCL the actual pointer is only known inside the kernel, so a separate kernel for setting them is needed.

Commit Details:

Full Hash: d4bc2bf8b9876c55c75405ef062c789c37a2f74b
Parent Commit: 1e96431
Lines Changed: +54, -21

5 Modified Paths:

/intern/cycles/device/device_cpu.cpp (+21, -6) (Diff)
/intern/cycles/device/device_cuda.cpp (+22, -6) (Diff)
/intern/cycles/device/device_denoising.cpp (+8, -7) (Diff)
/intern/cycles/device/device_denoising.h (+1, -0) (Diff)
/intern/cycles/filter/filter_defines.h (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021