Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-15Cleanup: consistent naming for closest_to_line apiCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-12-12Correct own mistake in 3e499c1aCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-11Math Lib: 2d ray-segment intersection functionCampbell Barton
2015-12-10Begin to add some MSVC 2015 supportMartijn Berger
2015-12-10Use 'peek' instead of 'last' for stack macroCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09CMake: include eigen as a system headerCampbell Barton
2015-12-09Math Lib: add axis_dominant_v3_ortho_singleCampbell Barton
2015-12-07Added a comment to our use of the term 'adjoint' in BLI_math.Lukas Tönne
2015-12-07BLI_linklist: add alloca append macroCampbell Barton
2015-12-07Minor changes needed for standalone mathutilsCampbell Barton
2015-12-06BKI_kdtree: add a find that takes filter callbackCampbell Barton
2015-12-06Cleanup: kdtree, redundant root node handlingCampbell Barton
2015-12-03Remove redundant zero area face checkCampbell Barton
2015-12-03Fix isect_point_tri_v3 w/ degenerate facesCampbell Barton
2015-11-29Cleanup: sync edgehash w/ ghash remove logicCampbell Barton
2015-11-29Cleanup: rename `hash` -> `bucket_index`, edgehash APICampbell Barton
2015-11-29Cleanup: ghash/edgehash styleCampbell Barton
2015-11-27Fix (unreported) broken BLI_join_dirfile() in some cases on Windows.Bastien Montagne
2015-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-26Cleanup: use const for linklist APICampbell Barton
2015-11-25BLI_task: BLI_task_parallel_range_ex: add some per-chunk userdata.Bastien Montagne
2015-11-23Cleanup: shadowing (blenlib, gpu, imbuf)Campbell Barton
2015-11-18Correct recent commitCampbell Barton
2015-11-18KDTree: add BLI_kdtree_range_search_cbCampbell Barton
2015-11-18Cleanup: kdtree: use sq suffix for squared distCampbell Barton
2015-11-18KDTree: store node references as ints (were pointers)Campbell Barton
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Correct error in own matrix normalize commitCampbell Barton
2015-11-06Fix T46696: Voxel crash indexing over INT_MAXCampbell Barton
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-02Better fix for pthread ID comparison crap on windows.Bastien Montagne
2015-11-02Attempt to fix win32 compilation after own recent commits.Bastien Montagne
2015-11-02BLI_task: add support for full-background taskpools.Bastien Montagne
2015-11-02BLI_task: add freedata callback to tasks.Bastien Montagne
2015-11-02BLI_task: Fix/enhance logic of exiting worker threads.Bastien Montagne
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-23Cleanup: remove redundant math callsCampbell Barton
2015-10-23BLI_math: add invert_qt_normalizedCampbell Barton
2015-10-22BLI_math: axis_angle_to_quat_singleCampbell Barton