summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2016-09-02 00:08:43 +0200
committerwm4 <wm4@nowhere>2016-09-02 09:29:16 +0200
commitce05413a87ee24e706bf3cc044bf7eec422d034a (patch)
tree298af065368594cd736221aa30fe1e7f361ecebe /DOCS/interface-changes.rst
parent453fea87fa8e048b0b49eb7996c929792d7bfb40 (diff)
downloadmpv-ce05413a87ee24e706bf3cc044bf7eec422d034a.tar.bz2
mpv-ce05413a87ee24e706bf3cc044bf7eec422d034a.tar.xz
vo_opengl: remove pre/post/scale-shaders
Deprecated in favor of user-shaders, which are functionally equivalent but superior. (Except in the case of scaler-shader, which has no direct replacement, but it turned out to be a very unpopular feature either way - most custom scalers don't fit into the mpv kernel infrastructure and are therefore implemented as user shaders either way) Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 9bfbdcf3b0..f2b8b19514 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -35,6 +35,8 @@ Interface changes
- "idle" -> "idle-active"
the old names are deprecated
- remove deprecated "hwdec-active" and "hwdec-detected" properties
+ - remove "pre-shaders", "post-shaders" and "scale-shader": deprecated
+ in favor of "user-shaders"
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an