Blender Git Loki
Git Commits -> Revision 128926a
Revision 128926a by Clément Foucault (master) June 11, 2018, 11:55 (GMT) |
GHOST: Delay opengl context initialization This way they can be init in their owner thread. Contexts should not be shared accross threads. Once you make a context active on a thread it is owned by the thread. This commit only have the GLX backend updated but should not break orther platform. |
Commit Details:
Full Hash: 128926a41b368e166af63515370d9c9367e3dda2
Parent Commit: 1463ec6
Lines Changed: +31, -8