NetBSD/sys/dev/rasops
ad 78d4510ba0 Pass color value through ri->ri_devcmap before writing. 1999-08-31 10:11:52 +00:00
..
Makefile
README - Change the semantics of rasops_init slightly 1999-08-24 11:07:31 +00:00
files.rasops
rasops.c Small consistency nit. 1999-08-26 22:44:29 +00:00
rasops.h - Change the semantics of rasops_init slightly 1999-08-24 11:07:31 +00:00
rasops1.c Pass color value through ri->ri_devcmap before writing. 1999-08-31 10:11:52 +00:00
rasops2.c - Style nits 1999-07-21 19:19:03 +00:00
rasops8.c Make this compile. Patch from Simon Burge. 1999-08-19 11:20:34 +00:00
rasops15.c
rasops24.c When clearing the entire display, point to the start of the framebuffer, 1999-08-25 08:45:25 +00:00
rasops32.c
rasops_bitops.h - Style nits 1999-07-21 19:19:03 +00:00
rasops_masks.c
rasops_masks.h

README

$NetBSD: README,v 1.3 1999/08/24 11:07:31 ad 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
- The stamp mutex is not particularly safe
- 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?