Blender Git Commit Log
Git Commits -> Revision 8791eaa
Revision 8791eaa by Sergey Sharybin (master) September 14, 2012, 14:55 (GMT) |
Movie cache: made it thread safe to operate with memory limitor Movie cache is using global memory limitor, which isn't thread safe in some of operations, so it required to add mutex around limitor operations in movie cache. It's probably could be solved in a way with less locks involved by using different limitor for different areas (like use own limitor for clips, own limitor for sequencer and so), but that wouldn't be so easy to control overall memory usage. -- svn merge -r50125:50126 ^/branches/soc-2011-tomato |
Commit Details:
Full Hash: 8791eaa5b0548e93634fe6287a42815a8469e406
SVN Revision: 50597
Parent Commit: cd4ffe4
Lines Changed: +11, -2
1 Modified Path:
/source/blender/imbuf/intern/moviecache.c (+11, -2) (Diff)