SDL/src/core/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_android.c Android: don't need to set the SurfaceHolder format from java code 2021-04-22 18:06:17 +02:00
SDL_android.h Android: don't need to set the SurfaceHolder format from java code 2021-04-22 18:06:17 +02:00
keyinfotable.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00