Module Name: src Committed By: rin Date: Sat Aug 10 03:38:36 UTC 2019
Modified Files: src/doc: CHANGES Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2565 -r1.2566 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2565 src/doc/CHANGES:1.2566 --- src/doc/CHANGES:1.2565 Thu Aug 8 13:52:14 2019 +++ src/doc/CHANGES Sat Aug 10 03:38:36 2019 @@ -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]