blender/intern/cycles/device
Sergey Sharybin 34e7285b0a Cycles: Gracefully handle out-of-memory happening in device vector
Currently only image loading benefits of this and will give magenta color
when image manager detects it's running out of memory.

This isn't ideal solution and can't handle all cases. For example, OOM
killer might kill process before it realized it run out of memory, but
in other cases this could prevent some crashes.

Reviewers: juicyfruit, dingto

Differential Revision: https://developer.blender.org/D1502
2015-10-11 19:41:59 +05:00
..
CMakeLists.txt Cycles: Synchronize changes with standalone repository 2015-01-01 01:31:07 +05:00
device_cpu.cpp Cycles: Prepare for more image extension types support 2015-07-28 14:14:24 +02:00
device_cuda.cpp Cycles: Add implementation of clip extension mode 2015-07-28 14:36:08 +02:00
device_intern.h Cycles: Repot CPU and CUDA capabilities to system info operator 2015-01-06 14:13:21 +05:00
device_memory.h Cycles: Gracefully handle out-of-memory happening in device vector 2015-10-11 19:41:59 +05:00
device_multi.cpp Cycles: Prepare for more image extension types support 2015-07-28 14:14:24 +02:00
device_network.cpp Cycles: Fix for typo in previous commit 2015-08-10 17:24:14 +02:00
device_network.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
device_opencl.cpp Cycles: Cleanup, whitespace around keywords 2015-10-08 19:08:28 +05:00
device_task.cpp Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
device_task.h Cycles: Pass requested tile size to the device via device task 2015-05-09 19:09:07 +05:00
device.cpp Cycles: Log requested device features 2015-07-18 16:02:09 +02:00
device.h Cycles: Prepare for more image extension types support 2015-07-28 14:14:24 +02:00