Blender Git Commit Log
Git Commits -> Revision 813f1c6
Revision 813f1c6 by Brecht Van Lommel (temp-drawcontext) February 25, 2018, 03:19 (GMT) |
Fixes for offscreen drawing context on macOS. * Disable multithreaded OpenGL again, it crashes on startup. * Fix wrong clear context call in GHOST. * Add GPU_state_init() also for draw context, just to be sure. * Main fix: add glFlush() to avoid unfinished draw before leaving context. |
Commit Details:
Full Hash: 813f1c603f645fd94ab5c84659efd8af15aa5764
Parent Commit: b9f4f9e
Lines Changed: +17, -7