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
2017-06-08Avoid allocation of evaluation context for iteratorSergey Sharybin
2017-06-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-04-06Depsgraph: Remove olde depsgraph header from new depsgraphSergey Sharybin
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-01-24Depsgraph: Remove legacy code from new depsgraphSergey Sharybin
2016-09-26Fix export image generated by export UV layoutSergey Sharybin
2016-07-26Depsgraph: Use proper unsigned int bitfield for layers flagsSergey Sharybin
2016-05-27Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-05-25Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-05-10Depsgraph: For big graphs update pending parents in threadsSergey Sharybin
2016-05-10Depsgraph: Comment evaluation priority out for nowSergey Sharybin
2016-05-10Depsgraph: Don't leave active thread if there's only one children nodeSergey Sharybin
2016-05-10Task scheduler: Add thread-aware task push routinesSergey Sharybin
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-09Depsgraph: Store node input/output links in a vector rather than in setSergey Sharybin
2016-05-09Depsgraph: Avoid having per-node lock when scheduling childrenSergey Sharybin
2016-04-28Depsgraph optimization: Don't schedule tasks for empty "NOOP" nodes.Lukas Tönne
2015-08-27OpenSubdiv: Fix crash toggling edit mode with new depsgraphSergey Sharybin
2015-06-16Cleanup: styleCampbell Barton
2015-05-20Add dedicated command argument to switch depsgraph to a single-threaded evalu...Sergey Sharybin
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin