summaryrefslogtreecommitdiff
path: root/sys/dev/rasops/rasops.h
AgeCommit message (Expand)Author
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