blender/intern/cycles
Patrick Mours 8caeae9f40 Fix crash if OptiX context creation fails in Cycles
When encountering an error during context creation, the "OptiXDevice" constructor aborts early.
This means the "cuda_stream" vector is never resized and the destructor iterated over non-existent data.
2019-11-28 17:07:14 +01:00
..
app Fix T62408: Cycles viewport adaptive subdivision hangs after updates 2019-04-21 03:05:38 +02:00
blender Curve: CurveMapping Extend Option 2019-11-27 16:05:54 +01:00
bvh Fix assert in Cycles memory statistics when using OptiX on multiple GPUs 2019-11-28 13:57:02 +01:00
cmake ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device Fix crash if OptiX context creation fails in Cycles 2019-11-28 17:07:14 +01:00
doc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
graph Fix undefined symbols for ccl::Node with some compilers and build options 2019-08-27 12:50:08 +02:00
kernel Cycles: Scale denoising albedo contribution of Principled BSDFs according to average fresnel 2019-11-27 21:26:47 +01:00
render Cycles: Add Random Per Island attribute. 2019-11-27 12:07:20 +02:00
subd Cleanup: compiler warnings 2019-09-13 16:51:51 +02:00
test Shading: Add more operators to Vector Math node. 2019-08-21 19:36:33 +02:00
util Cycles: Add Random Per Island attribute. 2019-11-27 12:07:20 +02:00
CMakeLists.txt Windows: Switch to the dynamic C runtime 2019-11-08 09:01:00 -07:00