kc3-lang/SDL/src/video

Branch :


Log

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
4a8c2967 2013-12-13 09:48:12 Context sharing for EGL
44afc2a3 2013-12-06 16:12:18 Fixed crash if no window has keyboard focus
7afb7682 2013-12-05 09:29:04 Added code missed in the resolve
013d9982 2013-12-02 23:54:35 Fixed error return value in SDL_EGL_CreateSurface(), thanks to Mike Kasprzak
7d9e42f2 2013-12-02 10:08:57 Select EGL config when creating the EGL surface
f848adff 2013-11-29 10:06:08 Improve Android pause/resume behavior.