NetBSD/sys/dev/rasops
andvar a191b8c434 s/littel/little/ mainly in copy pasted comments. 2022-05-29 10:43:19 +00:00
..
README
files.rasops
rasops.c rasops: fix automagic box chars for stride > 1 on little endian 2022-05-15 16:43:39 +00:00
rasops.h
rasops1-4_putchar.h
rasops1.c
rasops1_putchar_width.h
rasops2.c s/littel/little/ mainly in copy pasted comments. 2022-05-29 10:43:19 +00:00
rasops4.c
rasops8.c
rasops15.c
rasops24.c
rasops32.c
rasops_bitops.h
rasops_masks.c
rasops_masks.h
rasops_putchar.h
rasops_putchar_width.h

README

$NetBSD: README,v 1.7 2019/08/02 05:04:02 rin 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:

- Color handling for 2bpp is broken
- 64-bit types are not used on machines that are 64-bit
- We should never be doing reads/writes of less than 32-bits
- 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