aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/bochsvga.c
Commit message (Expand)AuthorAgeFilesLines
* stdvga: Add stdvga_set_vertical_size() helper functionKevin O'Connor2024-04-051-7/+1
* vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor2024-03-151-20/+20
* bochsvga: add edid support.Gerd Hoffmann2019-05-151-3/+16
* vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann2019-03-141-86/+16
* vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor2016-08-051-1/+1
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+2
* vga: rework virtio-vga supportGerd Hoffmann2015-06-111-4/+1
* vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini2015-01-061-8/+19
* vga: rework bar detection, add virtio-vgaGerd Hoffmann2014-03-061-4/+12
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-35/+19
* vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.Kevin O'Connor2013-12-041-0/+2
* vgabios: Add bochsvga "HDTV" resolutions.Kevin O'Connor2013-12-041-0/+9
* vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor2013-12-041-7/+6
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-0/+12
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-5/+5
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-181-1/+1
* bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann2013-09-161-19/+48
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-2/+2
* Enable VGA output when settings bochs-specific modeDavid Woodhouse2013-02-161-0/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-2/+2
* vgabios: Check for relocatable windows before advertising support for it.Kevin O'Connor2012-09-041-0/+1
* vga: fix bochs lfb size displayGerd Hoffmann2012-02-061-1/+1
* vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor2012-02-041-0/+65
* vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor2012-02-041-0/+21
* vgabios: Handle VGA option rom being re-run.Kevin O'Connor2012-02-021-0/+3
* vgabios: Move bocshvga mode checking from runtime to init.Kevin O'Connor2012-02-011-94/+85
* vgabios: Rework bochsvga mode switching.Kevin O'Connor2012-02-011-36/+6
* vgabios: Fix linelength calculations in bochsvga and vbe.Kevin O'Connor2012-02-011-1/+2
* vgabios: handle vmware vga in bochsvga.Kevin O'Connor2012-02-011-4/+13
* vgabios: Update copyright statements in bochsvga.c and vbe.c.Kevin O'Connor2012-02-011-0/+8
* vgabios: Add support for VBE get/set display start function.Kevin O'Connor2012-02-011-0/+21
* vgabios: Add support for vbe get/set line length function.Kevin O'Connor2012-02-011-0/+15
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-0/+19
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-17/+13
* vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.Kevin O'Connor2012-01-211-61/+61
* vgabios: Check that the PCI BDF passed in is valid before using.Kevin O'Connor2012-01-191-5/+4
* vgabios: Make VBE code depend on a config setting.Kevin O'Connor2012-01-161-1/+0
* vgabios: Use standard VGA IO wrapper functions in bochsvga.Kevin O'Connor2012-01-161-34/+19
* vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor2012-01-141-22/+4
* vgabios: Make VBE code independent of bochsvga.Kevin O'Connor2012-01-141-89/+48
* vgabios: Unify code to generate the vbe mode list.Kevin O'Connor2012-01-141-12/+6
* vgabios: Use vgamode_s in cirrus and bochsvga mode tables.Kevin O'Connor2012-01-141-90/+81
* vgabios: Add memmodel field to bochsvga mode list.Kevin O'Connor2012-01-141-61/+62
* vgabios: Unify X_init() functions.Kevin O'Connor2011-12-311-8/+7
* vgabios: Unify X_set_mode() functions.Kevin O'Connor2011-12-311-5/+30
* vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor2011-12-311-1/+1
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-0/+1
* vgabios: Rename vga.c to vgabios.c.Kevin O'Connor2011-12-311-2/+2
* vgabios: Use bochsvga_ prefix for bochs vga functions.Kevin O'Connor2011-12-311-17/+16