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
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Remove dead numaapi code in blenlibSergey Sharybin
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-09-18Cleanup: remove unused global locks from BLI_threadsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-07BLI: Correct spin lock definitionSergey Sharybin
2020-07-03BLI: Use TBB spin_mutex as SpinLock implementationSergey Sharybin
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2019-09-30Revert "macOS: Replaced OSSpinLock with os_unfair_lock."Stefan Werner
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-28Tweaks for threading schedule for Threadripper2 and EPYCSergey Sharybin
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-11-14Fix missing SpinLock typedef on macOSArto Kitula
2017-11-14Fix T53068: AMD Threadripper not working well with BlenderSergey Sharybin
2016-07-15Bump maximum threads number to 1024Sergey Sharybin
2016-03-03Add utility macro to work with thread local storageSergey Sharybin
2015-08-10BLI_threads: add an helper to wait on a condition using a global mutex.Bastien Montagne
2015-06-19BLI_threads Queue: add `BLI_thread_queue_is_empty()`.Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-06-08Fix T40510, revert openmp thread count to how it was inAntony Riakiotakis
2014-04-17Code cleanup: use boolsCampbell Barton
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-03-02Fix T38873: Crashing on undo of ocean modifier.Bastien Montagne
2013-12-29Fix T37980: Multiple font objects sharing an external font gives problemsSergey Sharybin
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-07-09Partial revert of rev58110Sergey Sharybin
2013-07-09Fixed more threading issues with metaballsSergey Sharybin
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-04-24Fix #34783: smoke simulation crash when changing frame while preview rendering.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-10Inline the read Memory Buffer functions for speed optimizations.Jeroen Bakker