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.
This commit is contained in:
wm4 2016-12-07 13:26:30 +01:00
parent 42799005dc
commit 2b1d150a53
1 changed files with 14 additions and 14 deletions

View File

@ -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
-------------