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
/
sgi
/
dev
/
gbe.c
Age
Commit message (
Expand
)
Author
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-05-30
Enforce ca_activate tree-walks over the entire heirarchy for all events,
Theo de Raadt
2013-05-27
Correctly specify the visible part of the rightmost tile when the current
Miod Vallat
2012-10-03
Don't include <mips64/archtype.h> unless you really need it.
Miod Vallat
2012-05-29
Make it possible to disable the Sync-on-Green signal by setting the
Mike Belopuhov
2012-04-16
Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating
Miod Vallat
2012-03-15
uncached_base was introduced early in IP27 support, since these designs use
Miod Vallat
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2010-03-08
Correctly initialize all members of struct wsemuldisplaydev_attach_args
Miod Vallat
2010-03-07
Allow iockbc(4) and odysseey(4) to act as console devices and attach early;
Miod Vallat
2009-10-26
Rename struct confargs to struct mainbus_attach_args for consistency and also
Miod Vallat
2009-10-26
Better crime/mace interrupt handling; interrupt information is no longer
Miod Vallat
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2009-02-24
Add support for hardware acceleration to gbe(4). This provides an accelerated
Joel Sing
2008-04-07
Since uncached virtual addresses will depend upon space identifiers on R1xk
Miod Vallat
2008-02-20
Completely overhault attachment rules on sgi. No more indirect configuration
Miod Vallat
2007-12-31
Significantly improve the gbe(4) driver, including:
Joel Sing
2007-12-14
Have gbe(4) attach as the console if the graphical console is selected via
Joel Sing
2007-11-27
add rcs id
Jasper Lievisse Adriaanse
2007-11-27
Initial support for the SGI Graphics Back End (GBE) frame buffer found in
Joel Sing