blender/intern/cycles/device
Sergey Sharybin 0e4ddaadd4 Cycles: Change the way how we pass requested capabilities to the device
Previously we only had experimental flag passed to device's load_kernel() which
was all fine. But since we're gonna to have some extra parameters passed there
it makes sense to wrap them into a single struct, which will make it easier to
pass stuff around.
2015-05-09 19:05:49 +05:00
..
CMakeLists.txt Cycles: Synchronize changes with standalone repository 2015-01-01 01:31:07 +05:00
device_cpu.cpp Cycles: Fix compilation error on windows after recent logging changes 2015-04-10 22:35:10 +05:00
device_cuda.cpp Cycles: Change the way how we pass requested capabilities to the device 2015-05-09 19:05:49 +05: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 Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
device_multi.cpp Cycles: Change the way how we pass requested capabilities to the device 2015-05-09 19:05:49 +05:00
device_network.cpp Cycles: Change the way how we pass requested capabilities to the device 2015-05-09 19:05:49 +05:00
device_network.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
device_opencl.cpp Cycles: Add some statistics logging 2015-04-10 15:37:49 +05:00
device_task.cpp Cycles: Code cleanup, spaces around keywords 2015-03-28 00:15:15 +05:00
device_task.h Optionally use c++11 stuff instead of boost in cycles where possible. We do and continue to depend on boost though 2015-03-29 22:12:40 +02:00
device.cpp Cycles: Repot CPU and CUDA capabilities to system info operator 2015-01-06 14:13:21 +05:00
device.h Cycles: Change the way how we pass requested capabilities to the device 2015-05-09 19:05:49 +05:00