blender/intern/cycles
Sergey Sharybin 92aeb84fde Cycles: Tag shaders for update after the threading part is over
This avoids write access happening in non-atomic manner in
Shader::tag_update which modifies the global managers. Even
for 1 byte data types it's quite dangerous.
2017-04-04 15:43:12 +02:00
..
app Cycles: Fix compilation error of app after the include directories change 2017-03-29 16:54:41 +02:00
blender Cycles: Tag shaders for update after the threading part is over 2017-04-04 15:43:12 +02:00
bvh Cycles: Cleanup, rename RegularBVH to BinaryBVH 2017-03-30 09:47:27 +02:00
cmake Fix compilation error when CUDA toolkit is not installed 2016-11-07 14:47:10 +01:00
device Cycles: More fixes after include changes 2017-03-31 10:12:13 +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 Fix T51051: Incorrect render on 32bit Linux 2017-03-30 11:37:31 +02:00
render Fix T51115: Bump node is broken when the displacement socket is used 2017-04-03 10:51:00 +02:00
subd Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
test Cycles: Cleanup, order of arguments to EXPECT_EQ 2017-02-03 11:35:34 +01:00
util Cycles: More fixes after include changes 2017-03-31 10:12:13 +02:00
CMakeLists.txt Fix T51051: Incorrect render on 32bit Linux 2017-03-30 11:37:31 +02:00