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
2018-09-03Depsgraph: Use more meaningful name for flags storageSergey Sharybin
2018-08-23Depsgraph: Bring back visibility checks based on collection restrict flagsSergey Sharybin
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-25Depsgraph: Ensure we only expand scene datablock on evaluationSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-03-29Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-03-29Depsgraph: initialize EvaluationContext even if nothing to updateDalai Felinto
2018-03-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-22Depsgraph: Report new depsgraph evaluation timeSergey Sharybin
2018-03-12Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-02-22Depsgraph: Use proper debug print flags checkSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-01-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-11Depsgraph: Make eval initialization more friendly for threadingSergey Sharybin
2018-01-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Merge branch 'master' into blender2.8Sergey 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-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-21Depsgraph: Bring timing statistics to the new dependency graphSergey Sharybin
2017-12-21Depsgraph: Simplify some functions in evaluaitonSergey Sharybin
2017-12-21Depsgraph: Simplify evaluation functionSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-20Depsgraph: Move time source node to own fileSergey Sharybin
2017-12-20Depsgraph: Remove unused priority calculatorSergey Sharybin
2017-12-20Depsgraph: Remove remaining parts of old removed debuggerSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-10-25Depsgraph: Remove bunch of debug codeSergey Sharybin
2017-10-24Depsgraph: Remove bunch of debug codeSergey Sharybin
2017-10-20Depsgraph: Make depsgraph a part of evaluation contextSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-31Task scheduler: Optimize subsequent pushing bunch of tasksSergey Sharybin
2017-04-06Depsgraph: Remove olde depsgraph header from new depsgraphSergey Sharybin
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-03-07Task scheduler: Add concept of suspended poolsSergey Sharybin
2017-03-07Depsgraph: Remove workarounds from depsgraph for keeping threads aliveSergey Sharybin
2017-03-07Task scheduler: Remove per-pool threads limitSergey Sharybin
2017-02-03Depsgraph: Add some extra debug prints on evalSergey Sharybin