summaryrefslogtreecommitdiff
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)AuthorFilesLines
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