From 7e4a73c8e4ed771b914f49a2de14b830469a470a Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Mar 2017 04:57:51 +0100 Subject: vo_opengl: add a --opengl-es=force2 option Useful for testing. Unfortunately, the nVidia EGL driver ignores this, and returns a GLES 3.2 context anyway (which it is allowed to do). Might still be useable with ANGLE, which will really give you a GLES 2 context if you ask for it. --- DOCS/man/options.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 98bb0455ad..4a0544d03a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4451,6 +4451,8 @@ The following video options are currently all specific to ``--vo=opengl`` and yes Try to prefer ES over Desktop GL + forc2 + Try to request a ES 2.0 context (the driver might ignore this) no Try to prefer desktop GL over ES auto -- cgit v1.2.3