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-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
2016-06-02Add extra validation checks to array-storeCampbell Barton
2016-06-01Revert "BLI_ghash: Fix initial over-allocation of mempool chunks."Bastien Montagne
2016-06-01Optimize mempool iterationCampbell Barton
2016-06-01Revert "Correct invalid pointer-pair compare check"Campbell Barton
2016-06-01BLI_ghash: Fix initial over-allocation of mempool chunks.Bastien Montagne
2016-05-31BLI_mempool: Use an 'odd' FREEWORD for big/little endianCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-30Change the hash-table to be 3x total items to hashCampbell Barton
2016-05-30Remove accidental static varCampbell Barton
2016-05-30Add BLI_array_store copy-on-write APICampbell Barton
2016-05-26Correct invalid pointer-pair compare checkCampbell Barton
2016-05-23BLI_math: Add function to calculate circular cubic curve tangentsCampbell Barton
2016-05-22Fix T48497: Stupid typo in recent own BLI_task forloop work that broke non-pa...Bastien Montagne
2016-05-18Fix GCC/Linux build error after finite/isfinite changes.Brecht Van Lommel
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-16BLI_task: Add new 'BLI_task_parallel_range_finalize()'.Bastien Montagne
2016-05-16BLI_task: Add back lost 'push_from_thread' change to BLI_task_parallel_range(...Bastien Montagne
2016-05-16BLI_task: make foreach loop index hleper lockfree, take II.Bastien Montagne
2016-05-15Fix T48422: Revert "BLI_task: nano-optimizations to BLI_task_parallel_range f...Bastien Montagne
2016-05-14Fix an error in new lockfree parallel_range_next_iter_get() helper.Bastien Montagne
2016-05-13BLI_task: add support for listbase parallelized for loops.Bastien Montagne
2016-05-13BLI_math: add 'equals_m4m4' (and 'm3' variant) helpers.Bastien Montagne
2016-05-11Cleanup: only use r_ prefix for return argsCampbell Barton
2016-05-11BLI_kdopbvh: Use distance for BLI_bvhtree_ray_cast_allCampbell Barton
2016-05-10BLI_task: nano-optimizations to BLI_task_parallel_range feature.Bastien Montagne
2016-05-10Revert "Task scheduler: Avoid mutex lock in number manipulation functions"Sergey Sharybin
2016-05-10Task scheduler: Avoid mutex lock in number manipulation functionsSergey Sharybin
2016-05-10Fix own mistake in rBd617de965ea20e5d5 from late December 2015.Bastien Montagne
2016-05-10Task scheduler: Add thread-aware task push routinesSergey Sharybin
2016-05-09Docs: comment polyfill2d functionsCampbell Barton
2016-05-09Task scheduler: Don't calloc in performance-critical areasSergey Sharybin
2016-05-07Correct error in wrapped array-span-iterationCampbell Barton
2016-05-06Cleanup: warningsCampbell Barton
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2016-05-05Add asserts to check bvhutils args are correctCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-05-05Optimize linear<->sRGB conversion for SSE2 processorsSergey Sharybin
2016-05-05Docs: scanfill.c purposeCampbell Barton
2016-05-03Cleanup: no need to cast for pointer comparisonCampbell Barton
2016-05-03Math Lib: inline project_plane_v3_v3v3Campbell Barton
2016-05-02BLI_array_utils: helper for stepping over contiguous rangesCampbell Barton
2016-04-20Minor optimization for scanfillCampbell Barton
2016-04-14Remove redundant abs ray/line point functionsCampbell Barton
2016-04-14Math Lib: ray_point_factor_v3 functionsCampbell Barton
2016-04-10Docs: comment on line-sphere intersectionCampbell Barton