summaryrefslogtreecommitdiff
path: root/vgasrc/vbe.c
Commit message (Expand)AuthorAgeFilesLines
* vbe: add edid support.Gerd Hoffmann2019-05-151-0/+30
* SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph2017-06-121-1/+1
* vgautil: Add new header file with misc function and variable definitionsKevin O'Connor2016-08-051-1/+7
* vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor2014-11-121-3/+2
* vgabios: Rename vbe_flags to flagsKevin O'Connor2014-10-271-3/+4
* vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor2014-10-271-4/+4
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-051-21/+6
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-5/+5
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor2013-09-181-0/+4
* vgabios: Add support for text and cga modes to vbe_104f01().Kevin O'Connor2012-09-081-44/+64
* vgabios: Check for relocatable windows before advertising support for it.Kevin O'Connor2012-09-041-3/+4
* vgabios: Ignore mode flags in vbe get_mode_info call.Kevin O'Connor2012-09-031-1/+1
* vgabios: Some tweaks to optimize stack space.Kevin O'Connor2012-02-131-1/+1
* vgabios: Claim VBE 3 support; minor VBE cleanups.Kevin O'Connor2012-02-121-10/+8
* vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor2012-02-041-2/+30
* vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor2012-02-041-2/+23
* vgabios: Fix linelength calculations in bochsvga and vbe.Kevin O'Connor2012-02-011-9/+4
* vgabios: Update copyright statements in bochsvga.c and vbe.c.Kevin O'Connor2012-02-011-1/+2
* vgabios: Add VBE power management (10h) stub function.Kevin O'Connor2012-02-011-0/+21
* vgabios: Add support for VBE get/set display start function.Kevin O'Connor2012-02-011-2/+31
* vgabios: Add support for vbe get/set line length function.Kevin O'Connor2012-02-011-2/+27
* vgabios: Add support for vesa get/set window function.Kevin O'Connor2012-02-011-3/+27
* vgabios: Move BDA setting from driver code to common code.Kevin O'Connor2012-02-011-8/+4
* vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.Kevin O'Connor2012-01-211-3/+3
* vgabios: Make VBE code depend on a config setting.Kevin O'Connor2012-01-161-2/+1
* vgabios: Make cirrus line lengths standard.Kevin O'Connor2012-01-141-1/+1
* vgabios: Unify cirrus and vbe vesa functions.Kevin O'Connor2012-01-141-11/+10
* vgabios: Make VBE code independent of bochsvga.Kevin O'Connor2012-01-141-36/+37
* vgabios: Unify code to generate the vbe mode list.Kevin O'Connor2012-01-141-2/+4
* vgabios: Unify X_set_mode() functions.Kevin O'Connor2011-12-311-34/+8
* vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor2011-12-311-1/+2
* vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor2011-12-311-0/+301
* vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor2011-12-311-340/+0
* Preliminary DISPI VBE driver implementationJulian Pidancet2011-12-201-6/+204
* Partially implement VBE interface, create VBE driver skeletonJulian Pidancet2011-12-201-0/+142