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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-25 18:32:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-25 18:32:13 +0400
commit64aef25b8359d196b1246da4b202c2c27e54efb9 (patch)
tree290437aa6a512104f4abb571a6ba9e8c00b2569a /source/blender/editors/mask
parentcdd95e354e16b65024ea0d5faf8d944da4d8ea56 (diff)
Use generic task scheduler for threaded image processor
It allows to schedule tasks of smaller size without having threads overhead or extra worry about splitting tasks into smaller pieces. This simplifies code in color management which was manually splitting task into smaller chunks to keep memory usage low. Further optimization is possible by avoid malloc called from threads, but that's how it used to work for ages already and would be optimized as a separate patch.
Diffstat (limited to 'source/blender/editors/mask')
0 files changed, 0 insertions, 0 deletions