SDL/src/core/android
Sylvain Becker 45a9b5fa2e Android: fix call of glFinish without context.
Message in the log, when going to background:
"call to OpenGL ES API with no current context (logged once per thread)"

Because of SDL_WINDOWEVENT_MINIMIZED is sent from the Java Activity thread.
It calls SDL_RendererEventWatch(), _WindowEvent() and glFinish() without context.

Solution is to move sending of SDL_WINDOWEVENT_MINIMIZED to the SDL thread.
2019-12-21 21:18:02 +01:00
..
keyinfotable.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_android.c Android: fix call of glFinish without context. 2019-12-21 21:18:02 +01:00
SDL_android.h Android: concurrency issues, make sure Activity is in running State when calling 2019-06-28 16:38:42 +02:00