aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/wayland_common.h
Commit message (Collapse)AuthorAge
...
* wayland: add wayland supportGravatar Alexander Preisinger2013-02-28
All wayland only specific routines are placed in wayland_common. This makes it easier to write other video outputs. The EGL specific parts, as well as opengl context creation, are in gl_common. This backend works for: * opengl-old * opengl * opengl-hq To use it just specify the opengl backend --vo=opengl:backend=wayland or disable the x11 build. Don't forget to set EGL_PLATFORM to wayland. Co-Author: Scott Moreau (Sorry I lost the old commit history due to the file structure changes)