blender/intern/cycles
Sergey Sharybin 4e6324dd59 Cycles: Guard memcpy to potentially re-allocating memory with lock
Basically, make re-alloc and memcpy from the same lock, otherwise one
thread might be re-allocating thread while another one is trying to
copy data there.

Reported by Mohamed Sakr in IRC, thanks!
2017-08-14 14:55:47 +02:00
..
app CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
blender Cycles: remove square samples option. 2017-08-11 01:10:56 +02:00
bvh Cycles: Guard memcpy to potentially re-allocating memory with lock 2017-08-14 14:55:47 +02:00
cmake CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
device Code cleanup: fix warning and improve terminology. 2017-08-12 13:18:05 +02:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
graph Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
kernel Code cleanup: make L_transparent part of PathRadiance. 2017-08-13 01:19:07 +02:00
render Cycles: De-duplicate trace-time object visibility calculation 2017-08-10 09:21:02 +02:00
subd Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
test Cycles: Don't leave multiple spaces in the device name 2017-06-08 12:15:24 +02:00
util Fix T52372: CUDA build error after recent changes. 2017-08-12 20:37:06 +02:00
CMakeLists.txt CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00