Blender Git Commit Log

Git Commits -> Revision c42772f

Revision c42772f by Brecht Van Lommel (master)
November 10, 2011, 12:52 (GMT)
Cycles:
* Add back option to bundle CUDA kernel binaries with builds.
* Disable runtime CUDA kernel compilation on Windows, couldn't get this working,
since it seems to depend on visual studio being installed, even though for
this particular case it shouldn't be needed. CMake only at the moment.
* Runtime compilation on linux/mac should now work if nvcc is not installed in
the default location, but available in PATH.

Commit Details:

Full Hash: c42772fc95d62b4cb67e2ca09e5928ef7a6e054d
SVN Revision: 41730
Parent Commit: dfc30d1
Lines Changed: +68, -3

6 Modified Paths:

/CMakeLists.txt (+4, -2) (Diff)
/intern/cycles/cmake/external_libs.cmake (+13, -0) (Diff)
/intern/cycles/CMakeLists.txt (+5, -0) (Diff)
/intern/cycles/device/device_cuda.cpp (+5, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+26, -0) (Diff)
/intern/cycles/util/util_cuda.cpp (+15, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021