| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-09 | Include the optimized putchar functions only if RASOPS_SMALL is not |  fcambus | 1 | -4/+4 |
| 2020-12-21 | Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on |  kettenis | 1 | -5/+5 |
| 2020-07-23 | Fix comments to match code; OK fcambus@ |  tim | 1 | -3/+3 |
| 2020-07-20 | Fix various whitespace and formatting issues in rasops(9). |  fcambus | 3 | -16/+12 |
| 2020-07-17 | Merge the two if blocks checking if the font in use contains a given |  fcambus | 1 | -8/+3 |
| 2020-07-15 | Optimize character rendering in 32bpp mode, with unrolled rows and |  fcambus | 1 | -25/+111 |
| 2020-07-11 | Optimize rasops_vcons_copyrows() so write-only framebuffer consoles |  fcambus | 1 | -10/+25 |
| 2020-06-16 | Remove old commented out line and fix indent. |  mortimer | 1 | -3/+2 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 9 | -107/+107 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2 | -18/+18 |
| 2019-03-24 | Revert rasops32_putchar() changes introduced in revision 1.8. |  fcambus | 1 | -8/+5 |
| 2019-03-18 | Modify rasops_list_font_cb() to not filter out fonts with different |  fcambus | 1 | -5/+1 |
| 2019-01-09 | Enable Spleen in wsfont and modify the font selection logic at runtime |  fcambus | 1 | -6/+15 |
| 2018-12-26 | Remove the rasops24_erasecols and rasops24_eraserows functions from |  fcambus | 1 | -225/+1 |
| 2018-09-22 | Only clear the character backing store when the RI_CLEAR flag is set. |  kettenis | 1 | -5/+7 |
| 2018-08-27 | Add an interface that allows drivers to claim a framebuffer and check |  kettenis | 2 | -2/+40 |
| 2018-08-25 | The current rasops cursor implementation simply inverts the appropriate |  kettenis | 1 | -17/+44 |
| 2018-05-03 | Use the default background attribute when erasing rows in doswitch and |  jsg | 1 | -8/+8 |
| 2018-04-27 | rasops: implement scrollback |  jcs | 2 | -17/+87 |
| 2018-04-20 | oops, snapshot tests not ready yet |  deraadt | 2 | -87/+17 |
| 2018-04-20 | sync |  deraadt | 2 | -17/+87 |
| 2018-01-23 | Fix underline rotation on CCW (quarter counter-clockwise) rotated |  fcambus | 1 | -1/+3 |
| 2017-12-23 | Remove dead assignment. |  fcambus | 1 | -4/+1 |
| 2017-09-07 | In copycols() remove useless code that modifies the uninitialized |  bluhm | 1 | -4/+2 |
| 2017-08-22 | Update inaccurate comment: rasops_copycols() doesn't use bcopy() |  fcambus | 1 | -3/+3 |
| 2017-08-17 | Implement counter-clockwise rotation. |  kettenis | 2 | -18/+27 |
| 2017-08-13 | Fix rotation in combination wth vcons support by calling |  kettenis | 1 | -3/+3 |
| 2017-05-16 | when allocating a new screen, only copy the current buffer contents |  jcs | 1 | -2/+2 |
| 2017-02-20 | memcpy a character row at a time to the framebuffer, rather than |  jcs | 1 | -5/+8 |
| 2016-12-15 | Remove rasops2 (2-bit color depth) functions, they are unused. |  fcambus | 4 | -485/+7 |
| 2016-09-26 | Avoid calculating offset several times. This was done for a few functions already, but not all of them. |  fcambus | 1 | -9/+17 |
| 2015-09-07 | Make it possible to use RI_WRONLY for the aframebuffer during early boot. |  kettenis | 2 | -7/+120 |
| 2015-09-01 | uses sizes for free() |  deraadt | 1 | -5/+6 |
| 2015-06-21 | Don't leak mem if wsfont_rotate() fails. |  jca | 1 | -4/+2 |
| 2015-03-14 | Remove some includes include-what-you-use claims don't |  jsg | 1 | -2/+1 |
| 2015-01-27 | remove the second void * argument on tasks. |  dlg | 1 | -5/+5 |
| 2014-12-22 | Replace switch workq with taskq, using the blambert@ method (tm). |  krw | 2 | -10/+13 |
| 2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 6 | -14/+12 |
| 2014-12-13 | yet more mallocarray() changes. |  doug | 1 | -3/+5 |
| 2014-11-20 | Fix previous. |  landry | 1 | -1/+3 |
| 2014-11-20 | oops, mangled the prototype |  deraadt | 1 | -1/+2 |
| 2014-11-20 | Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing to |  deraadt | 1 | -10/+7 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -4/+4 |
| 2013-10-20 | No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the |  miod | 2 | -2/+55 |
| 2013-10-20 | Add a load_font accessop to rasops, to allow for fonts to be loaded and |  miod | 2 | -2/+87 |
| 2013-10-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the |  miod | 1 | -4/+4 |
| 2013-08-20 | Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for |  kettenis | 1 | -3/+3 |
| 2013-06-28 | Add support for write-only framebuffers. This makes the code that copies |  kettenis | 2 | -5/+36 |
| 2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too |  deraadt | 1 | -5/+5 |
| 2013-05-17 | Implement wsmoused support based on the new multiple screen support. Only |  kettenis | 2 | -8/+26 |