blender/intern/cycles/device
Brecht Van Lommel 69c7522b24 Fix T40379: world MIS causing too much CUDA memory usage.
The kernel for baking the world texture was the same as the one used for
baking. Now that's separate which allows the kernel to reserve much less
memory.
2014-05-27 15:11:32 +02:00
..
CMakeLists.txt Cycles: Build SSE41 kernel per default, remove build option. This hopefully also fixes some compile errors on various systems. 2014-01-14 22:04:32 +01:00
device_cpu.cpp Fix T40306: cycles baking not distributing work among CPU cores well. 2014-05-26 13:51:11 +02:00
device_cuda.cpp Fix T40379: world MIS causing too much CUDA memory usage. 2014-05-27 15:11:32 +02:00
device_intern.h Cycles: network render code updated for latest changes and improved 2013-12-07 12:26:58 +01:00
device_memory.h Cycles code internals: add CPU kernel support for 3D image textures. 2014-03-29 13:03:48 +01:00
device_multi.cpp Cycles / CUDA: Increase maximum image textures on GPU. 2014-05-11 03:38:39 +02:00
device_network.cpp Style cleanup: indentation, braces 2014-05-05 02:19:08 +10:00
device_network.h Style cleanup: indentation, braces 2014-05-05 02:19:08 +10:00
device_opencl.cpp Fix T40379: world MIS causing too much CUDA memory usage. 2014-05-27 15:11:32 +02:00
device_task.cpp Fix T40306: cycles baking not distributing work among CPU cores well. 2014-05-26 13:51:11 +02:00
device_task.h Fix T40306: cycles baking not distributing work among CPU cores well. 2014-05-26 13:51:11 +02:00
device.cpp Fix T39420: Cycles viewport/preview flickers, when moving mouse across editors 2014-03-26 15:58:53 +06:00
device.h Cycles / CUDA: Increase maximum image textures on GPU. 2014-05-11 03:38:39 +02:00