Age | Commit message (Expand) | Author |
2024-07-21 | Add optimized character rendering case for 6 pixels wide fonts in | Frederic Cambus |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-02-03 | RASOPS_CLIPPING is about screen coordinates, don't let it mess with color | Miod Vallat |
2023-02-03 | Remove leftover rasops_isgray[] declaration. | Miod Vallat |
2023-01-18 | Instead of mapping WSEMUL_UNDERLINE to a different bit in rasops, use | Nicholas Marriott |
2023-01-12 | Add aixterm bright colour sequences (SGR 90-97 and 100-107). From | Nicholas Marriott |
2023-01-11 | Remove rasops_isgray, this is no longer used. From Crystal Kolipe | Nicholas Marriott |
2021-01-09 | Include the optimized putchar functions only if RASOPS_SMALL is not | Frederic Cambus |
2020-12-21 | Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on | Mark Kettenis |
2020-07-23 | Fix comments to match code; OK fcambus@ | Tim van der Molen |
2020-07-20 | Fix various whitespace and formatting issues in rasops(9). | Frederic Cambus |
2020-07-17 | Merge the two if blocks checking if the font in use contains a given | Frederic Cambus |
2020-07-15 | Optimize character rendering in 32bpp mode, with unrolled rows and | Frederic Cambus |
2020-07-11 | Optimize rasops_vcons_copyrows() so write-only framebuffer consoles | Frederic Cambus |
2020-06-16 | Remove old commented out line and fix indent. | mortimer |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2019-03-24 | Revert rasops32_putchar() changes introduced in revision 1.8. | Frederic Cambus |
2019-03-18 | Modify rasops_list_font_cb() to not filter out fonts with different | Frederic Cambus |
2019-01-09 | Enable Spleen in wsfont and modify the font selection logic at runtime | Frederic Cambus |
2018-12-26 | Remove the rasops24_erasecols and rasops24_eraserows functions from | Frederic Cambus |
2018-09-22 | Only clear the character backing store when the RI_CLEAR flag is set. | Mark Kettenis |
2018-08-27 | Add an interface that allows drivers to claim a framebuffer and check | Mark Kettenis |
2018-08-25 | The current rasops cursor implementation simply inverts the appropriate | Mark Kettenis |
2018-05-03 | Use the default background attribute when erasing rows in doswitch and | Jonathan Gray |
2018-04-27 | rasops: implement scrollback | Joshua Stein |
2018-04-20 | oops, snapshot tests not ready yet | Theo de Raadt |
2018-04-20 | sync | Theo de Raadt |
2018-01-23 | Fix underline rotation on CCW (quarter counter-clockwise) rotated | Frederic Cambus |
2017-12-23 | Remove dead assignment. | Frederic Cambus |
2017-09-07 | In copycols() remove useless code that modifies the uninitialized | Alexander Bluhm |
2017-08-22 | Update inaccurate comment: rasops_copycols() doesn't use bcopy() | Frederic Cambus |
2017-08-17 | Implement counter-clockwise rotation. | Mark Kettenis |
2017-08-13 | Fix rotation in combination wth vcons support by calling | Mark Kettenis |
2017-05-16 | when allocating a new screen, only copy the current buffer contents | Joshua Stein |
2017-02-20 | memcpy a character row at a time to the framebuffer, rather than | Joshua Stein |
2016-12-15 | Remove rasops2 (2-bit color depth) functions, they are unused. | Frederic Cambus |
2016-09-26 | Avoid calculating offset several times. This was done for a few functions alr... | Frederic Cambus |
2015-09-07 | Make it possible to use RI_WRONLY for the aframebuffer during early boot. | Mark Kettenis |
2015-09-01 | uses sizes for free() | Theo de Raadt |
2015-06-21 | Don't leak mem if wsfont_rotate() fails. | Jeremie Courreges-Anglas |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-22 | Replace switch workq with taskq, using the blambert@ method (tm). | Kenneth R Westerback |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-11-20 | Fix previous. | Landry Breuil |
2014-11-20 | oops, mangled the prototype | Theo de Raadt |
2014-11-20 | Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing to | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |