blender/intern/cycles/device
Brecht Van Lommel 131de4352b Cycles: fixes to make CUDA 4.2 work, compiling gave errors in shadows and
other places, was mainly due to instancing not working, but also found
issues in procedural textures.

The problem was with --use_fast_math, this seems to now have way lower
precision for some operations. Disabled this flag and selectively use
fast math functions. Did not find performance regression on GTX 460 after
doing this.
2012-05-28 19:21:13 +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 Cycles: OpenCL image texture support, fix an attribute node issue and refactor 2012-05-13 12:32:44 +00:00
device_cuda.cpp Cycles: fixes to make CUDA 4.2 work, compiling gave errors in shadows and 2012-05-28 19:21:13 +00:00
device_intern.h Cycles: device code refactoring, no functional changes. 2012-01-04 18:06:32 +00:00
device_memory.h Cycles: device code refactoring, no functional changes. 2012-01-04 18:06:32 +00:00
device_multi.cpp Cycles: OpenCL image texture support, fix an attribute node issue and refactor 2012-05-13 12:32:44 +00:00
device_network.cpp Cycles: render passes for CUDA cards with compute model >= 2.x. 2012-01-26 19:07:01 +00:00
device_network.h code cleanup: white space, spelling & ';;' end of lines. 2012-02-25 16:04:03 +00:00
device_opencl.cpp style cleanup 2012-05-27 00:36:50 +00:00
device.cpp Cycles: merging features from tomato branch. 2012-04-28 08:53:59 +00:00
device.h Cycles: OpenCL image texture support, fix an attribute node issue and refactor 2012-05-13 12:32:44 +00:00