summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-23 21:11:31 +0200
committerwm4 <wm4@nowhere>2017-10-23 21:11:44 +0200
commit2c006876418b12cc0b1c32950f14d7db649db5e1 (patch)
tree59085ba797e0f65617bca07acd8a26aeb651530e /DOCS
parent1992bb51515b46555e2a75b780dc79d973b7cf3a (diff)
downloadmpv-2c006876418b12cc0b1c32950f14d7db649db5e1.tar.bz2
mpv-2c006876418b12cc0b1c32950f14d7db649db5e1.tar.xz
client API: minor bump + change entry for DRM related opengl-cb changes
Commit cfcee4cfe705 forgot those.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 5fd8d84e6b..96c2882661 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,9 @@ API changes
::
+ 1.26 - remove glMPGetNativeDisplay("drm") support
+ - add mpv_opengl_cb_window_pos and mpv_opengl_cb_drm_params and
+ support via glMPGetNativeDisplay() for using it
--- mpv 0.27.0 ---
1.25 - remove setting "no-" options via mpv_set_option*(). (See corresponding
deprecation in 0.23.0.)