summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-13 00:49:13 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-13 17:45:29 -0800
commit7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5 (patch)
treea9f68b827218f3a4404cad2a2eaa4c0c15505eed /DOCS
parent706bb1d0c756be95e8646c6e433d5d24f7c75dca (diff)
downloadmpv-7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5.tar.bz2
mpv-7b5a2588bd33d5cf532a1c83d79dba20a3f26bc5.tar.xz
vo: make opengl-cb first in the autoprobing order
This should be helpful for the new OSX Cocoa backend, which uses opengl-cb internally. Since it comes with a behavior change that could possibly interfere with libmpv/opengl_cb users, we mark it as explicit API change.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 1ff828339a..df2b42aa70 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,12 @@ API changes
::
+ --- mpv 0.29.0 ---
+ 1.27 - make opengl-cb the default VO. This causes a subtle behavior change
+ if the API user called mpv_opengl_cb_init_gl(), but does not set
+ the "vo" option. Before, it would still have used another VO (like
+ on the CLI, e.g. vo=gpu). Now it'll behave as if vo=opengl-cb was
+ used.
--- mpv 0.28.0 ---
1.26 - remove glMPGetNativeDisplay("drm") support
- add mpv_opengl_cb_window_pos and mpv_opengl_cb_drm_params and