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-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-07-15BLI_task: add a callback to initialize TLSCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-01-15Fix T84745: build error with TBB 2021Brecht Van Lommel
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-06-05Cleanup: spellingCampbell Barton
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-05-09Fix T76427: edit mesh undo hanges when building without TBBBrecht Van Lommel
2020-05-09Cleanup: spellingCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-23BLI: remove TaskParallelRangePoolBrecht Van Lommel
2020-04-21CleanUp: Remove thread_id from `TaskFreeFunction`Jeroen Bakker
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-17Task: Separate Finalize into Reduce And FreeJeroen Bakker
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-01-07Cleanup: Remove unused task scheduler constantsSergey Sharybin
2019-12-17Cleanup: redundant struct declarationsCampbell Barton
2019-11-26BLI_task: Add pooled threaded index range iterator, Take II.Bastien Montagne
2019-11-25Revert "BLI_task: Add pooled threaded index range iterator."Bastien Montagne
2019-11-25BLI_task: Add pooled threaded index range iterator.Bastien Montagne
2019-10-30BLI_task: Add new generic `BLI_task_parallel_iterator()`.Bastien Montagne
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-30BLI_task: tweak default chunk size for `BLI_task_parallel_range()`.Bastien Montagne
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell 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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-12-04BLI_task: fix queue in work_and_wait, and support resetting.Alexander Gavrilov
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-01-21Cleanup: styleCampbell Barton
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use const qualifiers in parallel rangeSergey Sharybin
2018-01-09Task scheduler: Add minimum number of iterations per thread in parallel rangeSergey 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-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne