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
/
stdvga.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()
Kevin O'Connor
2024-04-05
1
-1
/
+1
*
stdvga: Rename stdvga_set_text_block_specifier() to stdvga_set_font_location()
Kevin O'Connor
2024-04-05
1
-1
/
+1
*
stdvga: Rework stdvga palette index paging interface functions
Kevin O'Connor
2024-04-05
1
-2
/
+3
*
stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()
Kevin O'Connor
2024-04-05
1
-1
/
+1
*
stdvga: Rename CGA palette functions
Kevin O'Connor
2024-04-05
1
-2
/
+2
*
vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()
Kevin O'Connor
2024-03-15
1
-0
/
+1
*
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
2024-03-15
1
-8
/
+8
*
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
2016-08-05
1
-31
/
+1
*
vgabios: Refactor get/set_cursor_shape() code
Kevin O'Connor
2014-10-27
1
-1
/
+1
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-3
/
+1
*
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
Kevin O'Connor
2013-12-04
1
-0
/
+1
*
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
vgabios: Move save/restore state code from vgabios.c to stdvga.c.
Kevin O'Connor
2012-02-04
1
-27
/
+3
*
vgabios: Add support for VBE get/set dac palette format (func 08).
Kevin O'Connor
2012-02-04
1
-0
/
+2
*
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
Kevin O'Connor
2012-02-01
1
-18
/
+2
*
vgabios: Minor - pass display address to stdvga_set_cursor_pos().
Kevin O'Connor
2012-02-01
1
-1
/
+1
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-1
/
+2
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-0
/
+3
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
1
-0
/
+2
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-1
/
+2
*
vgabios: Simplify planar4 vgafb code.
Kevin O'Connor
2012-01-19
1
-0
/
+1
*
vgabios: Don't have geode code peak into stdvga mode struct.
Kevin O'Connor
2012-01-16
1
-0
/
+1
*
vgabios: Rename vgatables.c to stdvgamodes.c.
Kevin O'Connor
2012-01-16
1
-1
/
+1
*
vgabios: Move video_param_table definition to vgabios.c.
Kevin O'Connor
2012-01-16
1
-0
/
+1
*
vgabios: Add wrapper functions for accessing standard VGA registers.
Kevin O'Connor
2012-01-16
1
-8
/
+23
*
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
2012-01-14
1
-0
/
+1
*
vgabios: Extract out common parts of struct vgamode_s.
Kevin O'Connor
2012-01-14
1
-8
/
+7
*
vgabios: Unify page size calculations; remove page size from vgamode_s.
Kevin O'Connor
2012-01-14
1
-1
/
+0
*
vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.
Kevin O'Connor
2012-01-14
1
-5
/
+6
*
vgabios: Use vesa style memory model flags in stdvga code.
Kevin O'Connor
2012-01-14
1
-18
/
+0
*
vgabios: Unify X_init() functions.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
2011-12-31
1
-3
/
+2
*
vgabios: Introduce stdvga_get_crtc() and use it consistently.
Kevin O'Connor
2011-12-31
1
-0
/
+1
*
vgabios: Move vgafb_load_font to stdvga.c.
Kevin O'Connor
2011-12-31
1
-2
/
+2
*
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
2011-12-31
1
-32
/
+32
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+143