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