Home | History | Annotate | Line # | Download | only in rasops
README revision 1.6.36.1
      1  1.6.36.1  martin $NetBSD: README,v 1.6.36.1 2019/08/15 12:21:27 martin 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 - Color handling for 2bpp is broken
     10       1.3      ad - 64-bit types are not used on machines that are 64-bit
     11       1.3      ad - We should never be doing reads/writes of less than 32-bits
     12       1.3      ad - Need a manpage
     13       1.3      ad - Should handle multiple fonts simulatneously
     14       1.3      ad - Generate an `empty' box character when we have no match?
     15       1.4      ad - Use 'int' in lieu of 'int32' where we can
     16       1.4      ad - Compress some cases in rasops1.c
     17