Blender Git Commit Log
Git Commits -> Revision 2030217
May 24, 2016, 16:14 (GMT) |
Use derivative functions for calculating dual values using the forward accumulation method. Only a few functions have derivatives defined yet. |
Commit Details:
Full Hash: 2030217042ef4ad83ce292f3ec80308689d00ab9
Parent Commit: 3dae50b
Lines Changed: +170, -88
8 Modified Paths:
/source/blender/blenvm/llvm/llvm_compiler.h (+6, -5) (Diff)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+60, -50) (Diff)
/source/blender/blenvm/llvm/llvm_engine.cc (+26, -0) (Diff)
/source/blender/blenvm/llvm/llvm_engine.h (+4, -0) (Diff)
/source/blender/blenvm/llvm/llvm_modules.cc (+2, -4) (Diff)
/source/blender/blenvm/llvm/llvm_modules.h (+1, -1) (Diff)
/source/blender/blenvm/modules/mod_defines.h (+4, -17) (Diff)
/source/blender/blenvm/modules/mod_math.h (+67, -11) (Diff)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+60, -50) (Diff)
/source/blender/blenvm/llvm/llvm_engine.cc (+26, -0) (Diff)
/source/blender/blenvm/llvm/llvm_engine.h (+4, -0) (Diff)
/source/blender/blenvm/llvm/llvm_modules.cc (+2, -4) (Diff)
/source/blender/blenvm/llvm/llvm_modules.h (+1, -1) (Diff)
/source/blender/blenvm/modules/mod_defines.h (+4, -17) (Diff)
/source/blender/blenvm/modules/mod_math.h (+67, -11) (Diff)