| Age | Commit message (Expand) | Author |
| 2022-05-29 | s/littel/little/ mainly in copy pasted comments. | andvar |
| 2022-05-15 | rasops: fix automagic box chars for stride > 1 on little endian | uwe |
| 2022-05-15 | rasops_mapchar: cosmetics, same object code. | uwe |
| 2022-05-15 | rasops: make autogenerated box drawing chars actually used | uwe |
| 2021-12-24 | wsfb: Prefer wide fonts when EDID data is available. | jmcneill |
| 2021-10-04 | rasops_reconfig: Do not abort even if font stride is not supported by | rin |
| 2020-07-02 | Remove pointless cast; dp is already uint32_t *. | rin |
| 2019-11-02 | Fix "Alignment Fault 3" kernel failure of NetBSD/zaurus 8.1 GENERIC. | tsutsui |
| 2019-08-14 | When using stamp, drop attributions other than back and foreground | rin |
| 2019-08-10 | Misc style clean up's. | rin |
| 2019-08-10 | Set 4-bpp devcmap in a similar manner to non-RGB case of 8-bpp. | rin |
| 2019-08-09 | Correctly check whether character is in font in rasops_mapchar(). | rin |
| 2019-08-09 | Fix color range overflow; we cannot make bright colors more brighter. | rin |
| 2019-08-09 | When legacy Apple 4-bpp color palette is used, make green dark so that | rin |
| 2019-08-07 | Make rasops_erase{rows,cols}() public again; hp300/diofb uses them. | rin |
| 2019-08-07 | Separate general putchar for 1-4bpp from rasops_bitops: | rin |
| 2019-08-07 | Merge rasops_putchar_aa.h into rasops_putchar.h. | rin |
| 2019-08-07 | Scaling dimensions of underline by font height. | rin |
| 2019-08-07 | Modify struct rasops_info again (ride 9.99.4 bump). | rin |
| 2019-08-07 | If RI_CLEAR is set, do not forget to clear real framebuffer. | rin |
| 2019-08-07 | Oops, revert an unintentional change for now. | rin |
| 2019-08-07 | Stop allocating ri_buf and ri_stamp dynamically. As commented in | rin |
| 2019-08-07 | Use "hp" instead of "hrp" consistently with other files. | rin |
| 2019-08-07 | Simplify rasops_do_cursor(): | rin |
| 2019-08-07 | Fix a critical bug for rasops_copyrows() introduced in rev. 1.90: | rin |
| 2019-08-07 | Depth 2 is monochrome. | rin |
| 2019-08-07 | Fix black color-attribution for depths 2 and 4. | rin |
| 2019-08-07 | Simplify calculation for 12-byte alignment. | rin |
| 2019-08-07 | Use _KERNEL_OPT. | rin |
| 2019-08-03 | Protect rasops_copy{rows,cols}() by _RASOPS_PRIVATE. | rin |
| 2019-08-02 | Real fix for 24-bpp color: | rin |
| 2019-08-02 | Fix unaligned word write's to buffer, introduced in rev 1.42: | rin |
| 2019-08-02 | Reflect reality. | rin |
| 2019-08-02 | Cosmetic changes. No functional changes. | rin |
| 2019-08-02 | Add general putchar functions for 2 and 4bpp. | rin |
| 2019-08-02 | Fix a bug in shadow fb support for copycols on 1, 2, and 4bpp screen, | rin |
| 2019-08-02 | Correct copy count. This affects ``left-to-right'' copy for region | rin |
| 2019-08-02 | Remove duplicate substitution. Style. No functional changes. | rin |
| 2019-08-02 | Support font width 32 on monochrome screen. | rin |
| 2019-08-02 | Fix unaligned writes to buffer, that are introduced in 1.105: | rin |
| 2019-08-02 | Oops, for rasops_copycols(), we cannot use memmove even if src == dst. | rin |
| 2019-08-01 | Fix erasecols and do_cursor for font width >= 32 bits. | rin |
| 2019-08-01 | 4 is 1 << 2, not 1 << 3... | rin |
| 2019-07-31 | Factor out copy-paste. No functional changes. | rin |
| 2019-07-31 | Provide buffer capable of single-row pixels in order to make things simpler. | rin |
| 2019-07-31 | Reduce memcpy. | rin |
| 2019-07-31 | G/C ri_delta. | rin |
| 2019-07-31 | Switch to per-device stamp, and retire stamp_mutex. | rin |
| 2019-07-31 | Misc clean-up's: | rin |
| 2019-07-30 | Try to improve performance when shadow framebuffer is present; | rin |