SDL/src/core
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
..
android Android: don't need to set the SurfaceHolder format from java code 2021-04-22 18:06:17 +02:00
freebsd Change "memset" to "SDL_zero" 2021-02-14 13:54:08 -05:00
linux ibus: make sure we don't pass a NULL path string over D-Bus. 2021-04-04 00:29:26 -04:00
openbsd Fixed bug 5473 - Add WSCONS support for NetBSD 2021-01-24 00:51:24 -05:00
os2 Updated copyright for 2021 2021-01-02 10:25:38 -08:00
unix Updated copyright for 2021 2021-01-02 10:25:38 -08:00
windows Replace duplicate functions and lstrlen/lstrcat with SDL string functions 2021-03-05 12:03:58 -08:00
winrt Updated copyright for 2021 2021-01-02 10:25:38 -08:00