summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops/rasops32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various whitespace and formatting issues in rasops(9).fcambus2020-07-201-3/+2
* Optimize character rendering in 32bpp mode, with unrolled rows andfcambus2020-07-151-26/+112
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-3/+3
* Revert rasops32_putchar() changes introduced in revision 1.8.fcambus2019-03-241-8/+5
* memcpy a character row at a time to the framebuffer, rather thanjcs2017-02-201-5/+8
* ansify function definitions, and constify a few arrays while there.miod2010-08-281-8/+3
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-5/+7
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Unstaticize functions, for my ddb sessions pleasure.miod2002-07-271-3/+3
* o spaces, tabs, spelling cleanup.fgsch2002-05-281-8/+4
* First round of __P removal in sysmillert2002-03-141-2/+2
* Import rasops from NetBSD. This gives improved performance for rasternate2001-03-181-0/+142