Blender Git Loki
Git Commits -> Revision 12cdc67
Revision 12cdc67 by Sergey Sharybin (master) July 15, 2016, 14:47 (GMT) |
Bump maximum threads number to 1024 This commit contains all the changes required for most optimal maximum threads number bump. This is needed to avoid possibly unneeded initialization or data allocation on systems with lower threads count. TODO: Still need to review arrays in render data structures from render_types.h, P.S. We might remove actual bump of max threads from this patch, so when we'll be applying the patch we can do all the preparation work and then do actual bump of max threads. Reviewers: mont29, campbellbarton Reviewed By: mont29, campbellbarton Maniphest Tasks: T43306 Differential Revision: https://developer.blender.org/D1343 |
Commit Details:
Full Hash: 12cdc67d8331481c25a09b35d23700bcb4723f6d
Parent Commit: 6cd675a
Lines Changed: +24, -13
7 Modified Paths:
/source/blender/blenlib/BLI_threads.h (+1, -1) (Diff)
/source/blender/render/intern/include/rendercore.h (+1, -1) (Diff)
/source/blender/render/intern/include/render_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/convertblender.c (+2, -2) (Diff)
/source/blender/render/intern/source/occlusion.c (+8, -3) (Diff)
/source/blender/render/intern/source/rayshade.c (+9, -5) (Diff)
/source/blender/render/intern/source/render_texture.c (+2, -1) (Diff)
/source/blender/render/intern/include/rendercore.h (+1, -1) (Diff)
/source/blender/render/intern/include/render_types.h (+1, -0) (Diff)
/source/blender/render/intern/source/convertblender.c (+2, -2) (Diff)
/source/blender/render/intern/source/occlusion.c (+8, -3) (Diff)
/source/blender/render/intern/source/rayshade.c (+9, -5) (Diff)
/source/blender/render/intern/source/render_texture.c (+2, -1) (Diff)