README revision 1.4
11.4Sad$NetBSD: README,v 1.4 1999/10/07 09:04:10 ad 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- There is no generic `putchar' function for 2bpp 101.3Sad- Color handling for 2bpp is broken 111.3Sad- copycols() from rasops_bitops.h is broken in right->left case 121.3Sad- The stamp mutex is not particularly safe 131.3Sad- 64-bit types are not used on machines that are 64-bit 141.3Sad- We should never be doing reads/writes of less than 32-bits 151.3Sad- Flags in attribute values are hardcoded 161.3Sad- Need a manpage 171.3Sad- Should handle multiple fonts simulatneously 181.3Sad- Generate an `empty' box character when we have no match? 191.4Sad- Use 'int' in lieu of 'int32' where we can 201.4Sad- Compress some cases in rasops1.c 21