]> git.proxmox.com Git - mirror_qemu.git/history - hw/cirrus_vga.c
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[mirror_qemu.git] / hw / cirrus_vga.c
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-31 thsCirrus transparent BITBLT (w/o color expand), by Hitosh...
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.
2006-08-18 bellardfixed VGA resolutions with height > 1024
2006-08-17 bellardsave VGA PCI state
2006-04-30 bellardVNC server (Anthony Liguori)
2005-04-26 bellarddepth=24 write mask fix (Volker Ruppert)
2005-04-17 bellarddestination write mask support, fixed banked memory...
2005-01-26 bellardmode 4 and 5 write fix (Magnus Damn)
2004-11-15 bellardbitblt fix (aka Solaris display fix)
2004-11-07 bellardCRTC register write protection fix
2004-10-10 bellardfaster Cirrus VGA VRAM access
2004-07-10 bellardload/save state support
2004-07-06 bellard24 bpp fixes
2004-06-26 bellarddac write index register is r/w - CR1D access fix ...
2004-06-21 bellardadded PCI bus
2004-06-09 bellardpattern fill fixes and optimization
2004-06-08 bellardset memory size to 4MB for 5446 - fixed memory size...
2004-06-07 bellardcirrus blitter fixes
2004-06-06 bellardhardware cursor support - fill with rop support - color...
2004-06-05 bellardbetter to use different ID for ISA and PCI
2004-06-05 bellardchange ID to CLGD5446 - added solidfill support - fixed...
2004-06-05 bellardCirrus fixes
2004-06-05 bellardavoid using anonymous struct extension (not supported...
2004-06-05 bellardmmio support for vga registers - line offset fix -...
2004-06-05 bellardCirrus VGA emulation (initial patch by Suzu - heavily...