The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/rasops/README

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 $NetBSD: README,v 1.7 2019/08/02 05:04:02 rin 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 - Color handling for 2bpp is broken
   10 - 64-bit types are not used on machines that are 64-bit
   11 - We should never be doing reads/writes of less than 32-bits
   12 - Need a manpage
   13 - Should handle multiple fonts simulatneously
   14 - Generate an `empty' box character when we have no match?
   15 - Use 'int' in lieu of 'int32' where we can
   16 - Compress some cases in rasops1.c

Cache object: 4aa41d7be85483a005b946fee9d51181


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.