From bf9b9c3bd0d0fe9d9116cbe287559bad5efe00fc Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Thu, 28 Feb 2013 19:55:02 +0100 Subject: wayland: add wayland support 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) --- DOCS/man/en/vo.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 00a598e41b..07c08bb1f4 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -386,6 +386,8 @@ opengl Win32/WGL x11 X11/GLX + wayland + Wayland/EGL indirect Do YUV conversion and scaling as separate passes. This will @@ -643,6 +645,8 @@ opengl-old Win32/WGL x11 X11/GLX + waylnad + Wayland/EGL sdl SDL 2.0+ Render video output driver, depending on system with or without -- cgit v1.2.3