aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/stdvga.c
Commit message (Expand)AuthorAgeFilesLines
* stdvgaio: Only read/write one color palette entry at a timeKevin O'Connor2024-04-131-8/+42
* stdvga: Add stdvga_set_vertical_size() helper functionKevin O'Connor2024-04-051-0/+11
* stdvga: Rename stdvga_get_vde() to stdvga_get_vertical_size()Kevin O'Connor2024-04-051-4/+4
* stdvga: Rename stdvga_set_scan_lines() to stdvga_set_character_height()Kevin O'Connor2024-04-051-1/+1
* stdvga: Rename stdvga_set_text_block_specifier() to stdvga_set_font_location()Kevin O'Connor2024-04-051-7/+7
* stdvga: Rework stdvga palette index paging interface functionsKevin O'Connor2024-04-051-13/+18
* stdvga: Rename stdvga_toggle_intensity() to stdvga_set_palette_blinking()Kevin O'Connor2024-04-051-2/+2
* stdvga: Add comments to interface functions in stdvga.cKevin O'Connor2024-04-051-1/+22
* stdvga: Rename CGA palette functionsKevin O'Connor2024-04-051-9/+14
* vgasrc: Rename vgahw_get_linesize() to vgahw_minimum_linelength()Kevin O'Connor2024-03-151-5/+11
* vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor2024-03-151-12/+12
* vga: Fix bug in stdvga_get_linesize()Kevin O'Connor2017-08-291-1/+1
* SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph2017-06-121-0/+5
* vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor2016-08-051-0/+1
* vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor2014-10-271-3/+3
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-40/+17
* vgabios: Make sure exported structs use PACKED.Kevin O'Connor2014-02-051-2/+2
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-4/+4
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+1
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-181-10/+10
* vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor2013-03-091-0/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-2/+2
* vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor2012-02-041-23/+91
* vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor2012-02-041-0/+12
* vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor2012-02-011-103/+2
* vgabios: Minor - pass display address to stdvga_set_cursor_pos().Kevin O'Connor2012-02-011-1/+2
* vgabios: Add support for VBE get/set display start function.Kevin O'Connor2012-02-011-8/+19
* vgabios: Add support for vbe get/set line length function.Kevin O'Connor2012-02-011-0/+31
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-0/+12
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-10/+5
* vgabios: Simplify planar4 vgafb code.Kevin O'Connor2012-01-191-0/+14
* vgabios: Use standard VGA IO wrapper functions in stdvga.c.Kevin O'Connor2012-01-161-226/+90
* vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor2012-01-161-83/+9
* vgabios: Unify code to generate the vbe mode list.Kevin O'Connor2012-01-141-0/+6
* vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor2012-01-141-10/+11
* vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor2012-01-141-4/+3
* vgabios: Unify X_init() functions.Kevin O'Connor2011-12-311-1/+3
* vgabios: Unify X_set_mode() functions.Kevin O'Connor2011-12-311-2/+5
* vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor2011-12-311-3/+79
* vgabios: Introduce stdvga_get_crtc() and use it consistently.Kevin O'Connor2011-12-311-11/+12
* vgabios: Fix typo in release_font_access() - inb instead of inw.Kevin O'Connor2011-12-311-1/+1
* vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor2011-12-311-2/+22
* vgabios: Rename vgahw_* functions to stdvga_*.Kevin O'Connor2011-12-311-35/+35
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-0/+560