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 (Collapse)Author
2021-07-23After merge fixesManuel Castilla
2021-05-31Compositor: Do constant folding for full frame executionManuel Castilla
All operations with constant pixel/elements are evaluated into primitive Value/Vector/Color constant operations prior rendering execution. This is the case of operations that are constant only when all their inputs are so. Such operations should set can_be_constant flag to true. is_constant flag is only used for primitive operations (Color/Vector/Value) which are the only constant operations during rendering execution.
2021-05-17Rename new class data members from m_* to *_Manuel Castilla
2021-05-14Comments fixesManuel Castilla
2021-05-14Create ExecutionModel classes to reduce complexityManuel Castilla