summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2021-12-06 21:59:26 +0200
committerJan Ekström <jeebjp@gmail.com>2022-02-02 22:53:32 +0200
commit053f10003ca0e2df354d959cecd7e83809b678b4 (patch)
tree8e96305da553acca62a5421ade6e23aa63a97314 /DOCS
parent723a2ba762d16a606ab4f3d07fadf85467b62bff (diff)
downloadmpv-053f10003ca0e2df354d959cecd7e83809b678b4.tar.bz2
mpv-053f10003ca0e2df354d959cecd7e83809b678b4.tar.xz
vo_gpu_next: initial attempt at adding d3d11 support
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 1428c632c2..d1abe1088d 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 Vulkan, OpenGL and no hardware
+ Currently, this only supports Vulkan, OpenGL, D3D11 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.