Home | History | Annotate | Line # | Download | only in rasops
README revision 1.4.50.1
      1  1.4.50.1  yamt $NetBSD: README,v 1.4.50.1 2008/01/21 09:44:32 yamt 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 - copycols() from rasops_bitops.h is broken in right->left case
     12       1.3    ad - 64-bit types are not used on machines that are 64-bit
     13       1.3    ad - We should never be doing reads/writes of less than 32-bits
     14       1.3    ad - Flags in attribute values are hardcoded
     15       1.3    ad - Need a manpage
     16       1.3    ad - Should handle multiple fonts simulatneously
     17       1.3    ad - Generate an `empty' box character when we have no match?
     18       1.4    ad - Use 'int' in lieu of 'int32' where we can
     19       1.4    ad - Compress some cases in rasops1.c
     20