summaryrefslogtreecommitdiff
path: root/src/video/wayland/SDL_waylandwindow.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Update to wayland API changesHEADmasterBenjamin Franzke1-10/+7
2012-02-28wayland: Fullscreen supportBenjamin Franzke1-1/+5
2012-02-28wayland: Update to wayland protocol and egl changesBenjamin Franzke1-1/+1
2012-02-28wayland: Schedule writable iterationsBenjamin Franzke1-0/+5
2012-02-28wayland: Remove unecessary debug outputBenjamin Franzke1-1/+3
2012-02-28wayland: Choose visual according to gl_config.alpha_sizeBenjamin Franzke1-1/+4
2012-02-28wayland: Fix tab vs whitespace issuesBenjamin Franzke1-46/+48
2012-02-28wayland: update to wayland-egl API changesBenjamin Franzke1-8/+6
2012-02-28wayland: Update to libwayland-egl api changesBenjamin Franzke1-5/+7
2012-02-28wayland: Use helper libwayland-eglBenjamin Franzke1-6/+5
2012-02-28wayland: use egl-wayland PlatformBenjamin Franzke1-49/+27
2012-02-28wayland: Cleaned up the codeJoel Teichroeb1-0/+21
2012-02-28wayland: Flip the DRM Image prior attaching to the wl_surfaceBenjamin Franzke1-3/+0
2012-02-28wayland: Generate {Frame,Render}Buffer in MakeCurrent only onceBenjamin Franzke1-2/+6
2012-02-28wayland: Add support for a depth bufferBenjamin Franzke1-1/+2
2012-02-28Wayland_DestroyWindow: only free Window data if its != NULLBenjamin Franzke1-2/+2
2012-02-28wayland: DestroyWindow: free Renderbuffers and DRM ImagesBenjamin Franzke1-1/+9
2012-02-28wayland: implement DestroyWindowBenjamin Franzke1-0/+13
2012-02-28If the window was not created with the opengl flag, opengl isJoel Teichroeb1-0/+5
2012-02-28wayland: check whether eglCreateDRMImageMESA was successfullBenjamin Franzke1-0/+6
2012-02-28Make the window respect the starting position.Joel Teichroeb1-6/+16
2012-02-28Events now work (somewhat)joel@teichroeb.net1-0/+1
2012-02-28Added some code for input but it still does not work.joel@teichroeb.net1-0/+1
2012-02-28Fixed renderingBenjamin Franzke1-22/+15
2012-02-28Started on the wayland platformjoel@teichroeb.net1-0/+70