11.7Srin$NetBSD: README,v 1.7 2019/08/02 05:04:02 rin Exp $
21.1Sad
31.3SadThis directory contains `rasops', a set of raster operations intended to
41.1Sadreplace the dev/rcons/raster stuff for both wscons and rcons. It yields
51.1Sadsignificantly improved performance, supports multiple depths and color.
61.1Sad
71.3SadIssues/TODO:
81.3Sad
91.3Sad- Color handling for 2bpp is broken
101.3Sad- 64-bit types are not used on machines that are 64-bit
111.3Sad- We should never be doing reads/writes of less than 32-bits
121.3Sad- Need a manpage
131.3Sad- Should handle multiple fonts simulatneously
141.3Sad- Generate an `empty' box character when we have no match?
151.4Sad- Use 'int' in lieu of 'int32' where we can
161.4Sad- Compress some cases in rasops1.c
17