summaryrefslogtreecommitdiff
path: root/vgasrc/stdvgamodes.c
Commit message (Expand)AuthorAgeFilesLines
* 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