summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops.c
AgeCommit message (Expand)Author
1999-12-16Dispatch another nit.ad
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-23- New option (RASOPS_SMALL) for the tight-fisted.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-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-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-05-18Assign ownership & copyright to TNF. There is probably a procedure for thisad
1999-05-15Add diagnostic measures to check for missing font.ad
1999-05-15wsfont cookies <= 0 are invalid, not just those < 0.ad
1999-05-09In rasops_erasecols(), try word aligned case before halfword aligned.ad
1999-04-29Add cookie for wsfont to rasops_info.ad
1999-04-26Innumerable fixes and improvements. README contains list of remaining bugsad
1999-04-13Code cleanup. Add ri_bswap member to 'struct rasops_info' to indicate thatad
1999-04-13Fixed licensing due to a foobar on my behalf.ad
1999-04-13Initial import of 'rasops', the new raster operations set for wscons/rcons.ad