]> git.proxmox.com Git - mirror_qemu.git/history - hw/vga.c
Allow multiple graphics devices.
[mirror_qemu.git] / hw / vga.c
2006-04-09 pbrookAllow multiple graphics devices.
2005-07-03 bellardVGA bios support for PowerPC
2005-04-23 bellardremoved obsolete S3 VGA code
2005-02-10 bellarddirty flag changes
2004-11-14 bellardvga font change detection
2004-11-07 bellardCRTC register write protection fix - line_compare,...
2004-10-10 bellardlimited 8 bit support - removed unaligned memory access...
2004-06-26 bellarddac write index register is r/w (Volker Ruppert)
2004-06-21 bellardadded PCI bus
2004-06-08 bellardinterlace support
2004-06-06 bellardgeneric hardware cursor support
2004-06-05 bellardCirrus VGA display fix
2004-06-05 bellardgeneric VGA API layer
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-05-26 bellardpartial big endian fixes - change VESA VBE ports for...
2004-05-20 bellarddummy VGA PCI support - VGA font selection fix (Daniel...
2004-04-29 bellardBochs VBE emulation fix
2004-04-28 bellardBochs VBE emulation fix
2004-04-28 bellardisa memory remapping support (aka PPC PREP VGA support)
2004-04-26 bellardamd64 port (Jocelyn Mayer)
2004-04-25 bellardconsistent use of target_ulong and target_phys_addr_t
2004-04-25 bellarddisabled S3 VGA
2004-04-15 bellardavoid segfault if transient invalid text resolution
2004-04-15 bellardblanking support
2004-04-07 bellardvga 9 pixel wide text char fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellarduse new timer API
2004-03-17 bellarddevice independent VGA screen dump
2004-03-14 bellardio port API change - removed dumb console redraw (not...
2004-02-06 bellardbochs vbe: virtual screen support and bank switch ...
2004-02-06 bellardadded bochs VBE support
2004-01-27 bellardvga memory address fix
2004-01-05 bellarduse CPUState
2004-01-04 bellardhack for target_ulong define
2004-01-04 bellardexplicited S3 specific code - added more debug code
2003-10-30 bellardbig endian fixes
2003-09-30 bellardmultiscan/doublescan fix (malc)
2003-09-30 bellardnew directory structure
2003-08-11 bellardmode X double scan fix (malc)
2003-08-08 bellardFull VGA support, including old CGA modes, VGA planar...
2003-08-05 bellardfixed graphical VGA 16 color mode - fixed 9 pixel wide...
2003-08-04 bellardHardware level VGA emulation (only text mode is tested)