Blender Git Commit Log
Git Commits -> Revision 6da7b60
Revision 6da7b60 by Brecht Van Lommel (master) April 14, 2008, 10:14 (GMT) |
Attempted fix for bug #8349: QMC raytracing being very slow on some computers, probably due to slow multithreaded malloc. Now each render thread keeps a list of qmc samplers that it fills as needed while rendering (since it is hard to predict the actual amount needed in advance due to ray recursion). |
Commit Details:
Full Hash: 6da7b60cd3394259d503e2280d59e48306c42fb2
SVN Revision: 14418
Parent Commit: 3dcb3cc
Lines Changed: +77, -47