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
Age
Commit message (
Expand
)
Author
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-12
rasops_reconfig(): don't clear flags we won't set here
macallan
2017-04-22
add RI_PREFER_ALPHA flag, for drivers that can draw such fonts by hardware
macallan
2017-02-23
reset ri->ri_hwbits too if RI_CFGDONE is set.
nonaka
2017-01-25
Add rasops15_putchar_aa() for greyscale fonts.
jakllsch
2015-04-18
add "best match" algorithm to wsfont and use this instead of a private
mlelstv
2014-08-18
Don't leak f on failure. Noted by maxv@.
riastradh
2013-12-02
Fix 1 bpp rasops copycols() op:
tsutsui
2013-09-15
Remove unused variables
martin
2013-09-15
Remove unused variable
martin
2013-07-31
rasops32_putchar_aa():
macallan
2013-05-21
Fix another typo which causes decrement against a NULL pointer.
tsutsui
2013-05-21
Fix fatal (but probably unused) typo in ri->ri_hwbits case in copycols.
tsutsui
2013-04-21
Support little endian makestamp.
kiyohara
2013-03-21
Ooops, backout local change not intended to be commited with the last change
martin
2013-03-21
Add syntatic sugar to avoid hurting my eyes
martin
2012-10-23
make anti-aliased character drawing work on hardware where stride != width * ...
macallan
2012-04-19
add another convenience function:
macallan
2012-04-17
fix what has to be a thinko - I doubt there's much hardware out there that
macallan
2012-01-25
use memset() to clear character cells instead of being terribly slow
macallan
2012-01-25
rasops8_putchar_aa():
macallan
2012-01-11
make rasops_init()'s font selection code a bit less boneheaded by:
macallan
2012-01-04
rasops8 expects the colour value replicated in every byte in devcmap[], so
macallan
2012-01-04
add support for anti-aliased fonts in r3g3b2
macallan
2012-01-04
use CHAR_IN_FONT() and WSFONT_GLYPH() macros
macallan
2012-01-03
split putchar method into one for alpha fonts and one for bitmap fonts
macallan
2012-01-03
add a macro to identify alpha fonts
macallan
2011-12-28
add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmap
macallan
2011-12-27
skip the multiplications for alpha values of 0 and 255, just use background
macallan
2011-12-24
rename alpha variable to avoid conflict with a platform macro on alpha
macallan
2011-12-22
support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only
macallan
2011-07-25
Fix RASOPS_SMALL build
njoly
2010-07-21
Fix typo in comment.
tsutsui
2010-06-13
Put underline properly (not upperline) on CCW screen.
tsutsui
2010-05-06
Introduce a new flag for rasops_info to keep rasops_reconfig() from trying
macallan
2010-05-04
remove now redundant ri = ... lines in putchar() methods
macallan
2010-05-04
fix compile failure.
nonaka
2010-05-04
autogenerate box drawing characters for fonts that don't have them, put them
macallan
2010-04-17
Added Sharp W-ZERO3 series support.
nonaka
2010-04-13
fix a bunch of typos, now 8 bit fonts work properly
macallan
2010-04-08
add support for shadow framebuffers
macallan
2010-01-21
make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer
macallan
2009-03-15
ansify function definitions
cegger
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
2008-01-07
The stamp mutex is not unsafe, so remove this comment so people don't get the...
bjs
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2007-07-28
Implement bounds checking in some places in display driver code to avoid
mjf
2007-03-04
fix fallout from caddr_t changes.
christos
[next]