x, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops24.c
AgeCommit message (Expand)Author
2019-08-15Pull up following revision(s) (requested by rin in ticket #56):martin
2019-07-30Support shadow framebuffer for 24bpp screen.rin
2019-07-29Hmmm, color was still strange for 24bpp on little endian machine,rin
2019-07-29Support anti-aliasing for depth 24.rin
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-24Use unsigned integers for binary data storage.rin
2019-07-24Style:rin
2018-12-04rasops reused wscons attribute bits for internal control.mlelstv
2011-07-25Fix RASOPS_SMALL buildnjoly
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-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-11merge ktrace-lwp.christos
2005-05-30avoid shadow variable "stamp"christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2002-09-05compiler warning.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
2000-02-12Misplaced #endif.ad
2000-02-12Fix the unaligned accesses discovered by dbj.ad
1999-10-23- New option (RASOPS_SMALL) for the tight-fisted.ad
1999-08-25When clearing the entire display, point to the start of the framebuffer,ad
1999-08-24- Change the semantics of rasops_init slightlyad
1999-05-18Assign ownership & copyright to TNF. There is probably a procedure for thisad
1999-04-26Remove crud remaining from userland mockup.ad
1999-04-26Innumerable fixes and improvements. README contains list of remaining bugsad
1999-04-13Code cleanup. Add ri_bswap member to 'struct rasops_info' to indicate thatad
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