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