summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops15.c
AgeCommit message (Expand)Author
2019-08-14When using stamp, drop attributions other than back and foregroundrin
2019-08-10Misc style clean up's.rin
2019-08-07Merge rasops_putchar_aa.h into rasops_putchar.h.rin
2019-08-07Oops, revert an unintentional change for now.rin
2019-08-07Stop allocating ri_buf and ri_stamp dynamically. As commented inrin
2019-08-02Cosmetic changes. No functional changes.rin
2019-07-31Switch to per-device stamp, and retire stamp_mutex.rin
2019-07-31Misc clean-up's:rin
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-28Fix underline for anti-aliased fonts on 15/16 depth screen.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-24Use unsigned integers for binary data storage.rin
2019-07-24Style:rin
2019-07-21Fix byte order of stamp for big endian so that width-optimizedrin
2018-12-04rasops reused wscons attribute bits for internal control.mlelstv
2017-01-25Add rasops15_putchar_aa() for greyscale fonts.jakllsch
2012-04-17fix what has to be a thinko - I doubt there's much hardware out there thatmacallan
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-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-02-04de-__Pperry
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
2000-02-12Fix the unaligned accesses discovered by dbj.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