blender/intern/cycles/device
Brecht Van Lommel eb2baf9abc Fix #29274: problem compiling cycles opencl kernel from directory with spaces.
Some drivers don't support passing include paths with spaces in them, nor does
the opencl spec specify anything about how to quote/escape such paths, so for
now we just resolved #includes ourselves. Alternative would have been to use c
preprocessor, but this also resolves all #ifdefs, which we do not want.
2011-11-22 16:38:58 +00:00
..
CMakeLists.txt add some missing headers to cmake, also add some files as comments since it seems they should be added but evidently work fine without. 2011-11-10 06:05:22 +00:00
device_cpu.cpp Fix #29259: cycles issues on certain processors. Now two versions of the kernel 2011-11-15 15:13:38 +00:00
device_cuda.cpp Cycles: 2011-11-10 12:52:17 +00:00
device_intern.h Cycles: 2011-08-24 10:44:04 +00:00
device_memory.h Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later. 2011-04-27 11:58:34 +00:00
device_multi.cpp Cycles: enable multi closure sampling and transparent shadows only on CPU and 2011-10-16 18:54:27 +00:00
device_network.cpp Cycles: enable multi closure sampling and transparent shadows only on CPU and 2011-10-16 18:54:27 +00:00
device_network.h Cycles: some tweaks to silence msvc assertions in debug mode. 2011-10-03 15:31:45 +00:00
device_opencl.cpp Fix #29274: problem compiling cycles opencl kernel from directory with spaces. 2011-11-22 16:38:58 +00:00
device.cpp Cycles: enable multi closure sampling and transparent shadows only on CPU and 2011-10-16 18:54:27 +00:00
device.h Cycles: enable multi closure sampling and transparent shadows only on CPU and 2011-10-16 18:54:27 +00:00