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.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
-8
/
+42
*
stdvga: Add stdvga_set_vertical_size() helper function
Kevin O'Connor
2024-04-05
1
-0
/
+11
*
stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()
Kevin O'Connor
2024-04-05
1
-4
/
+4
*
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
-7
/
+7
*
stdvga: Rework stdvga palette index paging interface functions
Kevin O'Connor
2024-04-05
1
-13
/
+18
*
stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()
Kevin O'Connor
2024-04-05
1
-2
/
+2
*
stdvga: Add comments to interface functions in stdvga.c
Kevin O'Connor
2024-04-05
1
-1
/
+22
*
stdvga: Rename CGA palette functions
Kevin O'Connor
2024-04-05
1
-9
/
+14
*
vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()
Kevin O'Connor
2024-03-15
1
-5
/
+11
*
vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Kevin O'Connor
2024-03-15
1
-12
/
+12
*
vga: Fix bug in stdvga_get_linesize()
Kevin O'Connor
2017-08-29
1
-1
/
+1
*
SeaVGABIOS/vbe: Query driver for scanline pitch v2
Patrick Rudolph
2017-06-12
1
-0
/
+5
*
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
2016-08-05
1
-0
/
+1
*
vgabios: Refactor get/set_cursor_shape() code
Kevin O'Connor
2014-10-27
1
-3
/
+3
*
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
2014-02-05
1
-40
/
+17
*
vgabios: Make sure exported structs use PACKED.
Kevin O'Connor
2014-02-05
1
-2
/
+2
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-4
/
+4
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
2013-09-18
1
-10
/
+10
*
vgabios: Fix stdvga_perform_gray_scale_summing().
Kevin O'Connor
2013-03-09
1
-0
/
+1
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-2
/
+2
*
vgabios: Move save/restore state code from vgabios.c to stdvga.c.
Kevin O'Connor
2012-02-04
1
-23
/
+91
*
vgabios: Add support for VBE get/set dac palette format (func 08).
Kevin O'Connor
2012-02-04
1
-0
/
+12
*
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
Kevin O'Connor
2012-02-01
1
-103
/
+2
*
vgabios: Minor - pass display address to stdvga_set_cursor_pos().
Kevin O'Connor
2012-02-01
1
-1
/
+2
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
1
-8
/
+19
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
1
-0
/
+31
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
1
-0
/
+12
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
1
-10
/
+5
*
vgabios: Simplify planar4 vgafb code.
Kevin O'Connor
2012-01-19
1
-0
/
+14
*
vgabios: Use standard VGA IO wrapper functions in stdvga.c.
Kevin O'Connor
2012-01-16
1
-226
/
+90
*
vgabios: Add wrapper functions for accessing standard VGA registers.
Kevin O'Connor
2012-01-16
1
-83
/
+9
*
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
2012-01-14
1
-0
/
+6
*
vgabios: Extract out common parts of struct vgamode_s.
Kevin O'Connor
2012-01-14
1
-10
/
+11
*
vgabios: Use vesa style memory model flags in stdvga code.
Kevin O'Connor
2012-01-14
1
-4
/
+3
*
vgabios: Unify X_init() functions.
Kevin O'Connor
2011-12-31
1
-1
/
+3
*
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
2011-12-31
1
-2
/
+5
*
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
2011-12-31
1
-3
/
+79
*
vgabios: Introduce stdvga_get_crtc() and use it consistently.
Kevin O'Connor
2011-12-31
1
-11
/
+12
*
vgabios: Fix typo in release_font_access() - inb instead of inw.
Kevin O'Connor
2011-12-31
1
-1
/
+1
*
vgabios: Move vgafb_load_font to stdvga.c.
Kevin O'Connor
2011-12-31
1
-2
/
+22
*
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
2011-12-31
1
-35
/
+35
*
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
2011-12-31
1
-0
/
+560