summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* wayland: only render if we have frame callbackDudemanguy2020-09-211-9/+26
* wayland: conditionally commit surface on resizeDudemanguy2020-08-201-0/+2
* wayland: don't rely on presentation discardedDudemanguy2020-08-161-3/+0
* wayland: refactor presentation timeDudemanguy2020-08-161-30/+34
* wayland: fix buildwm42020-06-041-1/+1
* wayland: use mp_time deltas for presentation timeDudemanguy2020-04-201-2/+1
* wayland: remove wayland-frame-wait-offset optiondudemanguy2020-01-311-1/+1
* vo_gpu: opengl: make it work with EGL 1.4wm42019-12-161-2/+5
* wayland: use eglGetPlatformDisplay()Dudemanguy2019-11-161-1/+2
* wayland: fix presentation timeDudemanguy9112019-10-201-1/+1
* wayland: add various render-related optionsdudemanguy2019-10-201-1/+2
* wayland: add presentation timedudemanguy2019-10-201-2/+78
* wayland: use callback flag + poll for buffer swapdudemanguy2019-10-101-0/+26
* wayland opengl: actually call uninit if init failsdudemanguy2019-10-031-1/+3
* opengl/context_wayland: Fix crash on configure before initial reconfigMichael Forney2019-07-081-1/+3
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-2/+2
* wayland_common: implement output tracking, cleanups and bugfixesRostislav Pehlivanov2017-10-091-5/+1
* wayland_common: rewrite from scratchRostislav Pehlivanov2017-10-031-110/+83
* vo_opengl: refactor into vo_gpuNiklas Haas2017-09-211-33/+41
* vo_opengl: add a generic EGL function loader functionwm42017-04-061-5/+1
* context_wayland: do not call vo_wayland_request_frame() upon bufferswapRostislav Pehlivanov2017-01-071-3/+0
* vo_opengl: wayland: use new EGL context creation codewm42016-09-141-49/+8
* wayland_common: fix fullscreen image switching bugRostislav Pehlivanov2016-07-301-2/+0
* wayland: port to the new wakeup/wait_events frameworkRostislav Pehlivanov2016-07-211-2/+13
* wayland: implement HIDPI supportRostislav Pehlivanov2016-05-301-3/+8
* vo_opengl: wayland: don't destroy NULL wl_egl_windowwm42016-03-031-1/+2
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* vo_opengl: prefix per-backend source files with context_wm42015-12-191-0/+237