summaryrefslogtreecommitdiff
path: root/vgasrc
Commit message (Expand)AuthorAgeFilesLines
...
* vgabios: Refactor write_teletype and write_chars.Kevin O'Connor2014-02-081-49/+31
* vgabios: Don't interpret TAB character.Kevin O'Connor2014-02-081-7/+0
* vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor2014-02-051-5/+22
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-0510-194/+97
* vgabios: Simplify the bios save state area.Kevin O'Connor2014-02-052-51/+13
* vgabios: Make sure exported structs use PACKED.Kevin O'Connor2014-02-052-3/+3
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-1/+2
* Small improvements to irqentry_extrastack assembler.Kevin O'Connor2013-12-091-2/+1
* vgabios: Avoid memory references via %esp register in vgabios.Kevin O'Connor2013-12-091-5/+2
* vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor2013-12-044-154/+175
* vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor2013-12-043-0/+110
* vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor2013-12-041-3/+20
* vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.Kevin O'Connor2013-12-041-0/+2
* vgabios: Add bochsvga "HDTV" resolutions.Kevin O'Connor2013-12-041-0/+9
* vgabios: Support custom fonts in vga framebuffer text writing.Kevin O'Connor2013-12-041-54/+67
* vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor2013-12-044-7/+16
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-284-18/+18
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-183-3/+3
* Move optionroms.h to std/optionrom.h and util.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-187-31/+32
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-187-5/+10
* vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor2013-09-181-0/+4
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-184-19/+18
* bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann2013-09-161-19/+48
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-024-8/+8
* vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor2013-03-093-6/+8
* vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor2013-03-091-0/+1
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-1/+1
* Enable VGA output when setting Cirrus-specific modeLaszlo Ersek2013-02-161-0/+1
* Enable VGA output when settings bochs-specific modeDavid Woodhouse2013-02-161-0/+1
* geodevga: fix wrong define nameChristian Gmeiner2013-02-152-2/+2
* geodevga: add debug to msr functionsChristian Gmeiner2013-02-151-0/+7
* geodevga: move output setup to own functionChristian Gmeiner2013-02-151-29/+35
* geodevga: move framebuffer setupChristian Gmeiner2013-02-151-12/+17
* geodevga: fix errors in geode_fp_* functionsChristian Gmeiner2013-02-151-2/+2
* vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.Kevin O'Connor2013-02-131-3/+3
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-0510-24/+24
* vgabios: implement AX=1120H..1124H functionsrel-1.7.2Paolo Bonzini2013-01-121-0/+60
* geodevga: Setup flat panel if neededChristian Gmeiner2012-10-071-0/+19
* geodevga: Add defines for VP_MSR_PADSELChristian Gmeiner2012-10-071-0/+4
* geodevga: Setup output based on .configChristian Gmeiner2012-10-071-2/+27
* geodevga: Add configuration option for output modesChristian Gmeiner2012-10-071-0/+21
* geodevga: Add VP_MSR_CONFIG definesChristian Gmeiner2012-10-071-0/+7
* geodevga: Add some basic flat panel definesChristian Gmeiner2012-10-071-0/+9
* geodevga: Add functions to work with fp registerChristian Gmeiner2012-10-071-0/+17
* geodevga: Rename defines to better match a well defined naming schemaChristian Gmeiner2012-10-072-13/+13
* geodevga: Access global variables using GET_GLOBAL/SET_VGA macros.Kevin O'Connor2012-09-161-37/+39
* Report stdvga modes in VBE via int10 (AX = 4F00h)Christian Gmeiner2012-09-101-0/+10
* vgabios: Add support for text and cga modes to vbe_104f01().Kevin O'Connor2012-09-081-44/+64