History log of /src/sys/dev/rcons/raster_op.c |
Revision | | Date | Author | Comments |
1.19 |
| 31-Jan-2012 |
matt | ANSIfy the prototypes
|
1.18 |
| 18-Apr-2009 |
tsutsui | branches: 1.18.12; 1.18.16; Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block.
|
1.17 |
| 18-Mar-2009 |
cegger | bcopy -> memcpy
|
1.16 |
| 18-Mar-2009 |
cegger | bzero -> memset
|
1.15 |
| 11-Dec-2005 |
christos | branches: 1.15.74; 1.15.84; 1.15.90; merge ktrace-lwp.
|
1.14 |
| 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.13 |
| 04-Feb-2005 |
perry | de-__P
|
1.12 |
| 07-Aug-2003 |
agc | branches: 1.12.8; 1.12.10; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.11 |
| 13-Nov-2001 |
lukem | branches: 1.11.16; add RCSIDs
|
1.10 |
| 29-Sep-2000 |
deberg | branches: 1.10.2; 1.10.4; fix 16BPP support (for next68k), from Timm Wetzel.
|
1.9 |
| 30-Mar-2000 |
augustss | branches: 1.9.4; Remove register declarations.
|
1.8 |
| 23-Nov-1999 |
scottr | Round out our options with 4bpp framebuffer support, conditional on RCONS_4BPP.
|
1.7 |
| 27-Mar-1999 |
dbj | branches: 1.7.8; 1.7.14; defopt RCONS_2BPP and RCONS_16BPP add support for 16bpp framebuffers as found on color nexten.
|
1.6 |
| 11-Jan-1999 |
drochner | add 2bpp support, for sake of NeXT monochrome displays, from matt debergalis <deberg@mit.edu> KB1CTH per PR kern/6741 and kern/6786, minimally corrected
|
1.5 |
| 18-Dec-1998 |
thorpej | Replace a use of << with the LSOP macro, to fix a specific problem on little-endian machines. PR #6390, Ben Harris.
|
1.4 |
| 14-Mar-1996 |
christos | - add and fix prototypes and warnings. - remove nested comment in header file.
|
1.3 |
| 29-Nov-1995 |
pk | Make it work on little-endian monochrome buffers; per Ted.
|
1.2 |
| 24-Nov-1995 |
cgd | since 'long's in this code are meant to be exactly 32-bits wide, use 'int32_t's instead, so that this code is usable on the alpha.
|
1.1 |
| 17-Sep-1995 |
pk | rcons (Raster CONSole) brought over here from the sparc area. sparc device dependencies have been removed, as well as all references to `struct fbdevice's. Clients need to #include <dev/rcons/rcons.h>.
|
1.7.14.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.7.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.9.4.1 |
| 06-Oct-2000 |
deberg | pullup 1.10, approved by thorpej
fix 16BPP support (for next68k), from Timm Wetzel.
|
1.10.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.10.2.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.11.16.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.11.16.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.11.16.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.11.16.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.11.16.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.12.10.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.12.10.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.12.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.15.90.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.15.84.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.15.74.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.18.16.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.18.12.1 |
| 17-Apr-2012 |
yamt | sync with head
|