Blender Git Loki
Git Commits -> Revision a07ad02
Revision a07ad02 by Sergey Sharybin (master) March 7, 2017, 16:32 (GMT) |
Task scheduler: Refactor the way we store thread-spedific data Basically move all thread-specific data (currently it's only task memory pool) from a dedicated array of taskScheduler to TaskThread. This way we can add more thread-specific data in the future with less of a hassle. |
Commit Details:
Full Hash: a07ad02156fc5c8a79f1e16d8692f98f57d04e76
Parent Commit: 9522f8a
Lines Changed: +56, -41
1 Modified Path:
/source/blender/blenlib/intern/task.c (+56, -41) (Diff)