Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a8b033d7 | 2016-09-25 00:23:35 | Update the code for the iOS demos to handle modern devices. Fixes bug #3337 | ||
| 62ebc527 | 2016-03-28 21:01:46 | iOS: Removed not needed SDL_WINDOW_SHOWN from rectangles demo. | ||
| 5fa0cbc4 | 2016-03-27 22:25:13 | iOS: Restored older version of rectangles demo. The demo did not draw rectangles like described in the demo README. | ||
| 0e45984f | 2015-06-21 17:33:46 | Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI(). |