summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops32.c
AgeCommit message (Expand)Author
2019-08-15Pull up following revision(s) (requested by rin in ticket #56):martin
2019-07-29Factor out putchar_aa functions into rasops_putchar_aa.h, which includesrin
2019-07-28Cast attr to uint32_t before right shift to avoid undefined behavior.rin
2019-07-25Factor out putchar and width-optimized putchar functions intorin
2019-07-25Add width-optimized putchar functions for 32-bpp, that work fine onrin
2019-07-25Provide and use FONT_GLYPH macro, tiny optimization version of WSFONT_GLYPH.rin
2019-07-24Use unsigned integers for binary data storage.rin
2019-07-24Style:rin
2019-03-01Fix whitespace. (In the source code, not in the functionality.)jakllsch
2019-03-01Underline when the attribute say underline, not when it says to reverse.jakllsch
2019-03-01Reset 'height' before underlining in rasops32_putchar_aa().jakllsch
2013-09-15Remove unused variablemartin
2013-07-31rasops32_putchar_aa():macallan
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-01-04use CHAR_IN_FONT() and WSFONT_GLYPH() macrosmacallan
2012-01-03split putchar method into one for alpha fonts and one for bitmap fontsmacallan
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
2010-05-04autogenerate box drawing characters for fonts that don't have them, put themmacallan
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
2006-02-18Add shadow framebuffer support.jmcneill
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2003-04-16rasops32_putchar: don't paint character out of font limits.petrov
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
2001-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2000-06-13Use my proper name.ad
2000-04-12* Spell shift counts in decimal and masks in hexpk
1999-10-24Wrap a line properly.ad
1999-10-23- New option (RASOPS_SMALL) for the tight-fisted.ad
1999-05-18Assign ownership & copyright to TNF. There is probably a procedure for thisad
1999-04-26Innumerable fixes and improvements. README contains list of remaining bugsad
1999-04-13Fixed licensing due to a foobar on my behalf.ad
1999-04-13Initial import of 'rasops', the new raster operations set for wscons/rcons.ad