aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2017-08-29vga: Fix bug in stdvga_get_linesize()Kevin O'Connor1-1/+1
2017-06-12SeaVGABios/cbvga: Advertise compatible VESA modesPatrick Rudolph1-1/+103
2017-06-12SeaVGABios/cbvga: Use active mode to clear screenPatrick Rudolph1-1/+1
2017-06-12SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph5-1/+21
2017-06-12SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph1-1/+3
2017-01-29vgasrc: Increase debug levelPaul Menzel1-1/+1
2016-08-05version: Update header files now that version.c is not auto generatedKevin O'Connor2-1/+3
2016-08-05vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor7-46/+30
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor6-33/+37
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor13-37/+57
2016-08-05vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor4-14/+14
2016-08-04vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor6-37/+47
2016-08-04swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor5-20/+39
2016-08-04swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor3-57/+67
2016-07-21vgabios: Simplify scroll logicKevin O'Connor3-69/+64
2016-07-04vgabios: Simplify set_cursor_pos()Kevin O'Connor1-18/+10
2016-07-04vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2-11/+5
2016-07-04vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor1-7/+1
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor2-0/+2
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor1-0/+5
2015-10-09Fix typos found by codespellStefan Weil1-1/+1
2015-08-04vgafb: Minor - move gfx_common() variables outside of switch statementKevin O'Connor1-12/+5
2015-06-15build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOSKevin O'Connor1-0/+1
2015-06-11vga: add virtio-vga to kconfigGerd Hoffmann1-0/+5
2015-06-11vga: rework virtio-vga supportGerd Hoffmann1-4/+1
2015-06-11vga: simplify vga buildsGerd Hoffmann1-2/+22
2015-04-11vgabios: Emulate "leal" instructionKevin O'Connor1-23/+1
2015-04-10vgabios: Add config option for assembler fixupsKevin O'Connor2-0/+14
2015-04-10vgabios: Don't use "smsww" instruction - it confuses x86emuKevin O'Connor1-1/+1
2015-03-18vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor3-3/+25
2015-03-17vgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor1-1/+1
2015-01-07vgabios: Support emulated text in gfx_read_char()Kevin O'Connor1-6/+19
2015-01-06vgabios: implement read char in graphics modePaolo Bonzini1-12/+41
2015-01-06vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini1-8/+19
2014-11-12Use an aligned stack offset when entering on the extra stackKevin O'Connor1-10/+10
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor6-5/+143
2014-11-12vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor5-10/+47
2014-10-27vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor1-5/+32
2014-10-27vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor3-2/+12
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor4-67/+16
2014-10-27vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor1-2/+1
2014-10-27vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2-20/+8
2014-10-27vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor3-32/+29
2014-10-27vgabios: Set cursor shape fixesKevin O'Connor1-11/+7
2014-10-27vgabios: Rename vbe_flags to flagsKevin O'Connor2-4/+7
2014-10-27vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor3-19/+19
2014-10-27vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor2-2/+7
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor3-8/+21
2014-10-27Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor1-20/+2
2014-07-01vgabios: Fix broken build resulting from e5749978.Kevin O'Connor1-2/+1