Blender Git Loki
Git Commits -> Revision 94fdaa5
Revision 94fdaa5 by Sergey Sharybin (master) October 3, 2013, 13:15 (GMT) |
Fix crash starting game engine on linux Issue was caused by bug in mesa #54080 which makes glXQueryDrawable fail with GLXBadDrawable for any request with direct context. Worked around by temporary overriding X error handling when getting old interval value and disablingintervals extension if this query fails. Also added check for glXSwapIntervalEXT which is apparently NULL here with GLX_EXT_swap_control=1. |
Commit Details:
Full Hash: 94fdaa5d41ecc33f48bec6d2094e67f533a0e5de
SVN Revision: 60528
Parent Commit: 9b1be7c
Lines Changed: +59, -2
1 Modified Path:
/intern/ghost/intern/GHOST_WindowX11.cpp (+59, -2) (Diff)