aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir1
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-23fix endianness problem sharing the videoram buffermalc
2009-01-16Fix vga on PPCaurel32
2009-01-16fix screendump (Stefano Stabellini)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori
2009-01-15remove bgr (Stefano Stabellini)aliguori
2009-01-05Add cirrus reset handlerblueswir1
2009-01-04Fix VGA screen dumpblueswir1
2008-12-28Register reset handlersblueswir1
2008-12-09KVM: Coalesced MMIO supportaliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-24vga optimization (Glauber Costa)aliguori
2008-11-24better type checking for vga (Glauber Costa)aliguori
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori
2008-10-11Fix some debugging mistakes/leftoversmalc
2008-09-28Fix dots per clock value, cleanup and "optimize"malc
2008-09-28Optional "precise" VGA retrace supportmalc
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