aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc
Commit message (Expand)AuthorAgeFilesLines
* vga: make memcpy_high() publicGerd Hoffmann2019-03-142-2/+2
* vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann2019-03-143-86/+108
* SeaVGABios/cbvga: Fix bpp for coreboot framebufferMatt DeVillier2018-09-181-2/+8
* cbvga_set_mode: refine clear display logicGerd Hoffmann2018-06-261-8/+10
* qemu: add qemu ramfb supportGerd Hoffmann2018-06-224-13/+188
* vgasrc: add allocate_pmm()Gerd Hoffmann2018-06-222-16/+33
* bochs_display_setup: return error on failureGerd Hoffmann2018-06-221-1/+1
* 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
* qemu: add bochs-display supportGerd Hoffmann2018-06-224-13/+94
* cbvga: factor out cbvga_setup_modes()Gerd Hoffmann2018-06-222-25/+33
* vga: Fix bug in stdvga_get_linesize()Kevin O'Connor2017-08-291-1/+1
* 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-125-1/+21
* SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph2017-06-121-1/+3
* vgasrc: Increase debug levelPaul Menzel2017-01-291-1/+1
* version: Update header files now that version.c is not auto generatedKevin O'Connor2016-08-052-1/+3
* vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor2016-08-057-46/+30
* vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor2016-08-056-33/+37
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-0513-37/+57
* vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor2016-08-054-14/+14
* vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor2016-08-046-37/+47
* swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor2016-08-045-20/+39
* swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor2016-08-043-57/+67
* vgabios: Simplify scroll logicKevin O'Connor2016-07-213-69/+64
* vgabios: Simplify set_cursor_pos()Kevin O'Connor2016-07-041-18/+10
* vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2016-07-042-11/+5
* vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor2016-07-041-7/+1
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-152-0/+2
* build: Rework version generation; don't allow make version overrideKevin O'Connor2015-10-151-0/+5
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* vgafb: Minor - move gfx_common() variables outside of switch statementKevin O'Connor2015-08-041-12/+5
* build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOSKevin O'Connor2015-06-151-0/+1
* vga: add virtio-vga to kconfigGerd Hoffmann2015-06-111-0/+5
* vga: rework virtio-vga supportGerd Hoffmann2015-06-111-4/+1
* vga: simplify vga buildsGerd Hoffmann2015-06-111-2/+22
* vgabios: Emulate "leal" instructionKevin O'Connor2015-04-111-23/+1
* vgabios: Add config option for assembler fixupsKevin O'Connor2015-04-102-0/+14
* vgabios: Don't use "smsww" instruction - it confuses x86emuKevin O'Connor2015-04-101-1/+1
* vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor2015-03-183-3/+25
* vgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor2015-03-171-1/+1
* vgabios: Support emulated text in gfx_read_char()Kevin O'Connor2015-01-071-6/+19
* vgabios: implement read char in graphics modePaolo Bonzini2015-01-061-12/+41
* vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini2015-01-061-8/+19
* Use an aligned stack offset when entering on the extra stackKevin O'Connor2014-11-121-10/+10
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-126-5/+143
* vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor2014-11-125-10/+47
* vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor2014-10-271-5/+32