Blender Git Commit Log

Git Commits -> Revision bdf1522

March 1, 2019, 14:34 (GMT)
move CPU specific stuff to backend folder

Commit Details:

Full Hash: bdf1522fae9920be1b75ec35c2aa0471f9c04540
Parent Commit: 7333478
Lines Changed: +357, -322

8 Added Paths:

/source/blender/functions/backends/tuple_call/cpp_types.cpp (+16, -0) (View)
/source/blender/functions/backends/tuple_call/cpp_types.hpp (+55, -0) (View)
/source/blender/functions/backends/tuple_call/fgraph_to_tuple_call.cpp (+66, -0) (View)
/source/blender/functions/backends/tuple_call/fgraph_to_tuple_call.hpp (+10, -0) (View)
/source/blender/functions/backends/tuple_call/tuple.hpp (+114, -0) (View)
/source/blender/functions/backends/tuple_call/tuple_call.cpp (+21, -0) (View)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+19, -0) (View)
/source/blender/functions/FN_tuple_call.hpp (+6, -0) (View)

4 Deleted Paths:

/source/blender/functions/core/cpu.cpp (+0, -33)
/source/blender/functions/core/cpu.hpp (+0, -179)
/source/blender/functions/core/graph_to_function.cpp (+0, -67)
/source/blender/functions/core/graph_to_function.hpp (+0, -11)

11 Modified Paths:

/source/blender/functions/CMakeLists.txt (+8, -4) (Diff)
/source/blender/functions/c_wrapper.cpp (+28, -22) (Diff)
/source/blender/functions/FN_all.hpp (+1, -0) (Diff)
/source/blender/functions/FN_core.hpp (+2, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp (+2, -1) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -0) (Diff)
/source/blender/functions/functions/random.cpp (+1, -0) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+1, -0) (Diff)
/source/blender/functions/functions/socket_input.cpp (+3, -2) (Diff)
/source/blender/functions/functions/vectors.cpp (+1, -0) (Diff)
/source/blender/functions/types/numeric.cpp (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021