| Age | Commit message (Expand) | Author |
| 2019-08-15 | Pull up following revision(s) (requested by rin in ticket #56): | martin |
| 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 |
| 2018-11-29 | rasops_do_cursor(): | macallan |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-12 | rasops_reconfig(): don't clear flags we won't set here | macallan |
| 2017-04-22 | add RI_PREFER_ALPHA flag, for drivers that can draw such fonts by hardware | macallan |
| 2017-02-23 | reset ri->ri_hwbits too if RI_CFGDONE is set. | nonaka |
| 2015-04-18 | add "best match" algorithm to wsfont and use this instead of a private | mlelstv |
| 2014-08-18 | Don't leak f on failure. Noted by maxv@. | riastradh |
| 2012-04-19 | add another convenience function: | macallan |
| 2012-01-11 | make rasops_init()'s font selection code a bit less boneheaded by: | macallan |
| 2012-01-04 | rasops8 expects the colour value replicated in every byte in devcmap[], so | macallan |
| 2011-12-28 | add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmap | macallan |
| 2011-12-22 | support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only | macallan |
| 2010-07-21 | Fix typo in comment. | tsutsui |
| 2010-06-13 | Put underline properly (not upperline) on CCW screen. | tsutsui |
| 2010-05-06 | Introduce a new flag for rasops_info to keep rasops_reconfig() from trying | macallan |
| 2010-05-04 | autogenerate box drawing characters for fonts that don't have them, put them | macallan |
| 2010-04-17 | Added Sharp W-ZERO3 series support. | nonaka |
| 2010-01-21 | make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer | macallan |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-07-28 | Implement bounds checking in some places in display driver code to avoid | mjf |
| 2007-02-02 | Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th... | ober |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |