aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scgfbrndr.c
Commit message (Expand)AuthorAgeFilesLines
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-32/+25
* According to the default font size on sparc64 provide a 12 x 22Marius Strobl2007-06-181-1/+32
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-1/+1
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newPeter Wemm2005-06-141-2/+2
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakMarius Strobl2005-05-291-0/+3
* For sparc64 conditionalize the compilation of the gfb_cursor() variantMarius Strobl2005-05-211-4/+1
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan2004-01-211-1/+4
* Fix the alpha kernel build.Jake Burkholder2003-08-251-0/+2
* - Remember to flip the foreground and background color attributes inJake Burkholder2003-08-241-11/+18
* Turn on TGA support.David E. O'Brien2002-04-131-1/+2
* Spell #if 0 correctlyAndrew Gallatin2002-02-141-2/+2
* Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien2001-11-011-716/+168
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-021-15/+13
* Fix dependencies between kernel options:Kazutaka YOKOTA2001-07-101-2/+5
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+2
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-0/+1
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-23/+69
* - Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA2000-03-181-24/+30
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-6/+0
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-10/+13
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-9/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-0/+829