aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvgarndr.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* syscons: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Support setting the colors of cursors for the VGA renderer.Bruce Evans2017-08-251-27/+31
* Fix attribute flipping for cut marking in pixel mode. The text-modeBruce Evans2017-07-101-3/+3
* Move open coding of construction of attributes for cut regions andBruce Evans2017-07-091-46/+64
* Add many bitmaps (now there are 13) for mouse cursors and logic to tryBruce Evans2017-07-081-29/+196
* Change the drawing method for the mouse cursor in planar mode to supportBruce Evans2017-04-231-11/+33
* Optimize setting of the foreground color in the main planar method muchBruce Evans2017-04-211-3/+7
* Merge the main ega drawing method into the main vga planar method andBruce Evans2017-04-211-67/+18
* Oops, the previous commit swapped the main ega method with the mainBruce Evans2017-04-211-5/+3
* Eliminate the ega renderer switch. It did nothing useful except holdBruce Evans2017-04-201-14/+5
* When the character width is 9, remove vertical lines in the mouse cursorBruce Evans2017-04-201-6/+20
* Fix build without SC_PIXEL_MODE defined.Gleb Smirnoff2017-04-191-1/+2
* Fix missing support for drawing the mouse cursor in depth 24 of directBruce Evans2017-04-191-46/+6
* Stop using a saveunder method for mouse cursor drawing in the vgaBruce Evans2017-04-191-49/+5
* Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel)Bruce Evans2017-04-151-3/+11
* Structure the mouse cursor data so that it is easier to switch, andBruce Evans2017-04-151-24/+39
* Oops, the previous revision was missing the update of the shift variable.Bruce Evans2017-04-141-1/+1
* Adjust shifting so that cursor widths up to 17 (was 9) work in vga planarBruce Evans2017-04-141-6/+6
* Optimize drawing of the mouse cursor in vga planar mode almost asBruce Evans2017-04-141-4/+7
* Further unobfuscate the method of drawing the mouse cursor in vga planarBruce Evans2017-04-141-32/+17
* Improve drawing of the vga planar mode mouse image a little. UnobfuscateBruce Evans2017-04-121-30/+15
* Fix removal of mouse image by the vga planar renderer in the right borderBruce Evans2017-04-121-36/+36
* Special rendering methods for removing mouse cursors cannot be removedBruce Evans2017-04-101-9/+4
* Quick fix for removal of the mouse cursor in vga direct graphics modesBruce Evans2017-04-081-3/+5
* Fix removal of the keyboard cursor image in text mode, especiallyBruce Evans2017-04-081-6/+4
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* On some generations of the Intel GPU, disabling of the VGA DisplayKonstantin Belousov2013-06-181-1/+5
* Rework r210248. Although it fixed most of problems, it did not fix oneJung-uk Kim2010-09-171-7/+4
* Improve style slightly.Jung-uk Kim2010-07-191-47/+50
* Fix two long-standing line wrapping bugs in VGA renderer for pixel mode.Jung-uk Kim2010-07-191-2/+3
* Align memory access of 24-bit pixel renderer to word boundary.Jung-uk Kim2010-03-241-2/+7
* Separate 24-bit pixel draw from 32-bit case. Although it is slower, we doJung-uk Kim2010-03-231-1/+4
* Fix VESA modes and allow 8bit depth modes.Xin LI2009-08-241-1/+19
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-15/+10
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-4/+4
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-2/+2
* Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newPeter Wemm2005-06-141-2/+2
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.Scott Long2005-05-301-1/+2
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-51/+424
* Implement the syscons mouse pointer characters for amd64. It was onlyPeter Wemm2004-09-241-4/+4
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fixed compilation warnings.Ruslan Ermilov2002-03-061-0/+2
* 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