summaryrefslogtreecommitdiffstats
path: root/RELEASE_NOTES
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2019-04-22 15:58:10 +0300
committerJan Ekström <jeebjp@gmail.com>2019-04-22 15:58:10 +0300
commit9b8d3eff78e4bf74486ebf6bc5c3706db423970a (patch)
tree5936df8b3931c0722ee2454c98250b604dd9eecc /RELEASE_NOTES
parent74831dd651a1daf15c22fcdca9a3b1b430654b9a (diff)
downloadmpv-9b8d3eff78e4bf74486ebf6bc5c3706db423970a.tar.bz2
mpv-9b8d3eff78e4bf74486ebf6bc5c3706db423970a.tar.xz
docs: add mentions of the Vulkan rendering abstraction replacement
From internal to libplacebo.
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES52
1 files changed, 52 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 5e60f9e1c0..1947c9de0d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,3 +1,55 @@
+Release 0.30.0
+==============
+
+This release has replaced the internal Vulkan rendering abstraction
+with libplacebo's more up-to-date implementation.
+
+Features
+--------
+
+Added
+~~~~~
+
+- vo_gpu: Vulkan API implementation based on libplacebo.
+
+Changed
+~~~~~~~
+
+
+Deprecated
+~~~~~~~~~~
+
+
+Removed
+~~~~~~~
+
+- vo_gpu: Internal Vulkan API implementation.
+
+
+Options and Commands
+--------------------
+
+Added
+~~~~~
+
+
+Changed
+~~~~~~~
+
+
+Deprecated
+~~~~~~~~~~
+
+
+Removed
+~~~~~~~
+
+
+Fixes and Minor Enhancements
+----------------------------
+
+
+
Release 0.29.0
==============