summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Update to wayland API changesoldBenjamin Franzke4-35/+98
2011-04-26wayland: Fullscreen supportBenjamin Franzke2-5/+36
2011-04-21wayland: Update to wayland protocol and egl changesBenjamin Franzke5-13/+12
2011-04-16wayland: Schedule writable iterationsBenjamin Franzke5-1/+32
2011-04-13wayland: Remove unecessary debug outputBenjamin Franzke4-18/+8
2011-04-12wayland: Remove a unnecessary glClearBenjamin Franzke1-9/+0
2011-04-12wayland: Choose visual according to gl_config.alpha_sizeBenjamin Franzke1-1/+4
2011-04-12wayland: Respect some common gl_config attrib sizesBenjamin Franzke1-4/+11
2011-04-12wayland: rename SDL_waylandgl to SDL_waylandopenglBenjamin Franzke3-5/+5
2011-04-11wayland: Fix mouse button numerationBenjamin Franzke1-3/+23
2011-04-09wayland Remove not compiling gl rendererBenjamin Franzke2-3/+2
2011-04-09wayland: Fix tab vs whitespace issuesBenjamin Franzke8-235/+244
2011-04-09wayland: update to wayland-egl API changesBenjamin Franzke6-16/+14
2011-04-09wayland: Update to libwayland-egl api changesBenjamin Franzke5-9/+13
2011-04-09wayland: Use helper libwayland-eglBenjamin Franzke6-44/+11
2011-04-09wayland: use egl-wayland PlatformBenjamin Franzke6-296/+117
2011-04-09wayland: support sendkeyboard{key,text}Benjamin Franzke1-9/+45
2011-04-09wayland: Improved the configure scriptJoel Teichroeb1-6/+18
2011-04-09wayland: Cange some errors to use SDL_SetError and remove some unused variablesJoel Teichroeb3-7/+4
2011-04-09wayland: Cleaned up the codeJoel Teichroeb7-91/+109
2011-04-09wayland: surface.damage: x,y relative to the surfaceBenjamin Franzke1-4/+2
2011-04-09wayland: Flip the DRM Image prior attaching to the wl_surfaceBenjamin Franzke2-3/+119
2011-04-09wayland: Generate {Frame,Render}Buffer in MakeCurrent only onceBenjamin Franzke4-14/+32
2011-04-09wayland: Add support for a depth bufferBenjamin Franzke3-8/+18
2011-04-09Wayland_DestroyWindow: only free Window data if its != NULLBenjamin Franzke1-2/+2
2011-04-09wayland: DestroyWindow: free Renderbuffers and DRM ImagesBenjamin Franzke1-1/+9
2011-04-09wayland: implement DestroyWindowBenjamin Franzke3-0/+15
2011-04-09If the window was not created with the opengl flag, opengl isJoel Teichroeb1-0/+5
2011-04-09wayland: check whether eglCreateDRMImageMESA was successfullBenjamin Franzke1-0/+6
2011-04-09Removed the wayland renderer and switched to the built in openglJoel Teichroeb5-380/+31
2011-04-09wayland: handle_motion: use sx and sy (relative to the surface)Benjamin Franzke1-1/+1
2011-04-09wayland: Add origin information to display_handle_geometryBenjamin Franzke1-2/+3
2011-04-09wayland: return context in CreateContextBenjamin Franzke1-1/+1
2011-04-09Make the window respect the starting position.Joel Teichroeb3-7/+20
2011-04-09wayland: implement PumpEvents nonblockingBenjamin Franzke1-3/+24
2011-04-09Events now work (somewhat)joel@teichroeb.net4-7/+19
2011-04-09Added some code for input but it still does not work.joel@teichroeb.net8-26/+200
2011-04-09wayland: dont use stderr in printfBenjamin Franzke1-1/+1
2011-04-09Fixed renderingBenjamin Franzke5-52/+86
2011-04-09added some detection of waylandjoel@teichroeb.net4-0/+21
2011-04-09Started on the wayland platformjoel@teichroeb.net10-0/+1073
2011-04-08Removed buggy and LGPL MMX mixing routines.Sam Lantinga14-1314/+39
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga496-8587/+8254
2011-04-06Fixed build errorSam Lantinga1-0/+1
2011-04-05Fixed bug 1177 (testsdl ios crash)Sam Lantinga1-2/+0
2011-04-05Allow overriding the app delegate on iOSSam Lantinga2-4/+10
2011-04-05Fixed setting programmatically setting the size of a window on X11 for non-re...Sam Lantinga1-1/+16
2011-04-05Fixed bug 1173 (No mouse wheel event on linux/x11)Sam Lantinga1-1/+38
2011-04-04Some more iOS orientation rotation fixes.Ryan C. Gordon1-25/+50
2011-04-04Added SDL_GetRenderer()Sam Lantinga2-0/+27