summaryrefslogtreecommitdiff
path: root/sys/dev/rasops
AgeCommit message (Expand)Author
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-08-10Adjust #ifdefs so RASOPS_SMALL doesn't give "defined but not used" warnings.bjh21
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-15rasops4.c depend on rasops_masks.csato
2001-02-12Correct the ri_xorigin calculation for the RI_CENTER case again.nathanw
2001-02-02Now does character remapping depending on font encoding.marcus
2001-01-21Rasops supports 4bit depth.takemura
2001-01-12The mask tables have no excuse for being in the data segment.bjh21
2000-12-19Fix an error in xoffset calculation. Revealed in the case whennisimura
2000-06-13Use my proper name.ad
2000-06-12Let this build on LP64 if DEBUG is defined.sommerfeld
2000-04-20Put the rasops attributes in conf/files so that everyone can runthorpej
2000-04-12* Spell shift counts in decimal and masks in hexpk
2000-04-05Advance index into rasops_cmap for each color, not per triplet.nathanw
2000-04-04Fix computation of ri_xorigin in RI_CENTER case; convery from bytes tonathanw
2000-03-14Resolve LP64 issues.nisimura
2000-02-12Misplaced #endif.ad
2000-02-12Fix the unaligned accesses discovered by dbj.ad
2000-01-06replace WSFONT_L2R by WSDISPLAY_FONTORDER_L2R to compile again.shin
1999-12-16Dispatch another nit.ad
1999-12-14Note that per-depth initialization functions shouldn't be called by meread
1999-12-14The ri_hw member was added to 'struct rasops_info'. This does the same thingad
1999-12-04-use the right namespace for screen capabilitiesdrochner
1999-12-02-initialize the colormap completely at compile time, to allow driversdrochner
1999-11-06Possible typo.enami
1999-11-05In rasops_do_cursor(), don't pull the mask from ri_devcmap[], just use ~0.ad
1999-10-24Wrap a line properly.ad
1999-10-23- New option (RASOPS_SMALL) for the tight-fisted.ad
1999-10-07Note some ideas from Toru Nishimura.ad
1999-10-04Use proper mask when RI_FORCEMONO is set and XORing cursor.ad
1999-09-17- Collapse forward and reverse cases in rasops_copyrows() into onead
1999-09-17Clean up attribute allocation some more.ad
1999-08-31Pass color value through ri->ri_devcmap before writing.ad
1999-08-26Small consistency nit.thorpej
1999-08-26Make monochrome attribte allocation a bit more obvious.thorpej
1999-08-25When clearing the entire display, point to the start of the framebuffer,ad
1999-08-24- Change the semantics of rasops_init slightlyad
1999-08-20Get rid of ugly vertical bars which occurred whenmouse
1999-08-19Make this compile. Patch from Simon Burge.ad
1999-08-13Pass color index through ri_devcmap; don't assume that it alreadyad
1999-07-25Use unsigned integer to hold font bits in putchar(). [This looks like thead
1999-07-21- Style nitsad
1999-06-15- Don't even try to emulate WSATTR_HILIT on mono displaysad
1999-06-15Fix stupid alignment bug. The 'slop' stuff is due for replacement with masksad
1999-06-05`rasops_glue' is only here to force the header file's name hence it mustpk
1999-06-02Don't include rasops files unconditionally; only when we have rasterconsole orchristos
1999-05-18Assign ownership & copyright to TNF. There is probably a procedure for thisad
1999-05-15Add diagnostic measures to check for missing font.ad