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
/
arch
/
mac68k
/
dev
/
macfb.c
Age
Commit message (
Expand
)
Author
2006-11-29
Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer
Miod Vallat
2006-06-30
When allocating the default rasops attribute, it is not necessary to use
Miod Vallat
2006-04-14
rm trailing whitespace
Martin Reindl
2006-03-13
Put wsscreen_list array inside the softc instead of on the stack; similar fix
Miod Vallat
2006-03-13
Although we can not currently run the glass console with colors if in an
Miod Vallat
2006-03-04
Set up a ``different shades of gray'' palette at 2bpp, this gives us
Miod Vallat
2006-01-30
swap B and R in 24bpp and 32bpp modes too; tested martin@
Miod Vallat
2006-01-30
pretty printf, for 32bit mode
Martin Reindl
2006-01-23
Be sure to clear color capabilities from rasops at 8bpp if we do not have
Miod Vallat
2006-01-22
Colormap support for DAFB frame buffers (using information from Linux).
Miod Vallat
2006-01-10
Simplify external macfb interfaces, kill an intermediate attachment structure.
Miod Vallat
2006-01-09
Introduce a wsdisplay type for mac68k frame buffers; we might need to become
Miod Vallat
2006-01-09
Ditch the grf frame buffer abstraction, and directly attach macfb to
Miod Vallat
2006-01-08
Remove unused grf_softc members; do not keep temporary data in grf_softc
Miod Vallat
2006-01-08
Advertize color on non-indexed modes, and swap blue and red at 16bpp (might be
Miod Vallat
2006-01-08
Use Nubus-related constants from <machine/cpu.h> instead of hardcoded values.
Miod Vallat
2006-01-08
Switch macfb from an rcons backend to a rasops backend; supposedly restores
Miod Vallat
2006-01-04
Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse
Miod Vallat