NetBSD/sys/dev/rasops
mouse 1705bbe96b Get rid of ugly vertical bars which occurred when
character-cell boundaries != byte boundaries.
("width" (despite the poor name) should be computed based on the
*old* value of bg, not the *new* one.)
Fixes PR 8221.
1999-08-20 06:46:44 +00:00
..
Makefile Initial import of 'rasops', the new raster operations set for wscons/rcons. 1999-04-13 00:17:57 +00:00
README Innumerable fixes and improvements. README contains list of remaining bugs 1999-04-26 04:27:47 +00:00
files.rasops `rasops_glue' is only here to force the header file's name hence it must 1999-06-05 10:42:11 +00:00
rasops.c - Style nits 1999-07-21 19:19:03 +00:00
rasops.h Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00
rasops1.c Get rid of ugly vertical bars which occurred when 1999-08-20 06:46:44 +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 Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00
rasops24.c Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00
rasops32.c Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00
rasops_bitops.h - Style nits 1999-07-21 19:19:03 +00:00
rasops_masks.c Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00
rasops_masks.h Assign ownership & copyright to TNF. There is probably a procedure for this 1999-05-18 21:51:57 +00:00

README

$NetBSD: README,v 1.2 1999/04/26 04:27:47 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.

TODO	o There is no generic `putchar' function for 2bpp.
	o Color handling for 2bpp is broken.
	o copycols() from rasops_bitops.h is broken in right->left case.
	o The stamp mutex is not particularly safe.
	o rasops_pmask[][] is too big (4kB).
	o 64-bit types are not used on machines that are 64-bit.
	o We should never be doing reads/writes of less than 32-bits.