summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-11-20 21:27:46 +0100
committersfan5 <sfan5@live.de>2021-11-22 18:08:56 +0100
commitdc73f1ad4b235f24657ae53cf82dd18f933cc8f0 (patch)
tree3bce81f80a661420acb76f7621b315d8f663dd46 /DOCS
parentd5d62c6a6459412c86bd8d09be248810364a2405 (diff)
downloadmpv-dc73f1ad4b235f24657ae53cf82dd18f933cc8f0.tar.bz2
mpv-dc73f1ad4b235f24657ae53cf82dd18f933cc8f0.tar.xz
vo_gpu_next: implement OpenGL context support
Wrapping the context is pretty straightforward. This is only complicated by needing to account for the upside-down framebuffer in a few places.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 7897336266..1428c632c2 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -262,7 +262,7 @@ Available video output drivers are:
the same set of features as ``--vo=gpu``. See `GPU renderer options`_ for a
list.
- Currently, this only supports ``--gpu-api=vulkan``, and no hardware
+ Currently, this only supports Vulkan, OpenGL and no hardware
decoding. Unlike ``--vo=gpu``, the FBO formats are not tunable, but you can
still set ``--gpu-dumb-mode=yes`` to forcibly disable their use.