blender/intern/cycles
Sergey Sharybin cde18cf3b3 Cycles: Fix static initialization order fiasco
Initialization order of global stats and node types was not strictly
defined and it was possible to have node types initialized first and
stats after that. This will zero out memory which was allocated from
the statistics causing assert failure when de-initializing node types.
2016-10-24 13:47:39 +02:00
..
app Cycles Standalone: Fix support for subdivision meshes 2016-08-24 10:39:00 -04:00
blender Cycles: Remove explicit std:: from types where possible 2016-10-24 12:31:11 +02:00
bvh Cycles: Fix uninitialized variable from the previous commit 2016-10-24 12:54:24 +02:00
cmake CMake: Fix typo in CUDA dynload commit 2016-01-14 12:48:14 +05:00
device Cycles: Remove explicit std:: from types where possible 2016-10-24 12:31:11 +02:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
graph Cycles: Remove explicit std:: from types where possible 2016-10-24 12:31:11 +02:00
kernel Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
render Cycles: Remove explicit std:: from types where possible 2016-10-24 12:31:11 +02:00
subd Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
test Cycles: Cleanup, style 2016-10-24 12:26:12 +02:00
util Cycles: Fix static initialization order fiasco 2016-10-24 13:47:39 +02:00
CMakeLists.txt Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdiv 2016-08-07 11:13:11 -04:00