NetBSD/sys/dev/rasops
bjs 521d96c676 The stamp mutex is not unsafe, so remove this comment so people don't get the wrong idea. ok ad@ 2008-01-07 00:25:19 +00:00
..
README The stamp mutex is not unsafe, so remove this comment so people don't get the wrong idea. ok ad@ 2008-01-07 00:25:19 +00:00
files.rasops
rasops.c Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
rasops.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
rasops1.c
rasops2.c
rasops4.c
rasops8.c Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
rasops15.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
rasops24.c fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
rasops32.c
rasops_bitops.h
rasops_masks.c
rasops_masks.h

README

$NetBSD: README,v 1.5 2008/01/07 00:25:19 bjs Exp $

This directory contains `rasops', a set of raster operations intended to
replace the dev/rcons/raster stuff for both wscons and rcons. It yields
significantly improved performance, supports multiple depths and color.

Issues/TODO:

- There is no generic `putchar' function for 2bpp
- Color handling for 2bpp is broken
- copycols() from rasops_bitops.h is broken in right->left case
- 64-bit types are not used on machines that are 64-bit
- We should never be doing reads/writes of less than 32-bits
- Flags in attribute values are hardcoded
- Need a manpage
- Should handle multiple fonts simulatneously
- Generate an `empty' box character when we have no match?
- Use 'int' in lieu of 'int32' where we can
- Compress some cases in rasops1.c