NetBSD/sys/dev/rasops
2010-04-17 13:36:21 +00:00
..
files.rasops
rasops1.c fix a bunch of typos, now 8 bit fonts work properly 2010-04-13 20:10:38 +00:00
rasops2.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
rasops4.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
rasops8.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
rasops15.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
rasops24.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
rasops32.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
rasops_bitops.h add support for shadow framebuffers 2010-04-08 16:45:53 +00:00
rasops_masks.c
rasops_masks.h
rasops.c Added Sharp W-ZERO3 series support. 2010-04-17 13:36:21 +00:00
rasops.h Added Sharp W-ZERO3 series support. 2010-04-17 13:36:21 +00:00
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