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-09-05Fix T49251: moving smoke domain with additional resolution causes crash.Alexander Gavrilov
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-05-22Fix T48497: Stupid typo in recent own BLI_task forloop work that broke non-pa...Bastien Montagne
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-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-09Task scheduler: Don't calloc in performance-critical areasSergey Sharybin
2016-01-18Cleanup: styleCampbell Barton
2016-01-16Cleanup: BLI_task foreach looper API doc.Bastien Montagne
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-04BLI_task threaded looper: do not assert when start == stop.Bastien Montagne
2015-12-30BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to ...Bastien Montagne
2015-12-28Fix (unreported) broken BLI_task's forloop func in case we have less iteratio...Bastien Montagne
2015-12-12Cleanup: style/spellingCampbell Barton
2015-11-25BLI_task: BLI_task_parallel_range_ex: add some per-chunk userdata.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-02Better fix for pthread ID comparison crap on windows.Bastien Montagne
2015-11-02Attempt to fix win32 compilation after own recent commits.Bastien Montagne
2015-11-02BLI_task: add support for full-background taskpools.Bastien Montagne
2015-11-02BLI_task: add freedata callback to tasks.Bastien Montagne
2015-11-02BLI_task: Fix/enhance logic of exiting worker threads.Bastien Montagne
2015-10-18BLI_task: fix bad freeing of current task_thread in case POSIX thread creatio...Bastien Montagne
2015-05-18Correction to early output in the parallel range implementationSergey Sharybin
2015-04-13Depsgraph debug: Remove hardcoded array of BLENDER_MAX_THREADS elementsSergey Sharybin
2014-12-02Use atomic operations in task poolSergey Sharybin
2014-11-21Task scheduler: Add an option to limit number of threads per poolSergey Sharybin
2014-11-03Optimization of parallel rangeSergey Sharybin
2014-10-23Cleanup: spellingCampbell Barton
2014-10-22Meshdeform modifier: Use threaded evaluationSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin