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