sdl2_frt/src/video/android
Sylvain 98a966d1c2
Android: don't need to set the SurfaceHolder format from java code
It's already set with ANativeWindow_setGeometry, and eventually set/changed also by eglCreateWindowSurface.
 - avoid issues with older device where SurfaceView cycle create/changed/destroy appears broken:
   calling create/changed/changed, and leading to "deuqueBuffer failed at server side, error: -19", with black screen.
 - re-read the format after egl window surface is created, to report the correct one (sometimes, changed from RGBA8888 to RGB24)
2021-04-22 18:06:17 +02:00
..
SDL_androidclipboard.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidclipboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidevents.c AAudio: add aaudio pause/resume function to android events loop 2021-04-15 21:16:10 +02:00
SDL_androidevents.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidgl.c Cleaned up a few more Bugzilla mentions. 2021-02-12 14:46:49 -05:00
SDL_androidgl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidkeyboard.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidkeyboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidmessagebox.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidmessagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidmouse.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidmouse.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidtouch.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidtouch.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidvideo.c Android: don't need to set the SurfaceHolder format from java code 2021-04-22 18:06:17 +02:00
SDL_androidvideo.h Android: don't need to set the SurfaceHolder format from java code 2021-04-22 18:06:17 +02:00
SDL_androidvulkan.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidvulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidwindow.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_androidwindow.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00