summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/wayland.c
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: wayland: use a more standard symbolwm42015-10-231-1/+2
| | | | | They're the same, but EGL_CONTEXT_MAJOR_VERSION_KHR technically is an extension, while EGL_CONTEXT_CLIENT_VERSION is the standardized alias.
* video/out: remove an unused parameterwm42015-10-031-1/+1
| | | | | | | | | | | This parameter has been unused for years (the last flag was removed in commit d658b115). Get rid of it. This affects the general VO API, as well as the vo_opengl backend API, so it touches a lot of files. The VOFLAGs are still used to control OpenGL context creation, so move them to the OpenGL backend code.
* vo_opengl: wayland: switch to new internal APIwm42015-10-011-44/+36
|
* vo_opengl: vaapi: add Wayland supportwm42015-09-271-0/+3
| | | | | | Pretty trivial with the new EGL interop. Fixes #478.
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-091-0/+241
This is a bit redundant with the name of the directory itself, and not in line with existing naming conventions.