Blender Git Commit Log
Git Commits -> Revision 27102bf
Revision 27102bf by Brecht Van Lommel (master) September 1, 2011, 19:00 (GMT) |
Cycles: OpenCL library is now dynamically loaded so that blender doesn't crash if it's not installed on the system. Code copied from clew.h/clew.c in CLCC: http://clcc.sourceforge.net/ |
Commit Details:
Full Hash: 27102bfec4845df5ba8e65f7ca64d04840fbeab3
SVN Revision: 39849
Parent Commit: af71715
Lines Changed: +1665, -39
3 Added Paths:
/intern/cycles/doc/license/Boost.txt (+23, -0) (View)
/intern/cycles/util/util_opencl.c (+317, -0) (View)
/intern/cycles/util/util_opencl.h (+1314, -0) (View)
/intern/cycles/util/util_opencl.c (+317, -0) (View)
/intern/cycles/util/util_opencl.h (+1314, -0) (View)
8 Modified Paths:
/intern/cycles/app/CMakeLists.txt (+0, -4) (Diff)
/intern/cycles/cmake/external_libs.cmake (+0, -21) (Diff)
/intern/cycles/CMakeLists.txt (+0, -2) (Diff)
/intern/cycles/device/device.cpp (+7, -2) (Diff)
/intern/cycles/device/device_opencl.cpp (+1, -9) (Diff)
/intern/cycles/doc/license/readme.txt (+1, -0) (Diff)
/intern/cycles/util/CMakeLists.txt (+2, -0) (Diff)
/source/creator/CMakeLists.txt (+0, -1) (Diff)
/intern/cycles/cmake/external_libs.cmake (+0, -21) (Diff)
/intern/cycles/CMakeLists.txt (+0, -2) (Diff)
/intern/cycles/device/device.cpp (+7, -2) (Diff)
/intern/cycles/device/device_opencl.cpp (+1, -9) (Diff)
/intern/cycles/doc/license/readme.txt (+1, -0) (Diff)
/intern/cycles/util/CMakeLists.txt (+2, -0) (Diff)
/source/creator/CMakeLists.txt (+0, -1) (Diff)