summaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-10Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)aliguori1-0/+1
2009-03-22Fix VGA issue introduced by r6349 (malc)aliguori1-2/+10
2009-03-13temporarily disable logging around pci config writes (Avi Kivity)aliguori1-1/+12
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir11-2/+3
2009-01-26Move definition of rgb_to_pixel_dup_table (Nathan Froyd)aliguori1-11/+9
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-23fix endianness problem sharing the videoram buffermalc1-0/+7
2009-01-16Fix vga on PPCaurel321-34/+34
2009-01-16fix screendump (Stefano Stabellini)aliguori1-19/+24
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-17/+16
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-32/+69
2009-01-15remove bgr (Stefano Stabellini)aliguori1-12/+3
2009-01-05Add cirrus reset handlerblueswir11-2/+2
2009-01-04Fix VGA screen dumpblueswir11-27/+86
2008-12-28Register reset handlersblueswir11-7/+67
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-7/+6
2008-11-24vga optimization (Glauber Costa)aliguori1-0/+47
2008-11-24better type checking for vga (Glauber Costa)aliguori1-1/+1
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-15/+15
2008-11-12Don't use "hz" in identifiers to make AIX happy.balrog1-3/+3
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori1-1/+1
2008-10-11Fix some debugging mistakes/leftoversmalc1-2/+0
2008-09-28Fix dots per clock value, cleanup and "optimize"malc1-10/+9
2008-09-28Optional "precise" VGA retrace supportmalc1-2/+161
2008-08-21Fix OpenBSD linker warningsblueswir11-3/+5
2008-07-01Implement resolution switching in common console code.pbrook1-10/+10
2008-05-04Fix spurious VGA updatesaurel321-2/+10
2008-02-11Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog1-7/+8
2008-02-10Add an ncurses UI.balrog1-3/+166
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-5/+5
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-25/+25
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-87/+87
2007-06-10 Fix patch splitting lossage in vga.cblueswir11-0/+8
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir11-3/+55
2007-06-10 Merge TCX and VGA pixel operationsblueswir11-25/+1
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog1-2/+2
2007-04-29Memory-mapped interface for VGA, by Herve Poussineau.ths1-0/+99
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-3/+9
2006-09-25VBE 4 bit bank selection fix (Volker Rupper)bellard1-1/+5
2006-09-21VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard1-4/+13
2006-08-18fixed VGA resolutions with height > 1024bellard1-7/+11
2006-08-17save VGA PCI statebellard1-54/+82
2006-06-13support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard1-11/+39
2006-05-10bgr32 pixel format supportbellard1-24/+55
2006-04-09Allow multiple graphics devices.pbrook1-8/+12