vgabios: Add support for vbe get/set line length function.
[seabios.git] / vgasrc / vbe.c
2012-02-02 Kevin O'Connorvgabios: Add support for vbe get/set line length function.
2012-02-02 Kevin O'Connorvgabios: Add support for vesa get/set window function.
2012-02-02 Kevin O'Connorvgabios: Move BDA setting from driver code to common...
2012-01-21 Kevin O'Connorvgabios: Set cwidth/cheight/sstart in vgamode_s for...
2012-01-16 Kevin O'Connorvgabios: Make VBE code depend on a config setting.
2012-01-14 Kevin O'Connorvgabios: Make cirrus line lengths standard.
2012-01-14 Kevin O'Connorvgabios: Unify cirrus and vbe vesa functions.
2012-01-14 Kevin O'Connorvgabios: Make VBE code independent of bochsvga.
2012-01-14 Kevin O'Connorvgabios: Unify code to generate the vbe mode list.
2012-01-01 Kevin O'Connorvgabios: Unify X_set_mode() functions.
2011-12-31 Kevin O'Connorvgabios: Refactor vga_set_mode and stdvga_set_mode.
2011-12-31 Kevin O'Connorvgabios: Move vbe code from vgabios.c to new file vbe.c.
2011-12-31 Kevin O'Connorvgabios: Rename vbe.c to bochsvga.c.
2011-12-21 Julian PidancetPreliminary DISPI VBE driver implementation
2011-12-21 Julian PidancetPartially implement VBE interface, create VBE driver...