Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 58edac3e | 2014-02-02 00:53:27 | Fixed bug 2374 - Update copyright for 2014... Is it that time already?? | ||
| aff44ccd | 2014-01-27 16:13:13 | Patched to compile...uh, everywhere. :) | ||
| 87cfee27 | 2014-01-27 16:10:15 | Patched to compile on Windows when not supporting Direct3D. | ||
| 7fe277cd | 2013-12-23 17:15:32 | Fixed float to int conversion warning, which was a legitimate bug. | ||
| 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 | ||
| f848adff | 2013-11-29 10:06:08 | Improve Android pause/resume behavior. | ||
| 7e1289af | 2013-11-24 23:56:17 | Make internal SDL sources include SDL_internal.h instead of SDL_config.h The new header will include SDL_config.h, but allows for other global stuff. |