kc3-lang/SDL/src/video/wayland/SDL_waylandvideo.c

Branch :


Log

Author Commit Date CI Message
3dcb451f 2014-04-09 21:29:19 Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
bd01a9c9 2014-02-03 11:53:21 Unload Wayland libs if memory allocation fails during init.
58edac3e 2014-02-02 00:53:27 Fixed bug 2374 - Update copyright for 2014... Is it that time already??
2ddd0c58 2014-01-20 12:53:44 Patched to compile if Wayland is disabled via SDL_config.h (thanks, Martin!). Fixes Bugzilla #2351.
272ebb8e 2014-01-09 13:56:21 Dynamic loading support for Wayland
fce6257c 2013-12-27 09:29:39 Implements touch support on QTWayland. Contributed by Thomas Perl.
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