summaryrefslogtreecommitdiff
path: root/sys/dev/rasops
AgeCommit message (Expand)Author
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-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-08-20Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forMark Kettenis
2013-06-28Add support for write-only framebuffers. This makes the code that copiesMark Kettenis
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-05-17Implement wsmoused support based on the new multiple screen support. OnlyMark Kettenis
2013-03-25Add basic support for multiple screens.Mark Kettenis
2011-06-23a bit more ansi; ok teduTheo de Raadt
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-07-01remove crappy old README filesTed Unangst
2010-01-12Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2008-08-20If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bppMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-01Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.Miod Vallat
2006-12-02Oops, prevent a warning if rasops_bswap is not required.Miod Vallat
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-08-04More simplification for little-endian systems.Miod Vallat
2006-08-03Since rasops is big-endian internally (because it's the logical choiceMiod Vallat
2006-03-10Omit specific depth in rasops_init_devcmap() if not compiling for them.Miod Vallat
2006-03-04Add a generic putchar() implementation, which will work with fonts up to 16Miod Vallat
2006-01-08Big-endian fix here too.Miod Vallat
2006-01-08Fix stamp creation for big-endian systems. Makes mac68k happy at 16bpp.Miod Vallat
2006-01-08Correctly initialize ri_devcmap at 4bpp.Miod Vallat
2005-09-15Stop compiling the texte console rotation code #ifdef __zaurus__, but useMiod Vallat
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.Christopher Pascoe
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
2005-03-08Cosmetics...Thierry Deval
2005-01-14TypoMiod Vallat
2003-12-17Provide a real inverted cursor for rasops-based consoles; inspired byMiod Vallat
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2003-02-12It is not clear that the order of operations will be what the programmerHenric Jungheim
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-27Fix PIXEL_SHIFT value for 4bit displays.Miod Vallat
2002-07-27Unstaticize functions, for my ddb sessions pleasure.Miod Vallat
2002-07-25If passed RI_BSWAP, swap32 the stampJason Wright
2002-07-23Do not use bcopy() when you mean ovbcopy(); found the hard way by aaron@Miod Vallat
2002-07-17No newline in panic messagesMiod Vallat
2002-07-02inital -> initialNathan Binkert
2002-05-29remove unneeded header.Federico G. Schwindt
2002-05-28o spaces, tabs, spelling cleanup.Federico G. Schwindt
2002-05-28make this compile; jason@ ok.Federico G. Schwindt
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert