summaryrefslogtreecommitdiff
path: root/sys/dev/rasops
AgeCommit message (Expand)Author
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
2017-01-25Add rasops15_putchar_aa() for greyscale fonts.jakllsch
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
2013-12-02Fix 1 bpp rasops copycols() op:tsutsui
2013-09-15Remove unused variablesmartin
2013-09-15Remove unused variablemartin
2013-07-31rasops32_putchar_aa():macallan
2013-05-21Fix another typo which causes decrement against a NULL pointer.tsutsui
2013-05-21Fix fatal (but probably unused) typo in ri->ri_hwbits case in copycols.tsutsui
2013-04-21Support little endian makestamp.kiyohara
2013-03-21Ooops, backout local change not intended to be commited with the last changemartin
2013-03-21Add syntatic sugar to avoid hurting my eyesmartin
2012-10-23make anti-aliased character drawing work on hardware where stride != width * ...macallan
2012-04-19add another convenience function:macallan
2012-04-17fix what has to be a thinko - I doubt there's much hardware out there thatmacallan
2012-01-25use memset() to clear character cells instead of being terribly slowmacallan
2012-01-25rasops8_putchar_aa():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
2012-01-04add support for anti-aliased fonts in r3g3b2macallan
2012-01-04use CHAR_IN_FONT() and WSFONT_GLYPH() macrosmacallan
2012-01-03split putchar method into one for alpha fonts and one for bitmap fontsmacallan
2012-01-03add a macro to identify alpha fontsmacallan
2011-12-28add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmapmacallan
2011-12-27skip the multiplications for alpha values of 0 and 255, just use backgroundmacallan
2011-12-24rename alpha variable to avoid conflict with a platform macro on alphamacallan
2011-12-22support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now onlymacallan
2011-07-25Fix RASOPS_SMALL buildnjoly
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-04remove now redundant ri = ... lines in putchar() methodsmacallan
2010-05-04fix compile failure.nonaka
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-04-13fix a bunch of typos, now 8 bit fonts work properlymacallan
2010-04-08add support for shadow framebuffersmacallan
2010-01-21make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffermacallan
2009-03-15ansify function definitionscegger
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
2008-01-07The stamp mutex is not unsafe, so remove this comment so people don't get the...bjs
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-03-04fix fallout from caddr_t changes.christos