summaryrefslogtreecommitdiffstats
path: root/sys/dev/rasops/rasops.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-8/+8
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-2/+2
* Add an interface that allows drivers to claim a framebuffer and checkkettenis2018-08-271-1/+3
* rasops: implement scrollbackjcs2018-04-271-1/+2
* oops, snapshot tests not ready yetderaadt2018-04-201-2/+1
* syncderaadt2018-04-201-1/+2
* Implement counter-clockwise rotation.kettenis2017-08-171-5/+6
* Remove rasops2 (2-bit color depth) functions, they are unused.fcambus2016-12-151-2/+1
* Make it possible to use RI_WRONLY for the aframebuffer during early boot.kettenis2015-09-071-1/+2
* Replace switch workq with taskq, using the blambert@ method (tm).krw2014-12-221-3/+4
* No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into themiod2013-10-201-1/+2
* Add a load_font accessop to rasops, to allow for fonts to be loaded andmiod2013-10-201-1/+2
* Add support for write-only framebuffers. This makes the code that copieskettenis2013-06-281-1/+2
* Implement wsmoused support based on the new multiple screen support. Onlykettenis2013-05-171-1/+2
* Add basic support for multiple screens.kettenis2013-03-251-1/+26
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-4/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Add an unpack_attr function to struct wsdisplay_emulops, to match themiod2006-11-291-2/+1
* Stop compiling the texte console rotation code #ifdef __zaurus__, but usemiod2005-09-151-11/+14
* Temporary hack to (un)rotate the Zaurus console until a proper rasopspascoe2005-04-301-1/+6
* Add a callback routine for when the cursor position is updated (this allowsjason2002-08-121-1/+2
* Define RASOPS_SMALL when SMALL_KERNEL is also defined.miod2002-07-281-1/+5
* inital -> initialnate2002-07-021-2/+2
* First round of __P removal in sysmillert2002-03-141-15/+15
* Import rasops from NetBSD. This gives improved performance for rasternate2001-03-181-0/+149