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
2016-10-26BLI_bitmap_draw_2d: optimize polygon fillingCampbell Barton
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-10-25API: Fix LinksAaron Carlisle
2016-10-08BLI_task: fix case were some pool could work in more threads than allowed.Bastien Montagne
2016-09-28Fix T49478: triangulate of face hangs Blender.Bastien Montagne
2016-09-19Lowercase includes for psapi.h and dbghelp.h windows includes.Martijn Berger
2016-09-19Remove null-check of argument which is attributed as non-nullSergey Sharybin
2016-09-18Minor corrections for previous commitJulian Eisel
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2016-09-05Fix T49251: moving smoke domain with additional resolution causes crash.Alexander Gavrilov
2016-09-01Math Lib: avoid char > int conversion w/ line plotCampbell Barton
2016-08-16Cleanup unused return value (was making coverity sad).Bastien Montagne
2016-08-16Fix release build after recent fix for debug oneSergey Sharybin
2016-08-16Fix redundant declarations after recent changes in GPU debugSergey Sharybin
2016-08-15Fix OpenGL backtrace build errors, without disabling warnings.Brecht Van Lommel
2016-08-01Fix strict compiler flags with older GCCSergey Sharybin
2016-07-31Cleanup: spelling, styleCampbell Barton
2016-07-20Fix own error in recent heap updateCampbell Barton
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-17BLI_heap: replace memarena w/ local allocatorCampbell Barton
2016-07-17Cleanup: minor edits to BLI_heapCampbell Barton
2016-07-15Bump maximum threads number to 1024Sergey Sharybin
2016-07-11BLI_math: move interp_*_cubic to its own functionCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-08BLI_math: add normalize functions which fit to a lengthCampbell Barton
2016-07-07Fix T48793: Bilinear filter clamps at edge pixelsCampbell Barton
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-27Bendy Bones Instability Fix - Second AttemptJoshua Leung
2016-06-27Docs: arg namesCampbell Barton
2016-06-23Fix minor typo - Was m[3][4] instead of m[4][4] for a 4x4 matrixJoshua Leung
2016-06-23BLI_array_utils: add BLI_array_rfindindexCampbell Barton
2016-06-22Cleanup: styleCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-16BMesh Decimate: use doubles to calculate optimized positionCampbell Barton
2016-06-16BLI_math: Add double versions of functionsCampbell Barton
2016-06-12BLI_math: cleanup arg namesCampbell Barton
2016-06-11BLI_rand: add BLI_rng_get_char_nCampbell Barton
2016-06-09Fix T48614: Blender from buildbot crash when Separate selection in this parti...Bastien Montagne
2016-06-08Fix FPE exception happening when converting linear<->srgb using SIMDSergey Sharybin
2016-06-08Cleanup: typoCampbell Barton
2016-06-08Cleanup: typosCampbell Barton
2016-06-08BLI_array_store: move helper functions into their own APICampbell Barton
2016-06-02Cleanup: warnings in previous commitCampbell Barton
2016-06-02Minor edits to last commitCampbell Barton
2016-06-02BLI_array_store: Move writing many chunks into a functionCampbell Barton
2016-06-02BLI_array_store: store max size in BArrayInfoCampbell Barton