index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vgasrc
Commit message (
Expand
)
Author
Age
Files
Lines
*
vga: add ati bios tables
Gerd Hoffmann
2019-03-15
2
-0
/
+46
*
vga: add atiext driver
Gerd Hoffmann
2019-03-15
4
-0
/
+270
*
vga: make memcpy_high() public
Gerd Hoffmann
2019-03-14
2
-2
/
+2
*
vga: move modelist from bochsvga.c to new svgamodes.c
Gerd Hoffmann
2019-03-14
3
-86
/
+108
*
SeaVGABios/cbvga: Fix bpp for coreboot framebuffer
Matt DeVillier
2018-09-18
1
-2
/
+8
*
cbvga_set_mode: refine clear display logic
Gerd Hoffmann
2018-06-26
1
-8
/
+10
*
qemu: add qemu ramfb support
Gerd Hoffmann
2018-06-22
4
-13
/
+188
*
vgasrc: add allocate_pmm()
Gerd Hoffmann
2018-06-22
2
-16
/
+33
*
bochs_display_setup: return error on failure
Gerd Hoffmann
2018-06-22
1
-1
/
+1
*
cbvga_set_mode: disable clearmem in windows x86 emulator.
Gerd Hoffmann
2018-06-22
1
-1
/
+9
*
cbvga_list_modes: don't list current mode twice
Gerd Hoffmann
2018-06-22
1
-1
/
+5
*
cbvga_setup_modes: use real mode number instead of 0x140
Gerd Hoffmann
2018-06-22
1
-0
/
+5
*
qemu: add bochs-display support
Gerd Hoffmann
2018-06-22
4
-13
/
+94
*
cbvga: factor out cbvga_setup_modes()
Gerd Hoffmann
2018-06-22
2
-25
/
+33
*
vga: Fix bug in stdvga_get_linesize()
Kevin O'Connor
2017-08-29
1
-1
/
+1
*
SeaVGABios/cbvga: Advertise compatible VESA modes
Patrick Rudolph
2017-06-12
1
-1
/
+103
*
SeaVGABios/cbvga: Use active mode to clear screen
Patrick Rudolph
2017-06-12
1
-1
/
+1
*
SeaVGABIOS/vbe: Query driver for scanline pitch v2
Patrick Rudolph
2017-06-12
5
-1
/
+21
*
SeaVGABios/cbvga: Advertise correct pixel format
Patrick Rudolph
2017-06-12
1
-1
/
+3
*
vgasrc: Increase debug level
Paul Menzel
2017-01-29
1
-1
/
+1
*
version: Update header files now that version.c is not auto generated
Kevin O'Connor
2016-08-05
2
-1
/
+3
*
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
2016-08-05
7
-46
/
+30
*
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
2016-08-05
6
-33
/
+37
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
13
-37
/
+57
*
vgainit: Move video param setup to stdvga_build_video_param()
Kevin O'Connor
2016-08-05
4
-14
/
+14
*
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
2016-08-04
6
-37
/
+47
*
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
2016-08-04
5
-20
/
+39
*
swcursor: Move swcursor code from vgafb.c to new file swcursor.c
Kevin O'Connor
2016-08-04
3
-57
/
+67
*
vgabios: Simplify scroll logic
Kevin O'Connor
2016-07-21
3
-69
/
+64
*
vgabios: Simplify set_cursor_pos()
Kevin O'Connor
2016-07-04
1
-18
/
+10
*
vgabios: Don't check for special case of page==0xff on external calls
Kevin O'Connor
2016-07-04
2
-11
/
+5
*
vgabios: Remove special case of dh==0xff in handle_1013()
Kevin O'Connor
2016-07-04
1
-7
/
+1
*
build: Report gcc and binutils versions in debug log
Kevin O'Connor
2015-10-15
2
-0
/
+2
*
build: Rework version generation; don't allow make version override
Kevin O'Connor
2015-10-15
1
-0
/
+5
*
Fix typos found by codespell
Stefan Weil
2015-10-09
1
-1
/
+1
*
vgafb: Minor - move gfx_common() variables outside of switch statement
Kevin O'Connor
2015-08-04
1
-12
/
+5
*
build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS
Kevin O'Connor
2015-06-15
1
-0
/
+1
*
vga: add virtio-vga to kconfig
Gerd Hoffmann
2015-06-11
1
-0
/
+5
*
vga: rework virtio-vga support
Gerd Hoffmann
2015-06-11
1
-4
/
+1
*
vga: simplify vga builds
Gerd Hoffmann
2015-06-11
1
-2
/
+22
*
vgabios: Emulate "leal" instruction
Kevin O'Connor
2015-04-11
1
-23
/
+1
*
vgabios: Add config option for assembler fixups
Kevin O'Connor
2015-04-10
2
-0
/
+14
*
vgabios: Don't use "smsww" instruction - it confuses x86emu
Kevin O'Connor
2015-04-10
1
-1
/
+1
*
vgabios: Don't use extra stack if it appears a modern OS is in use
Kevin O'Connor
2015-03-18
3
-3
/
+25
*
vgabios: On bda_save_restore() the saved vbe_mode also has flags in it
Kevin O'Connor
2015-03-17
1
-1
/
+1
*
vgabios: Support emulated text in gfx_read_char()
Kevin O'Connor
2015-01-07
1
-6
/
+19
*
vgabios: implement read char in graphics mode
Paolo Bonzini
2015-01-06
1
-12
/
+41
*
vgabios: fix graphics operation with Bochs VGA in non-DISPI modes
Paolo Bonzini
2015-01-06
1
-8
/
+19
*
Use an aligned stack offset when entering on the extra stack
Kevin O'Connor
2014-11-12
1
-10
/
+10
*
vgabios: Add software cursor capability
Kevin O'Connor
2014-11-12
6
-5
/
+143
[next]