Blender Git Commit Log
Git Commits -> Revision 6d973b8
Revision 6d973b8 by Antonis Ryakiotakis (master) March 28, 2014, 20:02 (GMT) |
Fix T39468 Issue is that sampling functions did not pass a thread index to the texture sampler so all threads were contesting for the same pool. Paint cursors and sculpting that used openmp for threading suffered from this. Now use omp_get_thread_num to pass the thread number. |
Commit Details:
Full Hash: 6d973b87a6c0351510603b118814618333318321
Parent Commit: 8b43b9f
Lines Changed: +13, -10