Blender Git Commit Log
Git Commits -> Revision fb5a57a
Revision fb5a57a by Brecht Van Lommel (master) April 4, 2018, 09:30 (GMT) |
Fix part of T53497: Eevee stuttering on macOS for the first few seconds of usage. The problem was that textures were assigned to different slots on different draw calls, which caused shader specialization/patching by the driver. So the shader would be compiled over and over until all possible assignments were used. |
Commit Details:
Full Hash: fb5a57ab97279728b6a44641ea72d340058057db
Parent Commit: 3f4df3f
Lines Changed: +26, -1