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
/
pci
/
voyager
/
voyagerfb.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-05-21
fix wsdisplay attachment in the New Order Of Things
macallan
2021-05-21
use probed VRAM size to determine where to put the cursor instead of blindly
macallan
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2018-01-19
enable font loading
macallan
2016-01-13
some trivial fixes:
macallan
2014-03-11
avoid set but unused variables.
mrg
2013-07-30
avoid uninitialized use of defattr
macallan
2013-03-19
rearrange things a little bit to avoid showing garbled VRAM content while
macallan
2013-03-13
break a bunch of long lines
macallan
2013-03-13
support anti-aliased fonts in 8bit
macallan
2012-05-30
fix some comments
macallan
2012-05-23
first step to fix PR 46461 - don't jump through a NULL pointer when we're
macallan
2012-04-19
glyphcache_init() works best with its parameters in the right order. Doh.
macallan
2012-03-20
split voyagerfb_putchar() into one method for mono fonts and one for
macallan
2012-03-13
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
elad
2012-02-21
use glyphcache for anti-aliased fonts
macallan
2012-01-11
use rasops_init(0,0), WSFONT_GLYPH(), FONT_IS_ALPHA()
macallan
2011-12-28
make anti-aliased fonts with odd widths work
macallan
2011-12-27
add fastpaths for alpha == 0 and alpha == 255 - no need to do the six
macallan
2011-12-24
don't put alpha values in a variable named alpha since alpha doesn't like
macallan
2011-12-22
don't probe colour depth on attach - we're going to change it anyway
macallan
2011-12-22
don't switch to 8 bit for WSDISPLAYIO_MODE_EMUL if VOYAGERFB_ANTIALIAS
macallan
2011-12-22
support running in 32bit colour with anti-aliased fonts
macallan
2011-11-08
switch to 32bit colour for X, switch back to 8 bit for console emulation
macallan
2011-11-08
run the console in 8 bit colour for additional speed
macallan
2011-10-18
add backlight control via sm502 PWM
macallan
2011-09-28
support a hardware cursor - now X with wsfb on gdium is a little less annoying
macallan
2011-09-22
use BUS_SPACE_MAP_PREFETCHABLE
macallan
2011-09-20
support ioctl(WSDISPLAYIO_SVIDEO) and friends so wsfb can turn the backlight
macallan
2011-09-06
add simple backlight control support, only on/off for now
macallan
2011-09-06
wsdisplayio_busid_pci() needs out parent since we don't attach directly
macallan
2011-08-31
split up voyagerfb into the framebuffer portion and a pseudo bus that we can
macallan