README revision 1.2       1  1.2  ad $NetBSD: README,v 1.2 1999/04/26 04:27:47 ad Exp $
      2  1.1  ad 
      3  1.1  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.2  ad TODO	o There is no generic `putchar' function for 2bpp.
      8  1.2  ad 	o Color handling for 2bpp is broken.
      9  1.2  ad 	o copycols() from rasops_bitops.h is broken in right->left case.
     10  1.2  ad 	o The stamp mutex is not particularly safe.
     11  1.2  ad 	o rasops_pmask[][] is too big (4kB).
     12  1.2  ad 	o 64-bit types are not used on machines that are 64-bit.
     13  1.2  ad 	o We should never be doing reads/writes of less than 32-bits.
     14