NetBSD/sys/dev/rasops
ad fc8ea8f0c5 Misplaced #endif. 2000-02-12 22:06:54 +00:00
..
Makefile
README
files.rasops
rasops.c replace WSFONT_L2R by WSDISPLAY_FONTORDER_L2R to compile again. 2000-01-06 05:27:19 +00:00
rasops.h Note that per-depth initialization functions shouldn't be called by mere 1999-12-14 22:25:13 +00:00
rasops1.c
rasops2.c
rasops8.c
rasops15.c Fix the unaligned accesses discovered by dbj. 2000-02-12 21:58:58 +00:00
rasops24.c Misplaced #endif. 2000-02-12 22:06:54 +00:00
rasops32.c
rasops_bitops.h
rasops_masks.c
rasops_masks.h

README

$NetBSD: README,v 1.4 1999/10/07 09:04:10 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?
- Use 'int' in lieu of 'int32' where we can
- Compress some cases in rasops1.c