summaryrefslogtreecommitdiff
path: root/sys/dev/rcons/raster_op.c
AgeCommit message (Expand)Author
2012-01-31ANSIfy the prototypesmatt
2009-04-18Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2001-11-13add RCSIDslukem
2000-09-29fix 16BPP support (for next68k), from Timm Wetzel.deberg
2000-03-30Remove register declarations.augustss
1999-11-23Round out our options with 4bpp framebuffer support, conditionalscottr
1999-03-27defopt RCONS_2BPP and RCONS_16BPPdbj
1999-01-11add 2bpp support, for sake of NeXT monochrome displays, fromdrochner
1998-12-18Replace a use of << with the LSOP macro, to fix a specific problem onthorpej
1996-03-14- add and fix prototypes and warnings.christos
1995-11-29Make it work on little-endian monochrome buffers; per Ted.pk
1995-11-24since 'long's in this code are meant to be exactly 32-bits wide, usecgd
1995-09-17rcons (Raster CONSole) brought over here from the sparc area.pk