aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vbe.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor1-3/+2
2014-10-27vgabios: Rename vbe_flags to flagsKevin O'Connor1-3/+4
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor1-4/+4
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor1-21/+6
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-5/+5
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-18vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor1-0/+4
2012-09-08vgabios: Add support for text and cga modes to vbe_104f01().Kevin O'Connor1-44/+64
2012-09-04vgabios: Check for relocatable windows before advertising support for it.Kevin O'Connor1-3/+4
2012-09-03vgabios: Ignore mode flags in vbe get_mode_info call.Kevin O'Connor1-1/+1
2012-02-13vgabios: Some tweaks to optimize stack space.Kevin O'Connor1-1/+1
2012-02-12vgabios: Claim VBE 3 support; minor VBE cleanups.Kevin O'Connor1-10/+8
2012-02-04vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor1-2/+30
2012-02-04vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor1-2/+23
2012-02-01vgabios: Fix linelength calculations in bochsvga and vbe.Kevin O'Connor1-9/+4
2012-02-01vgabios: Update copyright statements in bochsvga.c and vbe.c.Kevin O'Connor1-1/+2
2012-02-01vgabios: Add VBE power management (10h) stub function.Kevin O'Connor1-0/+21
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor1-2/+31
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-2/+27
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor1-3/+27
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-8/+4
2012-01-21vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.Kevin O'Connor1-3/+3
2012-01-16vgabios: Make VBE code depend on a config setting.Kevin O'Connor1-2/+1
2012-01-14vgabios: Make cirrus line lengths standard.Kevin O'Connor1-1/+1
2012-01-14vgabios: Unify cirrus and vbe vesa functions.Kevin O'Connor1-11/+10
2012-01-14vgabios: Make VBE code independent of bochsvga.Kevin O'Connor1-36/+37
2012-01-14vgabios: Unify code to generate the vbe mode list.Kevin O'Connor1-2/+4
2011-12-31vgabios: Unify X_set_mode() functions.Kevin O'Connor1-34/+8
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor1-1/+2
2011-12-31vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor1-0/+301
2011-12-31vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor1-340/+0
2011-12-20Preliminary DISPI VBE driver implementationJulian Pidancet1-6/+204
2011-12-20Partially implement VBE interface, create VBE driver skeletonJulian Pidancet1-0/+142