Blender Git Commit Log

Git Commits -> Revision d05f5da

Revision d05f5da by Sergey Sharybin (master)
April 22, 2013, 09:25 (GMT)
Update Ceres to current upstream version

This brings a fixes for threading issue in BLAS
making BA step more robust (there were some in-detemrinacy
caused by this threading issue).

Also brings some optimizations, which does not directly
affect on blender.

Commit Details:

Full Hash: d05f5da111e026c2a4dbe0432bca7b3266857893
SVN Revision: 56199
Parent Commit: a7f869d
Lines Changed: +1010, -630

1 Added Path:

/extern/libmv/third_party/ceres/include/ceres/autodiff_local_parameterization.h (+144, -0) (View)

27 Modified Paths:

/extern/libmv/third_party/ceres/ChangeLog (+320, -224) (Diff)
/extern/libmv/third_party/ceres/CMakeLists.txt (+1, -0) (Diff)
/extern/libmv/third_party/ceres/files.txt (+1, -0) (Diff)
/extern/libmv/third_party/ceres/include/ceres/ceres.h (+1, -0) (Diff)
/extern/libmv/third_party/ceres/include/ceres/dynamic_autodiff_cost_function.h (+2, -1) (Diff)
/extern/libmv/third_party/ceres/include/ceres/jet.h (+3, -3) (Diff)
/extern/libmv/third_party/ceres/include/ceres/problem.h (+13, -0) (Diff)
/extern/libmv/third_party/ceres/include/ceres/solver.h (+24, -19) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/blas.h (+105, -195) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/block_sparse_matrix.cc (+0, -1) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/iterative_schur_complement_solver.cc (+0, -1) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/linear_solver.h (+3, -3) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/minimizer.h (+1, -1) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/preconditioner.h (+0, -4) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/problem.cc (+12, -0) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/problem_impl.cc (+20, -0) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/problem_impl.h (+4, -0) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/residual_block.cc (+10, -9) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/schur_complement_solver.cc (+1, -5) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/schur_eliminator.h (+3, -3) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/schur_eliminator_impl.h (+40, -27) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/solver_impl.cc (+202, -102) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/solver_impl.h (+42, -0) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/sparse_normal_cholesky_solver.cc (+6, -7) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/suitesparse.cc (+38, -16) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/suitesparse.h (+13, -4) (Diff)
/extern/libmv/third_party/ceres/internal/ceres/visibility_based_preconditioner.cc (+1, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021