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
2017-03-05BLI_rect: add init from point functionsCampbell Barton
2017-03-03Fix own previous commit, sorry about that :(Bastien Montagne
2017-03-03Get rid of `BLI_task_pool_stop()`.Bastien Montagne
2017-03-03Fix ugly mistake in BLI_task - freeing while some tasks are still being proce...Bastien Montagne
2017-03-03Cleanup: IndentationSergey Sharybin
2017-03-02Threads: Use atomics instead of spin when entering threaded mallocSergey Sharybin
2017-03-01Task scheduler: Remove query for the pool's number of threadsSergey Sharybin
2017-03-01Task scheduler: Remove counter of done tasksSergey Sharybin
2017-02-26Cleanup: minor changes to array_storeCampbell Barton
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-02-15Comments: notes on polyfill2d, minor correctionsCampbell Barton
2017-02-07PIL_time_utildefines: also show total time in TIMEIT_AVERAGED.Bastien Montagne
2017-02-06Add shortcuts for unsigned int, short, long and charSergey Sharybin
2017-02-06C++ conformance fixes (MSVC /permissive-)Phil Christensen
2017-01-29New math_geom function `isect_ray_aabb_v3_simple`Germano Cavalcante
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-20Cleanup/fix last remnant usages of int instead of size_t for string length in...Bastien Montagne
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-16Cleanup: remove unused & unimplemented `BLI_newname`.Bastien Montagne
2017-01-14Add 3d to 2d plane mapping functions to math libLuca Rood
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2017-01-03Fix implicit size_t to int conversion.Bastien Montagne
2017-01-02Cleanup: redundant assignment in rect resizeCampbell Barton
2017-01-01Fix (unreported) fully broken 'sanitize utf-8' helper.Bastien Montagne
2016-12-28Comments: mul_project_m4_v3_zfacCampbell Barton
2016-12-27Comments: hints for perspective functionsCampbell Barton
2016-12-04Cleanup: simplify bitmap line drawingCampbell Barton
2016-12-03Fix macOS build with openimageio 1.7.8 and openexr.Brecht Van Lommel
2016-11-29Math lib: Fix use function of wrong dimensionSergey Sharybin
2016-11-25Math Lib: avoid temp array for rotate_m4Campbell Barton
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
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