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-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-05-09BLI: Avoid invoking tbb for small parallel_reduce callsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09BLI: wrap parallel_invoke from tbbJacques Lucke
2021-12-02BLI: avoid invoking tbb for small workloadsJacques Lucke
2021-10-04Cleanup: use system includesCampbell Barton
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-06-16BLI: add C++ wrapper for task isolationJacques Lucke
2021-06-16BLI: add threading namespaceJacques Lucke
2021-02-10TBB: fix deprecation warnings with newer TBB versionsBrecht Van Lommel
2020-11-10MSVC: Fix build warningRay Molenkamp
2020-10-16Cleanup: spellingCampbell Barton
2020-10-16Windows: Fix build issue on windowsRay Molenkamp
2020-10-09BKE: parallelize BKE_mesh_calc_edgesJacques Lucke