summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvgarndr.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-12syscons VGA draw_txtcharcursor: Move sc under #ifndef SC_NO_FONT_LOADING.John Baldwin
2022-04-06sc vga: Remove unused variables.John Baldwin
2020-09-01syscons: clean up empty lines in .c and .h filesMateusz Guzik
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-25Support setting the colors of cursors for the VGA renderer.Bruce Evans
2017-07-10Fix attribute flipping for cut marking in pixel mode. The text-modeBruce Evans
2017-07-09Move open coding of construction of attributes for cut regions andBruce Evans
2017-07-08Add many bitmaps (now there are 13) for mouse cursors and logic to tryBruce Evans
2017-04-23Change the drawing method for the mouse cursor in planar mode to supportBruce Evans
2017-04-21Optimize setting of the foreground color in the main planar method muchBruce Evans
2017-04-21Merge the main ega drawing method into the main vga planar method andBruce Evans
2017-04-21Oops, the previous commit swapped the main ega method with the mainBruce Evans
2017-04-20Eliminate the ega renderer switch. It did nothing useful except holdBruce Evans
2017-04-20When the character width is 9, remove vertical lines in the mouse cursorBruce Evans
2017-04-19Fix build without SC_PIXEL_MODE defined.Gleb Smirnoff
2017-04-19Fix missing support for drawing the mouse cursor in depth 24 of directBruce Evans
2017-04-19Stop using a saveunder method for mouse cursor drawing in the vgaBruce Evans
2017-04-15Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel)Bruce Evans
2017-04-15Structure the mouse cursor data so that it is easier to switch, andBruce Evans
2017-04-14Oops, the previous revision was missing the update of the shift variable.Bruce Evans
2017-04-14Adjust shifting so that cursor widths up to 17 (was 9) work in vga planarBruce Evans
2017-04-14Optimize drawing of the mouse cursor in vga planar mode almost asBruce Evans
2017-04-14Further unobfuscate the method of drawing the mouse cursor in vga planarBruce Evans
2017-04-12Improve drawing of the vga planar mode mouse image a little. UnobfuscateBruce Evans
2017-04-12Fix removal of mouse image by the vga planar renderer in the right borderBruce Evans
2017-04-10Special rendering methods for removing mouse cursors cannot be removedBruce Evans
2017-04-08Quick fix for removal of the mouse cursor in vga direct graphics modesBruce Evans
2017-04-08Fix removal of the keyboard cursor image in text mode, especiallyBruce Evans
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2013-06-18On some generations of the Intel GPU, disabling of the VGA DisplayKonstantin Belousov
2010-09-17Rework r210248. Although it fixed most of problems, it did not fix oneJung-uk Kim
2010-07-19Improve style slightly.Jung-uk Kim
2010-07-19Fix two long-standing line wrapping bugs in VGA renderer for pixel mode.Jung-uk Kim
2010-03-24Align memory access of 24-bit pixel renderer to word boundary.Jung-uk Kim
2010-03-23Separate 24-bit pixel draw from 32-bit case. Although it is slower, we doJung-uk Kim
2009-08-24Fix VESA modes and allow 8bit depth modes.Xin LI
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-06-14Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newPeter Wemm
2005-05-30Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.Scott Long
2005-05-29Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI
2004-09-24Implement the syscons mouse pointer characters for amd64. It was onlyPeter Wemm
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2002-03-06Fixed compilation warnings.Ruslan Ermilov
2001-08-02Refine cursor type/shape control escape sequences andKazutaka YOKOTA