Blender Git Loki
Git Commits -> Revision bbbbe68
Revision bbbbe68 by Sergey Sharybin (master) March 31, 2016, 08:06 (GMT) |
Cycles: Wrap spatial split storage into own structure This has following advantages: - Localizes all the run-time storage into a single structure, which could easily be extended further. - Storage could be created per-thread, so once builder is threaded we wouldn't have any conflicts between threads. - Global nature of the storage avoids memory re-allocation on the runtime, keeping builder as fast as possible. Currently it's just API changes, which don't affect user at all. |
Commit Details:
Full Hash: bbbbe68473e02567a902a6405ca09de216674615
Parent Commit: 9c420e5
Lines Changed: +85, -28