blender/intern/cycles
Sergey Sharybin da34136de1 Cycles: Check for validity of the tiles arrays in progressive refine
In certain configurations (for example when start resolution is set to small
value for background render and progressive refine enabled) number of tiles
might change in the tile manager. This situation will confuse progressive
refine feature and likely cause crash.

We might also add some settings verification in the session constructor, but
having an assert with brief explanation about what's wrong should already be
much better than nothing.
2015-05-19 12:42:07 +05:00
..
app Change behavior of cycles xml to conform the spec: "Each XML document has exactly one single root element" 2015-05-17 23:41:38 +02:00
blender Cleanup: pep8 2015-05-17 17:26:01 +10:00
bvh Cleanup: style & const's 2015-05-05 05:19:49 +10:00
cmake Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
device Fix T44707: cycles border render regression 2015-05-18 11:37:19 +10:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Cycles / OpenCL: Enable Camera Motion and Hair for AMD. 2015-05-17 18:46:25 +02:00
render Cycles: Check for validity of the tiles arrays in progressive refine 2015-05-19 12:42:07 +05:00
subd Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
util Cycles Standalone: Update help screen. 2015-05-17 12:10:30 +02:00
CMakeLists.txt Cycles: Use native float->half conversion instructions for Haswell CPUs. 2015-05-10 16:35:51 +00:00
SConscript Cycles: Add -mf16c for previous commit for Scons 2015-05-10 17:51:04 +00:00