blender/intern/cycles
Sergey Sharybin e5179bfefc Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check for
precompiled cubins instead,

Logic here is following now:
- If there're precompiled cubins, assume CUDA compute is available,
  otherwise
- If cuda toolkit found, assume CUDA compute is available
- In all other cases CUDA compute is not available

For windows there're still check for only precompiled binaries,
no runtime compilation is allowed.

Ended up with such decision after discussion with Brecht. The thing
is, if we'll support runtime compilation on windows we'll end up
having lots of reports about different aspects of something doesn't
work (you need particular toolkit version, msvc installed, environment
variables set properly and so) and giving feedback on such reports
will waste time.
2013-01-14 17:30:33 +00:00
..
app Cycles: merge some changes from a local branch to bring network rendering a bit 2012-12-21 11:13:46 +00:00
blender Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check for 2013-01-14 17:30:33 +00:00
bvh Cycles Hair: refactoring to store curves with the index of the first key and the 2013-01-03 12:09:09 +00:00
cmake Cycles / CMake: 2012-11-09 18:31:04 +00:00
device Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check for 2013-01-14 17:30:33 +00:00
doc edits to cycles cmake files so cmake_consistency_check.py can parse them. 2011-11-08 20:27:37 +00:00
kernel Change some big functions from __device_inline to __device, which 2013-01-14 17:30:20 +00:00
render Packed and generated images support for Cycles 2013-01-12 10:59:13 +00:00
subd Cycles Hair: refactoring to support generic attributes for hair curves. There 2013-01-03 12:08:54 +00:00
util Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check for 2013-01-14 17:30:33 +00:00
CMakeLists.txt Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check for 2013-01-14 17:30:33 +00:00
SConscript Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check for 2013-01-14 17:30:33 +00:00