| Age | Commit message (Expand) | Author |
| 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-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 | Scaling dimensions of underline by font height. | rin |
| 2019-08-07 | If RI_CLEAR is set, do not forget to clear real framebuffer. | rin |
| 2019-08-07 | Stop allocating ri_buf and ri_stamp dynamically. As commented in | 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-02 | Real fix for 24-bpp color: | 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-07-31 | Provide buffer capable of single-row pixels in order to make things simpler. | 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 |
| 2019-07-30 | In rasops_copy{rows,cols}(), if src == dst, we have nothing to do. | rin |
| 2019-07-30 | Fix catastrophe when ri_emustride != ri_stride in rasops_copyrows(). | rin |
| 2019-07-30 | Treat highlighted and reversed text in the same manner to xterm. | rin |
| 2019-07-29 | Hmmm, color was still strange for 24bpp on little endian machine, | rin |
| 2019-07-29 | Fix color on 24bpp screen for little endian. | rin |
| 2019-07-29 | Fix missing underlines on mono screen. | rin |
| 2019-07-28 | Cast attr to uint32_t before right shift to avoid undefined behavior. | rin |
| 2019-07-28 | Free kmem_alloc'd memory with kmem_free | martin |
| 2019-07-26 | Put back byte-wise copy to stop using memcpy, which | rin |
| 2019-07-26 | Add genfb(4) driver for mac68k grfbus. | rin |
| 2019-07-26 | Replace manually unrolled loops with memcpy/memmove or simple loops. | rin |
| 2019-07-26 | Misc creen up for rasops.c: | rin |
| 2019-07-25 | Misc cleen up: | rin |
| 2019-07-25 | For kUBSan, avoid undefined behaviors even if harmless. | rin |
| 2019-07-24 | Oops, revert unintentional changes. | rin |
| 2019-07-24 | Well, masks do not have to be updated every time in loop. | rin |
| 2019-07-24 | Simplify logic and tiny clean-up. | rin |
| 2019-07-24 | Avoid shift-count overflow to fix strange cursor behaviors on amd64 | rin |
| 2019-07-24 | Use unsigned integers for binary data storage. | rin |
| 2019-07-24 | Style: | rin |
| 2019-07-21 | Fix cursor movement for ri_xscale = 1, e.g., fontwidth = 8 and bpp = 1. | rin |
| 2018-12-04 | rasops reused wscons attribute bits for internal control. | mlelstv |