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