Refactored SDL_EGL_CreateContext: It now supports context flags and OpenGL ES 3+ contexts, and its behavior more closely matches the GLX and WGL context creation code.
Improved the code style consistency of SDL_egl.c.
Fixes bugzilla #2865.
2 Simple DirectMedia Layer
11 Simple DirectMedia Layer is a cross-platform development library designed
12 to provide low level access to audio, keyboard, mouse, joystick, and graphics
13 hardware via OpenGL and Direct3D. It is used by video playback software,
14 emulators, and popular games including Valve's award winning catalog
15 and many Humble Bundle games.
17 More extensive documentation is available in the docs directory, starting
21 Sam Lantinga (slouken@libsdl.org)