aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2008-08-21Fix OpenBSD linker warningsblueswir1
2008-07-01Implement resolution switching in common console code.pbrook
2008-05-04Fix spurious VGA updatesaurel32
2008-02-11Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog
2008-02-10Add an ncurses UI.balrog
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-10 Fix patch splitting lossage in vga.cblueswir1
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir1
2007-06-10 Merge TCX and VGA pixel operationsblueswir1
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog
2007-04-29Memory-mapped interface for VGA, by Herve Poussineau.ths
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths
2006-09-25VBE 4 bit bank selection fix (Volker Rupper)bellard
2006-09-21VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard
2006-08-18fixed VGA resolutions with height > 1024bellard
2006-08-17save VGA PCI statebellard
2006-06-13support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard
2006-05-10bgr32 pixel format supportbellard
2006-04-09Allow multiple graphics devices.pbrook
2005-07-03VGA bios support for PowerPCbellard
2005-04-23removed obsolete S3 VGA codebellard
2005-02-10dirty flag changesbellard
2004-11-14vga font change detectionbellard
2004-11-07CRTC register write protection fix - line_compare, multi_scan and double_scan...bellard
2004-10-10limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard
2004-06-26dac write index register is r/w (Volker Ruppert)bellard
2004-06-21added PCI busbellard
2004-06-08interlace supportbellard
2004-06-06generic hardware cursor supportbellard
2004-06-05Cirrus VGA display fixbellard
2004-06-05generic VGA API layerbellard
2004-06-03support for opaque data on memory I/Osbellard
2004-05-26partial big endian fixes - change VESA VBE ports for non i386 targets to avoi...bellard
2004-05-20dummy VGA PCI support - VGA font selection fix (Daniel Serpell)bellard
2004-04-29Bochs VBE emulation fixbellard
2004-04-28Bochs VBE emulation fixbellard
2004-04-28isa memory remapping support (aka PPC PREP VGA support)bellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard
2004-04-25disabled S3 VGAbellard
2004-04-15avoid segfault if transient invalid text resolutionbellard
2004-04-15blanking supportbellard
2004-04-07vga 9 pixel wide text char fixbellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-31use new timer APIbellard
2004-03-17device independent VGA screen dumpbellard