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
/
bochsvga.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdvga: Add stdvga_set_vertical_size() helper function
Kevin O'Connor
2024-04-05
1
-7
/
+1
*
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
2024-03-15
1
-20
/
+20
*
bochsvga: add edid support.
Gerd Hoffmann
2019-05-15
1
-3
/
+16
*
vga: move modelist from bochsvga.c to new svgamodes.c
Gerd Hoffmann
2019-03-14
1
-86
/
+16
*
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
2016-08-05
1
-1
/
+1
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
1
-1
/
+2
*
vga: rework virtio-vga support
Gerd Hoffmann
2015-06-11
1
-4
/
+1
*
vgabios: fix graphics operation with Bochs VGA in non-DISPI modes
Paolo Bonzini
2015-01-06
1
-8
/
+19
*
vga: rework bar detection, add virtio-vga
Gerd Hoffmann
2014-03-06
1
-4
/
+12
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-35
/
+19
*
vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.
Kevin O'Connor
2013-12-04
1
-0
/
+2
*
vgabios: Add bochsvga "HDTV" resolutions.
Kevin O'Connor
2013-12-04
1
-0
/
+9
*
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
Kevin O'Connor
2013-12-04
1
-7
/
+6
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-0
/
+12
*
Move vbe.h to std/vbe.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-5
/
+5
*
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
bochsvga: fallback to stdvga if dispi interface isn't present
Gerd Hoffmann
2013-09-16
1
-19
/
+48
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
Enable VGA output when settings bochs-specific mode
David Woodhouse
2013-02-16
1
-0
/
+1
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-2
/
+2
*
vgabios: Check for relocatable windows before advertising support for it.
Kevin O'Connor
2012-09-04
1
-0
/
+1
*
vga: fix bochs lfb size display
Gerd Hoffmann
2012-02-06
1
-1
/
+1
*
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
2012-02-04
1
-0
/
+65
*
vgabios: Add support for VBE get/set dac palette format (func 08).
Kevin O'Connor
2012-02-04
1
-0
/
+21
*
vgabios: Handle VGA option rom being re-run.
Kevin O'Connor
2012-02-02
1
-0
/
+3
*
vgabios: Move bocshvga mode checking from runtime to init.
Kevin O'Connor
2012-02-01
1
-94
/
+85
*
vgabios: Rework bochsvga mode switching.
Kevin O'Connor
2012-02-01
1
-36
/
+6
*
vgabios: Fix linelength calculations in bochsvga and vbe.
Kevin O'Connor
2012-02-01
1
-1
/
+2
*
vgabios: handle vmware vga in bochsvga.
Kevin O'Connor
2012-02-01
1
-4
/
+13
*
vgabios: Update copyright statements in bochsvga.c and vbe.c.
Kevin O'Connor
2012-02-01
1
-0
/
+8
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-0
/
+21
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-0
/
+15
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
1
-0
/
+19
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-17
/
+13
*
vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.
Kevin O'Connor
2012-01-21
1
-61
/
+61
*
vgabios: Check that the PCI BDF passed in is valid before using.
Kevin O'Connor
2012-01-19
1
-5
/
+4
*
vgabios: Make VBE code depend on a config setting.
Kevin O'Connor
2012-01-16
1
-1
/
+0
*
vgabios: Use standard VGA IO wrapper functions in bochsvga.
Kevin O'Connor
2012-01-16
1
-34
/
+19
*
vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.
Kevin O'Connor
2012-01-14
1
-22
/
+4
*
vgabios: Make VBE code independent of bochsvga.
Kevin O'Connor
2012-01-14
1
-89
/
+48
*
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
2012-01-14
1
-12
/
+6
*
vgabios: Use vgamode_s in cirrus and bochsvga mode tables.
Kevin O'Connor
2012-01-14
1
-90
/
+81
*
vgabios: Add memmodel field to bochsvga mode list.
Kevin O'Connor
2012-01-14
1
-61
/
+62
*
vgabios: Unify X_init() functions.
Kevin O'Connor
2011-12-31
1
-8
/
+7
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-5
/
+30
*
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+1
*
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
2011-12-31
1
-2
/
+2
*
vgabios: Use bochsvga_ prefix for bochs vga functions.
Kevin O'Connor
2011-12-31
1
-17
/
+16
[next]