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-02-26Cleanup: typosCampbell Barton
2018-02-23Cleanup: header guards & styleCampbell Barton
2018-02-18Cleanup: group BLI_ghash_utils.c API in BLU_ghash.hCampbell Barton
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Cleanup: Style, braces with macrosSergey Sharybin
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-15Blenlib: Assert when attempting to rotate point around vector and store resul...Sergey Sharybin
2018-02-15Cleanup: styleCampbell Barton
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-14Math utils: Add clamping functionsSergey Sharybin
2018-02-08Mesh: concave quad supportCampbell Barton
2018-02-01Fix: msvc build error with bli_fileops.hRay Molenkamp
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-22Fix windows building (log10)Dalai Felinto
2018-01-21Cleanup: BLI_kdopbvh avoid negative array accessCampbell Barton
2018-01-21Cleanup: styleCampbell Barton
2018-01-19Fixup for integer digits commitDalai Felinto
2018-01-19Util function to determine number of digits from an integerDalai Felinto
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-14Cleanup: BLI_ghashCampbell Barton
2018-01-11Cleanup typo in comment.Bastien Montagne
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Task scheduler: Use more const qualifiersSergey Sharybin
2018-01-10math utils: Add size_t version of min and max functionsSergey Sharybin
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-09Task scheduler: Use single thread branch when range fits into single chunkSergey Sharybin
2018-01-09Task scheduler: Fix wrong tasks calculation when chunk size is too bigSergey Sharybin
2018-01-09Task scheduler: Use const qualifiers in parallel rangeSergey Sharybin
2018-01-09Task scheduler: Avoid over-allocation of tasks for parallel rangesSergey Sharybin
2018-01-09Task scheduler: Add minimum number of iterations per thread in parallel rangeSergey Sharybin
2018-01-09Task scheduler: Simplify parallel range functionSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
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: Make it more clear what the functions are returningSergey Sharybin
2017-12-15Math utils: Cleanup, use _uint suffix for function which operates on uintSergey Sharybin
2017-12-02BLI_ghash: Description of GHash, GSetCampbell Barton
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