Version
3.5-1485
Gren
master
Dato
10 år, 9 måneder siden
Windows x64 Windows x86 Mac OS X Android
Commit
fb310f224760b4b1920f35e6860513fa8c60026c
Skift forfatter
degasus
Skift beskrivelse
Revert "Create our OGL context on the same thread in the OpenGL backend. Same issue with Qualcomm not working with threading correctly."

This reverts commit 2697b8c04f9e7c8d0a40bd42db95b4a534947c43.

The context creation may be moved to Video_Prepare, but the window creation isn't allowed to.
Eg we set the window title or read the mouse position, both need the window.
Also the readback of the window size didn't worked any more.