aboutsummaryrefslogtreecommitdiffstats
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-01Implement resolution switching in common console code.pbrook1-2/+2
2008-05-08cirrusfb: proper "Attribute Controller Toggle Readback" register behaviouraurel321-1/+3
2008-05-05CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflowaurel321-13/+42
2008-02-10Add an ncurses UI.balrog1-1/+2
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-4/+4
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-10/+10
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-46/+46
2007-07-31Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada.ths1-10/+70
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-0/+3
2006-08-18fixed VGA resolutions with height > 1024bellard1-4/+9
2006-08-17save VGA PCI statebellard1-2/+13
2006-04-30VNC server (Anthony Liguori)bellard1-4/+79
2005-04-26depth=24 write mask fix (Volker Ruppert)bellard1-1/+1
2005-04-17destination write mask support, fixed banked memory access, read-only access ...bellard1-4/+4
2005-01-26mode 4 and 5 write fix (Magnus Damn)bellard1-7/+9
2004-11-15bitblt fix (aka Solaris display fix)bellard1-1/+2
2004-11-07CRTC register write protection fixbellard1-1/+1
2004-10-10faster Cirrus VGA VRAM accessbellard1-8/+78
2004-07-10load/save state supportbellard1-0/+91
2004-07-0624 bpp fixesbellard1-45/+60
2004-06-26dac write index register is r/w - CR1D access fix (Volker Ruppert)bellard1-2/+6
2004-06-21added PCI busbellard1-3/+3
2004-06-09pattern fill fixes and optimizationbellard1-21/+28
2004-06-08set memory size to 4MB for 5446 - fixed memory size probe (aka Win2000 bug) -...bellard1-14/+58
2004-06-07cirrus blitter fixesbellard1-3/+28
2004-06-06hardware cursor support - fill with rop support - color expand and color expa...bellard1-621/+655
2004-06-05better to use different ID for ISA and PCIbellard1-13/+10
2004-06-05change ID to CLGD5446 - added solidfill support - fixed hidden dac accessbellard1-73/+205
2004-06-05Cirrus fixesbellard1-32/+45
2004-06-05avoid using anonymous struct extension (not supported by all gcc 3.x)bellard1-2/+1
2004-06-05mmio support for vga registers - line offset fix - (aka XFree86 4.3.0 fixes)bellard1-129/+108
2004-06-05Cirrus VGA emulation (initial patch by Suzu - heavily modified for easier merge)bellard1-0/+2705