Blender Git Commit Log
Git Commits -> Revision c659997
Revision c659997 by Sergey Sharybin (master) September 5, 2012, 11:43 (GMT) |
Sequencer: multi-threaded histogram calculation This gives some percentage of speedup, which compensates slowdown caused by converting image buffer into display space. Used OpenMP for this. Still feel skeptic about this, discussed with Brecht and we decided this approach actually could be used since seems all the platforms has got OpenMP issues solved. Waveform and vector scopes are still single-threaded since they're a bit tricker to be done multi-threaded and probably not so commonly used. |
Commit Details:
Full Hash: c6599979c738c3f528b93a25373c377cebf3a401
SVN Revision: 50416
Parent Commit: 54cf098
Lines Changed: +41, -9
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_scopes.c (+41, -9) (Diff)