Versão
3.5-1485
Branch
master
Data
10anos, 9mesesatrás
Windows x64 Windows x86 Mac OS X Android
Revisão
fb310f224760b4b1920f35e6860513fa8c60026c
Autor
degasus
Descrição
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.