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
/
rasops.c
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
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
2012-04-19
add another convenience function:
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
2011-12-28
add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmap
macallan
2011-12-22
support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only
macallan
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
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-01-21
make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer
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-12-09
Merge jmcneill-pm branch.
jmcneill
2007-07-28
Implement bounds checking in some places in display driver code to avoid
mjf
2007-02-02
Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th...
ober
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-02-27
Fixup a performance problem in rasops_copyrows that I introduced during
jmcneill
2006-02-18
Add shadow framebuffer support.
jmcneill
2006-01-29
Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>
dsl
2005-12-11
merge ktrace-lwp.
christos
2005-05-01
fixed tab width and formatting
macallan
2005-05-01
made rasops_allocattr_color() respect WS_DEFAULT_FG and WS_DEFAULT_BG instead...
macallan
2005-02-27
nuke trailing whitespace
perry
2005-02-04
de-__P
perry
2003-11-08
For the rasops-drawn cursor the fg/bg indices are bit inverted, so
uwe
2003-05-03
In rasops_copycols change bcopy to memmove. In that particular place
uwe
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-07-04
Rename rasops_alloc_cattr and rasops_alloc_mattr to
junyoung
2002-07-04
alloc_attr -> allocattr
junyoung
2002-03-13
Reorganise the wsfont stuff slightly so that multiple display adapters
ad
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-09-18
Give initiali[sz]e all the "i"s it deserves.
wiz
2001-02-12
Correct the ri_xorigin calculation for the RI_CENTER case again.
nathanw
2001-02-02
Now does character remapping depending on font encoding.
marcus
2001-01-21
Rasops supports 4bit depth.
takemura
2000-12-19
Fix an error in xoffset calculation. Revealed in the case when
nisimura
2000-06-13
Use my proper name.
ad
2000-06-12
Let this build on LP64 if DEBUG is defined.
sommerfeld
2000-04-12
* Spell shift counts in decimal and masks in hex
pk
2000-04-05
Advance index into rasops_cmap for each color, not per triplet.
nathanw
2000-04-04
Fix computation of ri_xorigin in RI_CENTER case; convery from bytes to
nathanw
[next]