From 9b8d3eff78e4bf74486ebf6bc5c3706db423970a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Mon, 22 Apr 2019 15:58:10 +0300 Subject: docs: add mentions of the Vulkan rendering abstraction replacement From internal to libplacebo. --- RELEASE_NOTES | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'RELEASE_NOTES') 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 ============== -- cgit v1.2.3