aboutsummaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)Author
2006-09-25VBE 4 bit bank selection fix (Volker Rupper)bellard
2006-09-21VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard
2006-08-18fixed VGA resolutions with height > 1024bellard
2006-08-17save VGA PCI statebellard
2006-06-13support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard
2006-05-10bgr32 pixel format supportbellard
2006-04-09Allow multiple graphics devices.pbrook
2005-07-03VGA bios support for PowerPCbellard
2005-04-23removed obsolete S3 VGA codebellard
2005-02-10dirty flag changesbellard
2004-11-14vga font change detectionbellard
2004-11-07CRTC register write protection fix - line_compare, multi_scan and double_scan...bellard
2004-10-10limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard
2004-06-26dac write index register is r/w (Volker Ruppert)bellard
2004-06-21added PCI busbellard
2004-06-08interlace supportbellard
2004-06-06generic hardware cursor supportbellard
2004-06-05Cirrus VGA display fixbellard
2004-06-05generic VGA API layerbellard
2004-06-03support for opaque data on memory I/Osbellard
2004-05-26partial big endian fixes - change VESA VBE ports for non i386 targets to avoi...bellard
2004-05-20dummy VGA PCI support - VGA font selection fix (Daniel Serpell)bellard
2004-04-29Bochs VBE emulation fixbellard
2004-04-28Bochs VBE emulation fixbellard
2004-04-28isa memory remapping support (aka PPC PREP VGA support)bellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard
2004-04-25disabled S3 VGAbellard
2004-04-15avoid segfault if transient invalid text resolutionbellard
2004-04-15blanking supportbellard
2004-04-07vga 9 pixel wide text char fixbellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-31use new timer APIbellard
2004-03-17device independent VGA screen dumpbellard
2004-03-14io port API change - removed dumb console redraw (not useful)bellard
2004-02-06bochs vbe: virtual screen support and bank switch (untested)bellard
2004-02-06added bochs VBE supportbellard
2004-01-27vga memory address fixbellard
2004-01-05use CPUStatebellard
2004-01-04hack for target_ulong definebellard
2004-01-04explicited S3 specific code - added more debug codebellard
2003-10-30big endian fixesbellard
2003-09-30multiscan/doublescan fix (malc)bellard
2003-09-30new directory structurebellard
2003-08-11mode X double scan fix (malc)bellard
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard