blender/intern/cycles/device
Sergey Sharybin 3b88a29abf Cycles: progressive refine option
Just makes progressive refine :)

This means the whole image would be refined gradually using as much
threads as it's set in performance settings. Having enough tiles is
required to have this option working as it's expected.

Technically it's implemented by repeatedly computing next sample for
all the tiles before switching to next sample.

This works around 7-12% slower than regular tile-based rendering, so
use this option only if you really need it.

This commit also fixes progressive update of image when Save Buffers
option is enabled.

And one more thing this commit fixes is handling display buffer with
Save Buffers option enabled. If this option is enabled image buffer
wouldn't have neither byte nor float buffer until image is fully
rendered which could backfire in missing image while rendering in
cases color management cache became full.

This issue solved by allocating byte buffer for image buffer from
tile update callback.

Patch was reviewed by Brecht. He also made some minor edits to
original version to patch. Thanks, man!
2012-10-13 12:38:32 +00:00
..
CMakeLists.txt code cleanup: cycles now uses system includes for boost/oiio.. etc, so we dont get warnings from system headers. 2012-09-20 09:04:43 +00:00
device_cpu.cpp Cycles: progressive refine option 2012-10-13 12:38:32 +00:00
device_cuda.cpp Cycles: progressive refine option 2012-10-13 12:38:32 +00:00
device_intern.h Cycles: device code refactoring, no functional changes. 2012-01-04 18:06:32 +00:00
device_memory.h Cycles: device code refactoring, no functional changes. 2012-01-04 18:06:32 +00:00
device_multi.cpp Revert r50528: "Performance fix for Cycles: Don't wait in the main UI thread when resetting devices." 2012-09-17 12:07:06 +00:00
device_network.cpp Cycles: render passes for CUDA cards with compute model >= 2.x. 2012-01-26 19:07:01 +00:00
device_network.h style cleanup: block comments 2012-06-09 17:22:52 +00:00
device_opencl.cpp Cycles: progressive refine option 2012-10-13 12:38:32 +00:00
device_task.cpp Cycles: merge of changes from tomato branch. 2012-09-04 13:29:07 +00:00
device_task.h Cycles: progressive refine option 2012-10-13 12:38:32 +00:00
device.cpp Cycles: merge of changes from tomato branch. 2012-09-04 13:29:07 +00:00
device.h Revert r50528: "Performance fix for Cycles: Don't wait in the main UI thread when resetting devices." 2012-09-17 12:07:06 +00:00