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
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-22Task scheduler: Clarify why do we need an atomic add of 0Sergey Sharybin
2017-12-22Task scheduler: Start with suspended pool to avoid threading overhead on pushSergey Sharybin
2017-12-20Fix MSVSC2017 errorAntonio Vazquez
2017-12-19Math Lib: signed versions of quaternion angleCampbell Barton
2017-12-15math utils: Add utilities to scan bit and clear itSergey Sharybin
2017-12-15Math utils: Go away form naive code for highest_order_bit_uintSergey Sharybin
2017-12-15Math utils: Add bit scan operationsSergey Sharybin
2017-12-15Math utils: Cleanup, use _uint suffix for function which operates on uintSergey Sharybin
2017-11-30Haiku OS SupportCampbell Barton
2017-11-29Fix paint float color blending bugs with alpha 1.0 and vivid light.Brecht Van Lommel
2017-11-24Minor cleanup for own recent commits.Bastien Montagne
2017-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne
2017-11-23Add ability to use more than one mempool iterator simultaneously.Bastien Montagne
2017-11-23Cleanup: use signed atomic ops when needed.Bastien Montagne
2017-11-21Code cleanup: fix harmless compiler warning.Brecht Van Lommel
2017-11-18Cleanup: outdated commentCampbell Barton
2017-11-18Cleanup: styleCampbell Barton
2017-11-16BLI listbase: add bytes finding helpers.Bastien Montagne
2017-11-15Cleanup: use 'uint'Campbell Barton
2017-11-15GSet: utils to access data stored outside the setCampbell Barton
2017-11-14Fix T53068: AMD Threadripper not working well with BlenderSergey Sharybin
2017-11-14BLI: sync changes from 2.8Campbell Barton
2017-11-02Cleanup: code styleCampbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-10-29BLI_heap: add validation check, improve testsCampbell Barton
2017-10-29Cleanup: move docs out of headerCampbell Barton
2017-10-29Cleanup: const argsCampbell Barton
2017-10-29BLI_heap: minor changes to the APICampbell Barton
2017-10-28Use BLI_heap_reinsert for decimate and beautifyCampbell Barton
2017-10-28BLI_hash: add BLI_heap_reinsertCampbell Barton
2017-10-28BLI_array_store: correct hashing single bytesCampbell Barton
2017-10-28Cleanup: use uint type in BLICampbell Barton
2017-10-22Polyfill Beautify: half-edge optimizationCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-06Cleanup: Math lib naming (use v3 suffix)Campbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-10-02Math Lib: distance to AABBCampbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-26Beauty fill was skipping small facesCampbell Barton
2017-09-26Fix T52871: beauty fill errorCampbell Barton
2017-09-26Revert "Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenl...Campbell Barton
2017-09-23Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenly consid...Germano
2017-09-19Correct test ifdef in polyfillCampbell Barton
2017-09-19Fix T52834: Polyfill2D fails with co-linear edgesCampbell Barton
2017-09-19Avoid bias when calculating quad split directionCampbell Barton
2017-09-18Math Lib: clamped rounding utility functionsCampbell Barton
2017-09-18Math Lib: add divide_floor_iCampbell Barton