summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops8.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-25Provide and use FONT_GLYPH macro, tiny optimization version of WSFONT_GLYPH.rin
2019-07-25Misc cleen up:rin
2019-07-25Cosmetic changes. No functional changes.rin
2019-07-25Fix screen corruption with 16-width font on 8-bpp display.rin
2019-07-24Use unsigned integers for binary data storage.rin
2019-07-24Style:rin
2018-12-04rasops reused wscons attribute bits for internal control.mlelstv
2013-09-15Remove unused variablesmartin
2013-03-21Add syntatic sugar to avoid hurting my eyesmartin
2012-01-25use memset() to clear character cells instead of being terribly slowmacallan
2012-01-25rasops8_putchar_aa():macallan
2012-01-04add support for anti-aliased fonts in r3g3b2macallan
2012-01-04use CHAR_IN_FONT() and WSFONT_GLYPH() macrosmacallan
2011-12-28add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmapmacallan
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
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-02-18Add shadow framebuffer support.jmcneill
2005-12-11merge ktrace-lwp.christos
2005-09-03We don't need <sys/bswap.h> here.uwe
2005-02-04de-__Pperry
2004-03-05Check character if it in font limits before drawing it in rasops8_putcharpetrov
2002-02-11Undo previous that incorrectly byte-swaps stamps for little endianuwe
2002-02-08 | Module Name: syssrcuch
2002-01-31Honor RI_BSWAP.uwe
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
2001-08-10Adjust #ifdefs so RASOPS_SMALL doesn't give "defined but not used" warnings.bjh21
2000-06-13Use my proper name.ad
2000-04-12* Spell shift counts in decimal and masks in hexpk
1999-10-23- New option (RASOPS_SMALL) for the tight-fisted.ad
1999-08-19Make this compile. Patch from Simon Burge.ad
1999-08-13Pass color index through ri_devcmap; don't assume that it alreadyad
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