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
/
rasops
/
rasops.h
Age
Commit message (
Expand
)
Author
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2018-08-27
Add an interface that allows drivers to claim a framebuffer and check
Mark Kettenis
2018-04-27
rasops: implement scrollback
Joshua Stein
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2017-08-17
Implement counter-clockwise rotation.
Mark Kettenis
2016-12-15
Remove rasops2 (2-bit color depth) functions, they are unused.
Frederic Cambus
2015-09-07
Make it possible to use RI_WRONLY for the aframebuffer during early boot.
Mark Kettenis
2014-12-22
Replace switch workq with taskq, using the blambert@ method (tm).
Kenneth R Westerback
2013-10-20
No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the
Miod Vallat
2013-10-20
Add a load_font accessop to rasops, to allow for fonts to be loaded and
Miod Vallat
2013-06-28
Add support for write-only framebuffers. This makes the code that copies
Mark Kettenis
2013-05-17
Implement wsmoused support based on the new multiple screen support. Only
Mark Kettenis
2013-03-25
Add basic support for multiple screens.
Mark Kettenis
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-11-29
Add an unpack_attr function to struct wsdisplay_emulops, to match the
Miod Vallat
2005-09-15
Stop compiling the texte console rotation code #ifdef __zaurus__, but use
Miod Vallat
2005-04-30
Temporary hack to (un)rotate the Zaurus console until a proper rasops
Christopher Pascoe
2002-08-12
Add a callback routine for when the cursor position is updated (this allows
Jason Wright
2002-07-28
Define RASOPS_SMALL when SMALL_KERNEL is also defined.
Miod Vallat
2002-07-02
inital -> initial
Nathan Binkert
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-03-18
Import rasops from NetBSD. This gives improved performance for raster
Nathan Binkert