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
/
vbe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdvgaio: Only read/write one color palette entry at a time
Kevin O'Connor
2024-04-13
1
-11
/
+5
*
vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()
Kevin O'Connor
2024-03-15
1
-1
/
+1
*
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
2024-03-15
1
-25
/
+26
*
vbe: implement function 09h (get/set palette data)
Daniel Verkamp
2024-03-15
1
-0
/
+58
*
vgasrc: round up save/restore size
Daniel Verkamp
2024-03-12
1
-1
/
+1
*
vbe: Add VBE 2.0+ OemData field to struct vbe_info
Daniel Verkamp
2024-03-10
1
-1
/
+3
*
vbe: add edid support.
Gerd Hoffmann
2019-05-15
1
-0
/
+30
*
SeaVGABIOS/vbe: Query driver for scanline pitch v2
Patrick Rudolph
2017-06-12
1
-1
/
+1
*
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
2016-08-05
1
-1
/
+7
*
vgabios: Support emulating text mode attributes while in graphics mode
Kevin O'Connor
2014-11-12
1
-3
/
+2
*
vgabios: Rename vbe_flags to flags
Kevin O'Connor
2014-10-27
1
-3
/
+4
*
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
2014-10-27
1
-4
/
+4
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-21
/
+6
*
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
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
vgabios: Limit the range of the VBE number of "pages" parameter.
Kevin O'Connor
2013-09-18
1
-0
/
+4
*
vgabios: Add support for text and cga modes to vbe_104f01().
Kevin O'Connor
2012-09-08
1
-44
/
+64
*
vgabios: Check for relocatable windows before advertising support for it.
Kevin O'Connor
2012-09-04
1
-3
/
+4
*
vgabios: Ignore mode flags in vbe get_mode_info call.
Kevin O'Connor
2012-09-03
1
-1
/
+1
*
vgabios: Some tweaks to optimize stack space.
Kevin O'Connor
2012-02-13
1
-1
/
+1
*
vgabios: Claim VBE 3 support; minor VBE cleanups.
Kevin O'Connor
2012-02-12
1
-10
/
+8
*
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
2012-02-04
1
-2
/
+30
*
vgabios: Add support for VBE get/set dac palette format (func 08).
Kevin O'Connor
2012-02-04
1
-2
/
+23
*
vgabios: Fix linelength calculations in bochsvga and vbe.
Kevin O'Connor
2012-02-01
1
-9
/
+4
*
vgabios: Update copyright statements in bochsvga.c and vbe.c.
Kevin O'Connor
2012-02-01
1
-1
/
+2
*
vgabios: Add VBE power management (10h) stub function.
Kevin O'Connor
2012-02-01
1
-0
/
+21
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-2
/
+31
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-2
/
+27
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
1
-3
/
+27
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-8
/
+4
*
vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.
Kevin O'Connor
2012-01-21
1
-3
/
+3
*
vgabios: Make VBE code depend on a config setting.
Kevin O'Connor
2012-01-16
1
-2
/
+1
*
vgabios: Make cirrus line lengths standard.
Kevin O'Connor
2012-01-14
1
-1
/
+1
*
vgabios: Unify cirrus and vbe vesa functions.
Kevin O'Connor
2012-01-14
1
-11
/
+10
*
vgabios: Make VBE code independent of bochsvga.
Kevin O'Connor
2012-01-14
1
-36
/
+37
*
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
2012-01-14
1
-2
/
+4
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-34
/
+8
*
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
2011-12-31
1
-1
/
+2
*
vgabios: Move vbe code from vgabios.c to new file vbe.c.
Kevin O'Connor
2011-12-31
1
-0
/
+301
*
vgabios: Rename vbe.c to bochsvga.c.
Kevin O'Connor
2011-12-31
1
-340
/
+0
*
Preliminary DISPI VBE driver implementation
Julian Pidancet
2011-12-20
1
-6
/
+204
*
Partially implement VBE interface, create VBE driver skeleton
Julian Pidancet
2011-12-20
1
-0
/
+142