Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ec1cb49e | 2013-12-14 20:18:43 | Wayland support Based on the original port to Wayland by: Joel Teichroeb, Benjamin Franzke, Scott Moreau, et al. Additional changes in this commit, done by me: * Wayland uses the common EGL framework * EGL can now create a desktop OpenGL context * testgl2 loads GL functions dynamically, no need to link to libGL anymore * Assorted fixes to the Wayland backend Tested on the Weston Compositor (v1.0.5) that ships with Ubuntu 13.10, running Weston under X. Tests ran: testrendercopyex (all backends), testgl2, testgles2,testintersections | ||
| d01ad02b | 2013-12-09 15:17:20 | Hook up SDL_acos and SDL_asin properly. | ||
| fc78e982 | 2013-12-05 09:54:22 | Added missing header for file IO | ||
| 5ac18134 | 2013-12-03 12:01:28 | Adds SDL_GameControllerAddMappingsFromRW, updates controllermap SDL_GameControllerAddMappingsFromFile is now a convenience macro. controllermap can now skip bindings by pressing space or clicking/touching the screen. | ||
| 45ae148a | 2013-12-02 19:34:08 | Adds SDL_GameControllerAddMappingsFromFile | ||
| f848adff | 2013-11-29 10:06:08 | Improve Android pause/resume behavior. |