summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops.c
AgeCommit message (Expand)Author
2019-08-15Pull up following revision(s) (requested by rin in ticket #56):martin
2019-07-30Try to improve performance when shadow framebuffer is present;rin
2019-07-30In rasops_copy{rows,cols}(), if src == dst, we have nothing to do.rin
2019-07-30Fix catastrophe when ri_emustride != ri_stride in rasops_copyrows().rin
2019-07-30Treat highlighted and reversed text in the same manner to xterm.rin
2019-07-29Hmmm, color was still strange for 24bpp on little endian machine,rin
2019-07-29Fix color on 24bpp screen for little endian.rin
2019-07-29Fix missing underlines on mono screen.rin
2019-07-28Cast attr to uint32_t before right shift to avoid undefined behavior.rin
2019-07-28Free kmem_alloc'd memory with kmem_freemartin
2019-07-26Put back byte-wise copy to stop using memcpy, whichrin
2019-07-26Add genfb(4) driver for mac68k grfbus.rin
2019-07-26Replace manually unrolled loops with memcpy/memmove or simple loops.rin
2019-07-26Misc creen up for rasops.c:rin
2019-07-25Misc cleen up:rin
2019-07-25For kUBSan, avoid undefined behaviors even if harmless.rin
2019-07-24Oops, revert unintentional changes.rin
2019-07-24Well, masks do not have to be updated every time in loop.rin
2019-07-24Simplify logic and tiny clean-up.rin
2019-07-24Avoid shift-count overflow to fix strange cursor behaviors on amd64rin
2019-07-24Use unsigned integers for binary data storage.rin
2019-07-24Style:rin
2019-07-21Fix cursor movement for ri_xscale = 1, e.g., fontwidth = 8 and bpp = 1.rin
2018-12-04rasops reused wscons attribute bits for internal control.mlelstv
2018-11-29rasops_do_cursor():macallan
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-12rasops_reconfig(): don't clear flags we won't set heremacallan
2017-04-22add RI_PREFER_ALPHA flag, for drivers that can draw such fonts by hardwaremacallan
2017-02-23reset ri->ri_hwbits too if RI_CFGDONE is set.nonaka
2015-04-18add "best match" algorithm to wsfont and use this instead of a privatemlelstv
2014-08-18Don't leak f on failure. Noted by maxv@.riastradh
2012-04-19add another convenience function:macallan
2012-01-11make rasops_init()'s font selection code a bit less boneheaded by:macallan
2012-01-04rasops8 expects the colour value replicated in every byte in devcmap[], somacallan
2011-12-28add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmapmacallan
2011-12-22support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now onlymacallan
2010-07-21Fix typo in comment.tsutsui
2010-06-13Put underline properly (not upperline) on CCW screen.tsutsui
2010-05-06Introduce a new flag for rasops_info to keep rasops_reconfig() from tryingmacallan
2010-05-04autogenerate box drawing characters for fonts that don't have them, put themmacallan
2010-04-17Added Sharp W-ZERO3 series support.nonaka
2010-01-21make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffermacallan
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-02-02Updates 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