Sam Lantinga [Sat, 23 Nov 2013 02:02:29 -0800] rev 8023
Fixed double-free of the window shape path
Gabriel Jacobo [Fri, 22 Nov 2013 14:19:52 -0300] rev 8022
Fixes compilation on Mingw.
Gabriel Jacobo [Fri, 22 Nov 2013 13:24:53 -0300] rev 8021
OpenGL ES support for Windows
Gabriel Jacobo [Fri, 22 Nov 2013 10:26:28 -0300] rev 8020
[Android] Fixes #2247, enable hardware acceleration by default.
Setting android:hardwareAccelerated="true" seems to fix some random behaviors
in certain devices like the XperiaE.
Ref: http://developer.android.com/guide/topics/graphics/hardware-accel.html
Ryan C. Gordon [Wed, 20 Nov 2013 21:17:26 -0500] rev 8019
Query version for X11 XInput2 multitouch separately from base XInput2.
Gabriel Jacobo [Wed, 20 Nov 2013 12:51:18 -0300] rev 8018
Clean up X11 OpenGL ES backend
If you really need to switch between OpenGL and GLES context types, just issue
a SDL_GL_UnloadLibrary manually.
Ryan C. Gordon [Tue, 19 Nov 2013 15:25:00 -0500] rev 8017
Fixed SONAME lookup for runtime loading of shared libraries in CMake project.
Fixes Bugzilla #2249.
Ryan C. Gordon [Tue, 19 Nov 2013 15:00:39 -0500] rev 8016
-fvisibility=hidden is no longer a requirement for dynamic X11.
We don't clash with Xlib symbols anymore.
Gabriel Jacobo [Tue, 19 Nov 2013 11:04:05 -0300] rev 8015
Find the best EGL config available between those returned by eglChooseConfig
This existed in the old Android Java code, it got lost in the migration to the
commong EGL code.
Gabriel Jacobo [Tue, 19 Nov 2013 10:56:38 -0300] rev 8014
Adds testgles2
Source code copied from: https://github.com/fantasydr/sdl-2.0-gles (thanks!)
Minor fixes, configure script changes done by me.