From a431b2ae56fbadadd565fe47291e6b791a68d806 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 4 May 2021 16:04:46 +0800 Subject: [PATCH] tune release notes --- RELEASE-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 6d277773..85435463 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -36,13 +36,15 @@ In this version, we fixed some bugs and made some minor enhancements: - Fix memory leaks when using block heap. - Fix a bug in ServerGetWinZNodeRegion. * ENHANCEMENTS: + - NEW API StretchBltEx to support different Scaling Filter and rotation. + - Use Pixman to support color blending methods for BitBlt and StretchBlt. - Enhance fallback compositor to support animation when switching layers. - New API `SetMainWindowGestureFlags` and `MSG_GESTURETEST` message for gesture test and setting the gesture flags of a specific main window. - Tune implementation of Tooltip window. * OPTIMIZATIONS: - Optimize the fallback compositor for lucent windows. - - Use libpixman to optimize FillBox, BitBlt, and StretchBlt. + - Use Pixman to optimize FillBox, BitBlt, and StretchBlt. - Optimize the management of BLOCKHEAP. - Optimize the `__mg_lookfor_unused_slot`.