This commit is contained in:
Vincent Wei
2019-06-19 12:18:34 +08:00
parent 58849e4b5a
commit 92acd5b204
2 changed files with 8 additions and 4 deletions

View File

@@ -181,14 +181,18 @@ in order to support [HybridOS Foundation Class Library].
* We tuned and optimized MiniGUI's logical and device font interfaces to
support the new features above.
* The NEWGAL engine of `drm` to support modern DRM-driven graphics cards on Linux.
* The IAL engine of `libinput` to support all modern input devices including
mouse, keyboard, joystick, switch, multiple touch panel, gesture, tablet tool,
and table pad on Linux.
* We introduced a Slice Memory Allocator for fast concurrent memory chunk
allocation.
* Cleanup and tune code for GCC 7.3.
For more information, please refer to RELEASE-NOTES.md file:
https://github.com/VincentWei/minigui/blob/master/RELEASE-NOTES.md
For more information, please refer to [RELEASE-NOTES.md](RELEASE-NOTES.md) file:
Because of the changes of some APIs, we recommended strongly that you
use this version for new projects.

View File

@@ -38,7 +38,7 @@ rendering in order that MiniGUI can handle complex writing systems
Another important features of this version are two engines dedicated to Linux
kernel:
* The NEWGAL engine of `drm` to support DRM-driven graphics cards. By using
* The NEWGAL engine of `drm` to support modern DRM-driven graphics cards. By using
`drm` engine, one MiniGUI app can now use the hardware-accelerated graphics
rendering for 2D/3D graphics.
* The IAL engine of `libinput` to support all modern input devices including