From 2a91150b2bc797c50dc722226778db7a7837d412 Mon Sep 17 00:00:00 2001 From: rin Date: Sat, 10 Aug 2019 03:38:36 +0000 Subject: [PATCH] My work for rasops(9) was finished (hopefully). I will send pull-up request for netbsd-9, if there are no new failures reported within few days. --- doc/CHANGES | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES b/doc/CHANGES index 3244188bcd70..e90726046574 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2565 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2566 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -25,4 +25,9 @@ Changes from NetBSD 9.0 to NetBSD 10.0: openldap: Import 2.4.48. [christos 20180808] - +rasops(9): Major improvements for rasops(9) routines. General putchar functions + added to color depths 2 and 4. Width-optimized putchar functions added + to depth 32. Anti-aliasing supported for depths 2 and 24. Shadow + framebuffer supported for all color depths. A lot of bug fixes, both + major or minor. Dedup more than 20% of lines, or 50% of characters. + [rin 20190810]