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