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