Blender Git Commit Log
Git Commits -> Revision db1664e
Revision db1664e by Brecht Van Lommel (master) September 3, 2011, 10:49 (GMT) |
Cycles: * Compute MD5 hash to deal with nvidia opencl compiler cache not recognizing changes in #included files, makes it possible to do kernel compile only once and remember it for the next time blender is started. * Kernel tweak to compile with ATI/linux. Enabling any more functionality than simple clay render still chokes the compiler though, without a specific error message .. |
Commit Details:
Full Hash: db1664ed4c44ff56ce286e0007dfd1587109c7a5
SVN Revision: 39889
Parent Commit: 67030aa
Lines Changed: +66, -13
10 Modified Paths:
/intern/cycles/blender/addon/enums.py (+2, -2) (Diff)
/intern/cycles/device/device_opencl.cpp (+7, -7) (Diff)
/intern/cycles/kernel/kernel_path.h (+1, -1) (Diff)
/intern/cycles/kernel/kernel_types.h (+1, -1) (Diff)
/intern/cycles/kernel/svm/svm_bsdf.h (+2, -0) (Diff)
/intern/cycles/render/session.cpp (+2, -2) (Diff)
/intern/cycles/util/util_md5.cpp (+23, -0) (Diff)
/intern/cycles/util/util_md5.h (+1, -0) (Diff)
/intern/cycles/util/util_path.cpp (+25, -0) (Diff)
/intern/cycles/util/util_path.h (+2, -0) (Diff)
/intern/cycles/device/device_opencl.cpp (+7, -7) (Diff)
/intern/cycles/kernel/kernel_path.h (+1, -1) (Diff)
/intern/cycles/kernel/kernel_types.h (+1, -1) (Diff)
/intern/cycles/kernel/svm/svm_bsdf.h (+2, -0) (Diff)
/intern/cycles/render/session.cpp (+2, -2) (Diff)
/intern/cycles/util/util_md5.cpp (+23, -0) (Diff)
/intern/cycles/util/util_md5.h (+1, -0) (Diff)
/intern/cycles/util/util_path.cpp (+25, -0) (Diff)
/intern/cycles/util/util_path.h (+2, -0) (Diff)