index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
rasops
/
rasops15.c
Age
Commit message (
Expand
)
Author
2019-08-14
When using stamp, drop attributions other than back and foreground
rin
2019-08-10
Misc style clean up's.
rin
2019-08-07
Merge rasops_putchar_aa.h into rasops_putchar.h.
rin
2019-08-07
Oops, revert an unintentional change for now.
rin
2019-08-07
Stop allocating ri_buf and ri_stamp dynamically. As commented in
rin
2019-08-02
Cosmetic changes. No functional changes.
rin
2019-07-31
Switch to per-device stamp, and retire stamp_mutex.
rin
2019-07-31
Misc clean-up's:
rin
2019-07-29
Factor out putchar_aa functions into rasops_putchar_aa.h, which includes
rin
2019-07-28
Cast attr to uint32_t before right shift to avoid undefined behavior.
rin
2019-07-28
Fix underline for anti-aliased fonts on 15/16 depth screen.
rin
2019-07-25
Factor out putchar and width-optimized putchar functions into
rin
2019-07-25
Provide and use FONT_GLYPH macro, tiny optimization version of WSFONT_GLYPH.
rin
2019-07-25
Misc cleen up:
rin
2019-07-24
Use unsigned integers for binary data storage.
rin
2019-07-24
Style:
rin
2019-07-21
Fix byte order of stamp for big endian so that width-optimized
rin
2018-12-04
rasops reused wscons attribute bits for internal control.
mlelstv
2017-01-25
Add rasops15_putchar_aa() for greyscale fonts.
jakllsch
2012-04-17
fix what has to be a thinko - I doubt there's much hardware out there that
macallan
2010-05-04
autogenerate box drawing characters for fonts that don't have them, put them
macallan
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-02-18
Add shadow framebuffer support.
jmcneill
2005-12-11
merge ktrace-lwp.
christos
2005-02-04
de-__P
perry
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add/cleanup RCSIDs
lukem
2001-09-18
Give initiali[sz]e all the "i"s it deserves.
wiz
2000-06-13
Use my proper name.
ad
2000-04-12
* Spell shift counts in decimal and masks in hex
pk
2000-02-12
Fix the unaligned accesses discovered by dbj.
ad
1999-10-23
- New option (RASOPS_SMALL) for the tight-fisted.
ad
1999-05-18
Assign ownership & copyright to TNF. There is probably a procedure for this
ad
1999-04-26
Innumerable fixes and improvements. README contains list of remaining bugs
ad
1999-04-13
Fixed licensing due to a foobar on my behalf.
ad
1999-04-13
Initial import of 'rasops', the new raster operations set for wscons/rcons.
ad