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 ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

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

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 

Name Size Last modified (GMT) Description
Back Parent directory 2011-05-23 18:02:51
File README 837 bytes 1999-10-07 09:04:10
File files.rasops 1000 bytes 2005-12-11 12:23:43
C file rasops.c 24063 bytes 2008-09-11 07:38:58
C file rasops.h 6254 bytes 2006-02-18 13:57:33
C file rasops1.c 9323 bytes 2005-12-11 12:23:43
C file rasops15.c 13975 bytes 2006-02-18 13:57:33
C file rasops2.c 11101 bytes 2005-12-11 12:23:43
C file rasops24.c 17364 bytes 2006-01-29 21:42:41
C file rasops32.c 4713 bytes 2006-02-18 13:57:33
C file rasops4.c 11373 bytes 2005-12-11 12:23:44
C file rasops8.c 12793 bytes 2006-02-18 13:57:33
C file rasops_bitops.h 7283 bytes 2006-05-18 18:45:48
C file rasops_masks.c 21451 bytes 2001-11-13 07:00:23
C file rasops_masks.h 3922 bytes 2001-01-12 23:03:52

    1 $NetBSD: README,v 1.4 1999/10/07 09:04:10 ad 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 - There is no generic `putchar' function for 2bpp
   10 - Color handling for 2bpp is broken
   11 - copycols() from rasops_bitops.h is broken in right->left case
   12 - The stamp mutex is not particularly safe
   13 - 64-bit types are not used on machines that are 64-bit
   14 - We should never be doing reads/writes of less than 32-bits
   15 - Flags in attribute values are hardcoded
   16 - Need a manpage
   17 - Should handle multiple fonts simulatneously
   18 - Generate an `empty' box character when we have no match?
   19 - Use 'int' in lieu of 'int32' where we can
   20 - Compress some cases in rasops1.c

[ source navigation ] [ 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.