summaryrefslogtreecommitdiffstats
path: root/hw/vga.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use "hz" in identifiers to make AIX happy.balrog2008-11-121-3/+3
* fix some variable initizalization issues (Stefano Stabellini)aliguori2008-11-121-1/+1
* Fix some debugging mistakes/leftoversmalc2008-10-111-2/+0
* Fix dots per clock value, cleanup and "optimize"malc2008-09-281-10/+9
* Optional "precise" VGA retrace supportmalc2008-09-281-2/+161
* Fix OpenBSD linker warningsblueswir12008-08-211-3/+5
* Implement resolution switching in common console code.pbrook2008-07-011-10/+10
* Fix spurious VGA updatesaurel322008-05-041-2/+10
* Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...balrog2008-02-111-7/+8
* Add an ncurses UI.balrog2008-02-101-3/+166
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-5/+5
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-25/+25
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-87/+87
* Fix patch splitting lossage in vga.cblueswir12007-06-101-0/+8
* Attempt to fix incorrect colours on some BGR displaysblueswir12007-06-101-3/+55
* Merge TCX and VGA pixel operationsblueswir12007-06-101-25/+1
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog2007-05-131-2/+2
* Memory-mapped interface for VGA, by Herve Poussineau.ths2007-04-291-0/+99
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-3/+9
* VBE 4 bit bank selection fix (Volker Rupper)bellard2006-09-251-1/+5
* VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard2006-09-211-4/+13
* fixed VGA resolutions with height > 1024bellard2006-08-181-7/+11
* save VGA PCI statebellard2006-08-171-54/+82
* support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard2006-06-131-11/+39
* bgr32 pixel format supportbellard2006-05-101-24/+55
* Allow multiple graphics devices.pbrook2006-04-091-8/+12
* VGA bios support for PowerPCbellard2005-07-031-3/+18
* removed obsolete S3 VGA codebellard2005-04-231-62/+1
* dirty flag changesbellard2005-02-101-4/+7
* vga font change detectionbellard2004-11-141-5/+16
* CRTC register write protection fix - line_compare, multi_scan and double_scan...bellard2004-11-071-17/+15
* limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard2004-10-101-2/+1
* dac write index register is r/w (Volker Ruppert)bellard2004-06-261-0/+3
* added PCI busbellard2004-06-211-7/+5
* interlace supportbellard2004-06-081-7/+25
* generic hardware cursor supportbellard2004-06-061-12/+20
* Cirrus VGA display fixbellard2004-06-051-5/+11
* generic VGA API layerbellard2004-06-051-127/+69
* support for opaque data on memory I/Osbellard2004-06-031-33/+33
* partial big endian fixes - change VESA VBE ports for non i386 targets to avoi...bellard2004-05-261-27/+63
* dummy VGA PCI support - VGA font selection fix (Daniel Serpell)bellard2004-05-201-6/+38
* Bochs VBE emulation fixbellard2004-04-291-1/+2
* Bochs VBE emulation fixbellard2004-04-281-0/+8
* isa memory remapping support (aka PPC PREP VGA support)bellard2004-04-281-15/+14
* amd64 port (Jocelyn Mayer)bellard2004-04-261-1/+1
* consistent use of target_ulong and target_phys_addr_tbellard2004-04-251-6/+6
* disabled S3 VGAbellard2004-04-251-22/+32
* avoid segfault if transient invalid text resolutionbellard2004-04-151-0/+5
OpenPOWER on IntegriCloud