aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/cbvga.c
Commit message (Expand)AuthorAgeFilesLines
* vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()Kevin O'Connor2024-03-151-7/+7
* vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor2024-03-151-8/+8
* Remove dos line endings introduced in the last two commitsUwe Kleine-König2019-10-211-9/+9
* cbvga: reuse svga modes definitions from svgamodes.cUwe Kleine-König2019-10-181-71/+9
* SeaVGABios/cbvga: Fix bpp for coreboot framebufferMatt DeVillier2018-09-181-2/+8
* cbvga_set_mode: refine clear display logicGerd Hoffmann2018-06-261-8/+10
* cbvga_set_mode: disable clearmem in windows x86 emulator.Gerd Hoffmann2018-06-221-1/+9
* cbvga_list_modes: don't list current mode twiceGerd Hoffmann2018-06-221-1/+5
* cbvga_setup_modes: use real mode number instead of 0x140Gerd Hoffmann2018-06-221-0/+5
* cbvga: factor out cbvga_setup_modes()Gerd Hoffmann2018-06-221-25/+32
* SeaVGABios/cbvga: Advertise compatible VESA modesPatrick Rudolph2017-06-121-1/+103
* SeaVGABios/cbvga: Use active mode to clear screenPatrick Rudolph2017-06-121-1/+1
* SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph2017-06-121-0/+7
* SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph2017-06-121-1/+3
* vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor2016-08-051-1/+0
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+2
* vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor2016-08-041-0/+1
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-121-2/+2
* vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor2014-11-121-3/+7
* vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor2014-04-111-0/+189