aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/stdvgamodes.c
Commit message (Expand)AuthorAgeFilesLines
* vgabios: Fix generating modes list for static_functionalityHEADmasterSteven Price2024-10-251-2/+2
* stdvgaio: Only read/write one color palette entry at a timeKevin O'Connor2024-04-131-4/+4
* stdvgamodes: Improve naming of dac palette tablesKevin O'Connor2024-03-311-42/+50
* stdvgamodes: No need to store pelmask in vga_modes[]Kevin O'Connor2024-03-311-19/+18
* vgasrc: Use curmode_g instead of vmode_g when mode is the current video modeKevin O'Connor2024-03-151-7/+5
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+2
* vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor2016-08-051-0/+10
* vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor2014-10-271-0/+9
* vgabios: Move standard table definitions to std/vga.hKevin O'Connor2014-10-271-2/+2
* vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.Kevin O'Connor2014-02-111-1/+1
* vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor2013-12-041-0/+7
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-2/+2
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+2
* Report stdvga modes in VBE via int10 (AX = 4F00h)Christian Gmeiner2012-09-101-0/+10
* vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor2012-02-011-2/+118
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-0/+7
* vgabios: Don't have geode code peak into stdvga mode struct.Kevin O'Connor2012-01-161-0/+11
* vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor2012-01-161-0/+362