blender/intern/cycles
Sergey Sharybin 3b4cc5dfed Cycles: Workaround cubic volume filtering crashing on Linux
The issue was caused by recent change in inline policy.

There is some sort of memory corruption happening here, ASAN suggests
it's stack overflow issue. Not quite sure why it is happening tho and
was not able to solve anything here yet in the past hours.

Committing fix which works with a big TODO note.

The issue is visible on AVX2 machine when rendering cycles_reports_test.
2017-04-10 14:44:07 +02:00
..
app Cycles: Fix compilation error of app after the include directories change 2017-03-29 16:54:41 +02:00
blender Cycles: Fix access of NULL pointer as array 2017-04-07 15:08:00 +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: Fix warning with MSVC 2017-04-07 18:28:38 +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 Cycles: Workaround cubic volume filtering crashing on Linux 2017-04-10 14:44:07 +02:00
render Cycles: Fix race condition in attributes creation during SVM compilation 2017-04-05 14:57:54 +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/msvc] Get cycles_kernel compile time under control. 2017-04-07 10:26:55 -06:00
CMakeLists.txt Fix T51051: Incorrect render on 32bit Linux 2017-03-30 11:37:31 +02:00