Blender Git Commit Log

Git Commits -> Revision b658361

May 27, 2016, 19:41 (GMT)
Cycles Denoising: Change PATH_TRACE task to more flexible RENDER task

This commit renames the PATH_TRACE task to RENDER and adds subtypes to the RenderTile, for now
PATH_TRACE and DENOISE. The reason for doing this instead of simply adding a new DENOISE
task is that it 1. allows to reuse the acquire_tile system etc. and 2. allows to denoise tiles
while others are still rendering (if DENOISE was an own task, it would have to wait until PATH_TRACE
was running out of tiles).
The task isn't used yet, that's for the upcoming commits.

Commit Details:

Full Hash: b65836195418f2f9b4d744c45a387cb19bc4447c
Parent Commit: 6f29dbd
Lines Changed: +69, -43

8 Modified Paths:

/intern/cycles/device/device_cpu.cpp (+33, -18) (Diff)
/intern/cycles/device/device_cuda.cpp (+16, -11) (Diff)
/intern/cycles/device/device_opencl.cpp (+4, -2) (Diff)
/intern/cycles/device/device_task.cpp (+3, -3) (Diff)
/intern/cycles/device/device_task.h (+2, -2) (Diff)
/intern/cycles/render/buffers.h (+3, -0) (Diff)
/intern/cycles/render/session.cpp (+7, -6) (Diff)
/intern/cycles/render/session.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021