From 10de9b091a59e4831bb3fbfc46eb1d3c7558c9d8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 13 May 2015 23:40:52 +0200 Subject: vo_opengl: change user options for requesting GLES Instead of having separate backends, make use of GLES a flag. This reduces the number of backends and the resulting annoyances. Also, nobody cares about using GLES, so there's no backward compatibility either. --- DOCS/man/vo.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 874e064145..915ef960b1 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -573,12 +573,15 @@ Available video output drivers are: Cocoa/OS X win Win32/WGL - x11, x11es - X11/GLX (the ``es`` variant forces GLES) + x11 + X11/GLX wayland Wayland/EGL - x11egl, x11egles - X11/EGL (the ``es`` variant forces GLES) + x11egl + X11/EGL + + ``es`` + Force or prefer GLES2/3 over desktop OpenGL, if supported. ``fbo-format=`` Selects the internal format of textures used for FBOs. The format can -- cgit v1.2.3