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-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell 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-07-29Fix 'BLI_task_parallel_mempool' keeping 'user_chunk' unchangedGermano Cavalcante
2021-07-16Cleanup: reduce variable scope in task_iterator.cCampbell Barton
2021-07-16Fix error using uninitialized state in BLI_task_parallel_mempoolCampbell Barton
2021-07-15BLI_task: add a callback to initialize TLSCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-10BLI_mempool: split thread-safe iteration into the private APICampbell Barton
2021-06-09Cleanup: use doxy sections for task_iterator.cCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-09Fix missing free calls for task iteratorCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-23BLI: remove TaskParallelRangePoolBrecht Van Lommel
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