1$OpenBSD: README,v 1.2 2005/01/14 22:45:29 miod Exp $
2$NetBSD: README,v 1.3 1999/08/24 11:07:31 ad Exp $
3
4This directory contains `rasops', a set of raster operations intended to
5replace the dev/rcons/raster stuff for both wscons and rcons. It yields
6significantly improved performance, supports multiple depths and color.
7
8Issues/TODO:
9
10- There is no generic `putchar' function for 2bpp
11- Color handling for 2bpp is broken
12- copycols() from rasops_bitops.h is broken in right->left case
13- The stamp mutex is not particularly safe
14- 64-bit types are not used on machines that are 64-bit
15- We should never be doing reads/writes of less than 32-bits
16- Flags in attribute values are hardcoded
17- Need a manpage
18- Should handle multiple fonts simultaneously
19- Generate an `empty' box character when we have no match?
20- Use 'int' in lieu of 'int32' where we can
21- Compress some cases in rasops1.c
22