xref: /netbsd-src/sys/dev/rasops/README (revision 1b1ed879d1b4f7654ea5e8af7a564d2e90fd2621)
1$NetBSD: README,v 1.7 2019/08/02 05:04:02 rin Exp $
2
3This directory contains `rasops', a set of raster operations intended to
4replace the dev/rcons/raster stuff for both wscons and rcons. It yields
5significantly improved performance, supports multiple depths and color.
6
7Issues/TODO:
8
9- Color handling for 2bpp is broken
10- 64-bit types are not used on machines that are 64-bit
11- We should never be doing reads/writes of less than 32-bits
12- Need a manpage
13- Should handle multiple fonts simulatneously
14- Generate an `empty' box character when we have no match?
15- Use 'int' in lieu of 'int32' where we can
16- Compress some cases in rasops1.c
17