blender/intern/cycles
Sergey Sharybin 2aa4b6045a Cycles: Fix wrong closure counter in feature adaptive kernel
Some closures were missing from calculation, leading to an array
under-allocation, presumable causing memory corruption issues with
emission shaders on OpenCL and was causing issues with Volume 3D
textures with CUDA.

The issue was identified by Thomas Dinges, the patch is different
from the original D2006. See the brief discussion there. Current
approach is similar (or the same) as Brecht suggested.
2016-05-23 14:09:27 +02:00
..
app Fix T48334: Cycles standalone xml import of uv coordinates 2016-05-23 13:38:15 +02:00
blender Fix Cycles compile errors with GCC due to double promotion as errors. 2016-05-22 19:17:22 +02:00
bvh Code refactor: add generic Cycles node infrastructure. 2016-05-22 17:29:24 +02:00
cmake CMake: Fix typo in CUDA dynload commit 2016-01-14 12:48:14 +05:00
device Fix Cycles compile errors with GCC due to double promotion as errors. 2016-05-22 19:17:22 +02:00
doc
graph Fix Cycles warning in release builds. 2016-05-22 19:42:45 +02:00
kernel Cycles: Fix wrong closure counter in feature adaptive kernel 2016-05-23 14:09:27 +02:00
render Cycles: Fix wrong closure counter in feature adaptive kernel 2016-05-23 14:09:27 +02:00
subd Code refactor: add generic Cycles node infrastructure. 2016-05-22 17:29:24 +02:00
test Cycles: Minor cleanup, whitespace around keyword and preprocessor indent 2016-04-13 08:58:52 +02:00
util Fix Cycles compile errors with GCC due to double promotion as errors. 2016-05-22 19:17:22 +02:00
CMakeLists.txt Code refactor: add generic Cycles node infrastructure. 2016-05-22 17:29:24 +02:00