index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pcmcia
/
cfxga.c
Age
Commit message (
Expand
)
Author
2007-09-11
KNF
Gilles Chehade
2007-09-09
more M_ZERO conversions; ok krw@.
Federico G. Schwindt
2006-11-29
Change the getchar wsdisplay_accessops function to not return a
Miod Vallat
2006-11-29
Add an unpack_attr function to struct wsdisplay_emulops, to match the
Miod Vallat
2006-11-29
Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer
Miod Vallat
2006-11-28
Reorder cfxga initialization sequence for clarity, and minor tweaks; no
Miod Vallat
2006-11-27
Support for different video modes (by playing with wsconfcfg).
Miod Vallat
2006-11-27
Do not use a complete bitmap as a backing store for multiple screens, but
Miod Vallat
2006-11-27
Separate solid fill operations from regular raster ops; this also brings
Miod Vallat
2006-11-27
Do not perform frame buffer actions on non-active screens.
Miod Vallat
2006-11-27
Store the wsscreen_descr structure in the softc.
Miod Vallat
2006-11-27
Always update cfxga_scr emulops field when creating a new screen, in case
Miod Vallat
2006-11-26
Rewrite the blitter functions, providing an accelerated putchar in the
Miod Vallat
2006-11-26
Start reworking the raster ops code, and be smarter when monitoring the FIFO
Miod Vallat
2006-11-26
Much better register description and values. No functional change yet - but
Miod Vallat
2006-04-16
Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer;
Miod Vallat