summaryrefslogtreecommitdiffstats
path: root/video/out/gl_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: remove pointless glFinish callswm42014-12-191-2/+0
* gl_wayland: fix crash after eglInitialze failedAlexander Preisinger2014-08-301-6/+8
* gl_wayland: Don't try to resize the egl_window before it existsMichael Forney2014-08-041-0/+3
* gl_wayland: remove probably unneeded workaroundwm42014-05-311-2/+0
* video/out: remove unused config() parameterswm42014-05-071-4/+1
* wayland: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-6/+4
* wayland/shm: Use subsurfaces for OSDAlexander Preisinger2014-04-161-1/+1
* wayland: fix memory leaksAlexander Preisinger2014-01-081-2/+3
* Revert "wayland/egl: use redraw callback"Alexander Preisinger2014-01-041-26/+1
* wayland/egl: misc fixes and cleanupsAlexander Preisinger2014-01-041-5/+1
* wayland/egl: use redraw callbackAlexander Preisinger2014-01-041-1/+29
* wayland/egl: add egl_context to the wayland stateAlexander Preisinger2014-01-041-67/+53
* wayland: Remove nonsense comment and add warningAlexander Preisinger2014-01-041-4/+2
* wayland/opengl: fix garbage bordersAlexander Preisinger2014-01-021-1/+0
* wayland/egl: use wayland logAlexander Preisinger2013-09-121-10/+7
* Revert "wayland: don't create our own log context"Alexander Preisinger2013-09-121-5/+8
* gl_common: complete mp_msg conversionwm42013-09-121-2/+3
* wayland: update license headersAlexander Preisinger2013-09-091-9/+6
* wayland: don't create our own log contextAlexander Preisinger2013-08-261-8/+5
* wayland/egl: rework resizing (again)Alexander Preisinger2013-08-251-54/+24
* wayland: switch to the new mp_msg apiAlexander Preisinger2013-07-311-0/+7
* wayland: Fallback to any GL version if 3.0 is not supportedMichael Forney2013-07-191-2/+11
* wayland: use a unified struct for the stateAlexander Preisinger2013-07-181-19/+18
* wayland: don't resize in gl_wayland.cAlexander Preisinger2013-07-181-5/+1
* video: remove fullscreen flags chaoswm42013-07-181-0/+3
* wayland: early aspect calculation in vo_configAlexander Preisinger2013-07-161-7/+24
* wayland: introduce vo_wayland_configAlexander Preisinger2013-05-261-7/+2
* video/out: introduce vo_control for gl_common based VOswm42013-05-261-4/+1
* wayland: reworked resizingAlexander Preisinger2013-05-071-46/+39
* wayland: use vo flags for enabling alpha supportAlexander Preisinger2013-04-021-3/+5
* wayland: enable alpha supportAlexander Preisinger2013-04-021-1/+1
* gl_common: split into platform specific fileswm42013-03-281-0/+259