summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-07 13:26:30 +0100
committerwm4 <wm4@nowhere>2016-12-07 13:26:30 +0100
commit2b1d150a53d328db092c8f3799667cd72ef89634 (patch)
tree846ae128b0830e01633b8ac9c7861bbe8fc0ac0e /DOCS/man/options.rst
parent42799005dc8397fbe4ad56659a00542fbe2a15cb (diff)
downloadmpv-2b1d150a53d328db092c8f3799667cd72ef89634.tar.bz2
mpv-2b1d150a53d328db092c8f3799667cd72ef89634.tar.xz
manpage: move the --opengl-dumb-mode option down
It's horribly obscure - why would it be the first option to be listed? Also might fix the --scale option formatting/anchor in the HTML rendering.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index d4cef55bf3..84d417fb1d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3819,20 +3819,6 @@ OpenGL renderer options
The following video options are currently all specific to ``--vo=opengl`` and
``-vo=opengl-cb`` only, which are the only VOs that implement them.
-``--opengl-dumb-mode=<yes|no>``
- This mode is extremely restricted, and will disable most extended OpenGL
- features. This includes high quality scalers and custom shaders!
-
- It is intended for hardware that does not support FBOs (including GLES,
- which supports it insufficiently), or to get some more performance out of
- bad or old hardware.
-
- This mode is forced automatically if needed, and this option is mostly
- useful for debugging. It's also enabled automatically if nothing uses
- features which require FBOs.
-
- This option might be silently removed in the future.
-
``--scale=<filter>``
``bilinear``
@@ -4636,6 +4622,20 @@ The following video options are currently all specific to ``--vo=opengl`` and
flipping GL front and backbuffers immediately (i.e. it doesn't call it
in display-sync mode).
+``--opengl-dumb-mode=<yes|no>``
+ This mode is extremely restricted, and will disable most extended OpenGL
+ features. This includes high quality scalers and custom shaders!
+
+ It is intended for hardware that does not support FBOs (including GLES,
+ which supports it insufficiently), or to get some more performance out of
+ bad or old hardware.
+
+ This mode is forced automatically if needed, and this option is mostly
+ useful for debugging. It's also enabled automatically if nothing uses
+ features which require FBOs.
+
+ This option might be silently removed in the future.
+
Miscellaneous
-------------