Age | Commit message (Expand) | Author |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-06-10 | Fix patch splitting lossage in vga.c | blueswir1 |
2007-06-10 | Attempt to fix incorrect colours on some BGR displays | blueswir1 |
2007-06-10 | Merge TCX and VGA pixel operations | blueswir1 |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths |
2007-05-13 | Allow VMware-SVGA operation enable before command FIFO is configured. Implem... | balrog |
2007-04-29 | Memory-mapped interface for VGA, by Herve Poussineau. | ths |
2007-04-02 | VMware SVGA II emulation, by Andrzej Zaborowski. | ths |
2006-09-25 | VBE 4 bit bank selection fix (Volker Rupper) | bellard |
2006-09-21 | VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert) | bellard |
2006-08-18 | fixed VGA resolutions with height > 1024 | bellard |
2006-08-17 | save VGA PCI state | bellard |
2006-06-13 | support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ... | bellard |
2006-05-10 | bgr32 pixel format support | bellard |
2006-04-09 | Allow multiple graphics devices. | pbrook |
2005-07-03 | VGA bios support for PowerPC | bellard |
2005-04-23 | removed obsolete S3 VGA code | bellard |
2005-02-10 | dirty flag changes | bellard |
2004-11-14 | vga font change detection | bellard |
2004-11-07 | CRTC register write protection fix - line_compare, multi_scan and double_scan... | bellard |
2004-10-10 | limited 8 bit support - removed unaligned memory accesses in VGA (initial pat... | bellard |
2004-06-26 | dac write index register is r/w (Volker Ruppert) | bellard |
2004-06-21 | added PCI bus | bellard |
2004-06-08 | interlace support | bellard |
2004-06-06 | generic hardware cursor support | bellard |
2004-06-05 | Cirrus VGA display fix | bellard |
2004-06-05 | generic VGA API layer | bellard |
2004-06-03 | support for opaque data on memory I/Os | bellard |
2004-05-26 | partial big endian fixes - change VESA VBE ports for non i386 targets to avoi... | bellard |
2004-05-20 | dummy VGA PCI support - VGA font selection fix (Daniel Serpell) | bellard |
2004-04-29 | Bochs VBE emulation fix | bellard |
2004-04-28 | Bochs VBE emulation fix | bellard |
2004-04-28 | isa memory remapping support (aka PPC PREP VGA support) | bellard |
2004-04-26 | amd64 port (Jocelyn Mayer) | bellard |
2004-04-25 | consistent use of target_ulong and target_phys_addr_t | bellard |
2004-04-25 | disabled S3 VGA | bellard |
2004-04-15 | avoid segfault if transient invalid text resolution | bellard |
2004-04-15 | blanking support | bellard |
2004-04-07 | vga 9 pixel wide text char fix | bellard |
2004-03-31 | win32 port (initial patch by kazu) | bellard |
2004-03-31 | use new timer API | bellard |
2004-03-17 | device independent VGA screen dump | bellard |
2004-03-14 | io port API change - removed dumb console redraw (not useful) | bellard |
2004-02-06 | bochs vbe: virtual screen support and bank switch (untested) | bellard |
2004-02-06 | added bochs VBE support | bellard |
2004-01-27 | vga memory address fix | bellard |
2004-01-05 | use CPUState | bellard |
2004-01-04 | hack for target_ulong define | bellard |
2004-01-04 | explicited S3 specific code - added more debug code | bellard |