summaryrefslogtreecommitdiff
path: root/hw/cirrus_vga.c
AgeCommit message (Expand)Author
2005-04-26depth=24 write mask fix (Volker Ruppert)bellard
2005-04-17destination write mask support, fixed banked memory access, read-only access ...bellard
2005-01-26mode 4 and 5 write fix (Magnus Damn)bellard
2004-11-15bitblt fix (aka Solaris display fix)bellard
2004-11-07CRTC register write protection fixbellard
2004-10-10faster Cirrus VGA VRAM accessbellard
2004-07-10load/save state supportbellard
2004-07-0624 bpp fixesbellard
2004-06-26dac write index register is r/w - CR1D access fix (Volker Ruppert)bellard
2004-06-21added PCI busbellard
2004-06-09pattern fill fixes and optimizationbellard
2004-06-08set memory size to 4MB for 5446 - fixed memory size probe (aka Win2000 bug) -...bellard
2004-06-07cirrus blitter fixesbellard
2004-06-06hardware cursor support - fill with rop support - color expand and color expa...bellard
2004-06-05better to use different ID for ISA and PCIbellard
2004-06-05change ID to CLGD5446 - added solidfill support - fixed hidden dac accessbellard
2004-06-05Cirrus fixesbellard
2004-06-05avoid using anonymous struct extension (not supported by all gcc 3.x)bellard
2004-06-05mmio support for vga registers - line offset fix - (aka XFree86 4.3.0 fixes)bellard
2004-06-05Cirrus VGA emulation (initial patch by Suzu - heavily modified for easier merge)bellard