| Age | Commit message (Expand) | Author |
| 2019-11-04 | Pull up following revision(s) (requested by tsutsui in ticket #394): | martin |
| 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 | Support shadow framebuffer for 24bpp screen. | 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 | Try to fix problem reported by ryoon: | rin |
| 2019-07-29 | Hmmm, color was still strange for 24bpp on little endian machine, | rin |
| 2019-07-29 | Simplify and tiny optimization. | rin |
| 2019-07-29 | Fix color on 24bpp screen for little endian. | rin |
| 2019-07-29 | Support anti-aliasing for depth 24. | rin |
| 2019-07-29 | Factor out putchar_aa functions into rasops_putchar_aa.h, which includes | rin |
| 2019-07-29 | Avoid undefined behavior when converting unaligned be32 data to | rin |
| 2019-07-29 | Convert rasops2.c and rasops4.c to use rasops_putchar_width.h. | rin |
| 2019-07-29 | Clean up for rasops1.c: | rin |
| 2019-07-29 | Fix missing underlines on mono screen. | rin |
| 2019-07-28 | Avoid memset to framebuffer. | 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-28 | Simplify and style. No functional changes intended. | rin |
| 2019-07-28 | Redo fix in rev 1.2 | rin |
| 2019-07-28 | Fix factorization fallout; pointer for shadow framebuffer should be | rin |
| 2019-07-28 | Fix corruption of background-colored white space and underline when | rin |
| 2019-07-28 | Fix underline for anti-aliased fonts on 15/16 depth screen. | rin |
| 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 | Fix 4-bpp stamp for big endian. | 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-26 | XXX | rin |
| 2019-07-25 | Factor out putchar and width-optimized putchar functions into | rin |
| 2019-07-25 | Add width-optimized putchar functions for 32-bpp, that work fine on | rin |
| 2019-07-25 | Provide and use FONT_GLYPH macro, tiny optimization version of WSFONT_GLYPH. | rin |
| 2019-07-25 | Misc cleen up: | rin |
| 2019-07-25 | Cosmetic changes. No functional changes. | rin |
| 2019-07-25 | Fix screen corruption with 16-width font on 8-bpp display. | 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 | Adjust white space. | rin |
| 2019-07-24 | Style: | rin |
| 2019-07-21 | Fix cursor movement for ri_xscale = 1, e.g., fontwidth = 8 and bpp = 1. | rin |
| 2019-07-21 | Fix byte order of stamp for big endian so that width-optimized | rin |
| 2019-03-01 | Fix whitespace. (In the source code, not in the functionality.) | jakllsch |
| 2019-03-01 | Underline when the attribute say underline, not when it says to reverse. | jakllsch |
| 2019-03-01 | Reset 'height' before underlining in rasops32_putchar_aa(). | jakllsch |