aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/cbvga.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-18cbvga: reuse svga modes definitions from svgamodes.cUwe Kleine-König1-71/+9
2018-09-18SeaVGABios/cbvga: Fix bpp for coreboot framebufferMatt DeVillier1-2/+8
2018-06-26cbvga_set_mode: refine clear display logicGerd Hoffmann1-8/+10
2018-06-22cbvga_set_mode: disable clearmem in windows x86 emulator.Gerd Hoffmann1-1/+9
2018-06-22cbvga_list_modes: don't list current mode twiceGerd Hoffmann1-1/+5
2018-06-22cbvga_setup_modes: use real mode number instead of 0x140Gerd Hoffmann1-0/+5
2018-06-22cbvga: factor out cbvga_setup_modes()Gerd Hoffmann1-25/+32
2017-06-12SeaVGABios/cbvga: Advertise compatible VESA modesPatrick Rudolph1-1/+103
2017-06-12SeaVGABios/cbvga: Use active mode to clear screenPatrick Rudolph1-1/+1
2017-06-12SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph1-0/+7
2017-06-12SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph1-1/+3
2016-08-05vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor1-1/+0
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor1-1/+2
2016-08-04vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor1-0/+1
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor1-2/+2
2014-11-12vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor1-3/+7
2014-04-11vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor1-0/+189