Home | History | Annotate | Line # | Download | only in rasops
README revision 1.5.60.1
      1 $NetBSD: README,v 1.5.60.1 2014/05/18 17:45:46 rmind Exp $
      2 
      3 This directory contains `rasops', a set of raster operations intended to
      4 replace the dev/rcons/raster stuff for both wscons and rcons. It yields
      5 significantly improved performance, supports multiple depths and color.
      6 
      7 Issues/TODO:
      8 
      9 - There is no generic `putchar' function for 2bpp
     10 - Color handling for 2bpp is broken
     11 - 64-bit types are not used on machines that are 64-bit
     12 - We should never be doing reads/writes of less than 32-bits
     13 - Flags in attribute values are hardcoded
     14 - Need a manpage
     15 - Should handle multiple fonts simulatneously
     16 - Generate an `empty' box character when we have no match?
     17 - Use 'int' in lieu of 'int32' where we can
     18 - Compress some cases in rasops1.c
     19