summaryrefslogtreecommitdiff
path: root/hw/vga.c
AgeCommit message (Expand)AuthorFilesLines
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-25/+25
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-87/+87
2007-06-10 Fix patch splitting lossage in vga.cblueswir11-0/+8
2007-06-10 Attempt to fix incorrect colours on some BGR displaysblueswir11-3/+55
2007-06-10 Merge TCX and VGA pixel operationsblueswir11-25/+1
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-05-13Allow VMware-SVGA operation enable before command FIFO is configured. Implem...balrog1-2/+2
2007-04-29Memory-mapped interface for VGA, by Herve Poussineau.ths1-0/+99
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-3/+9
2006-09-25VBE 4 bit bank selection fix (Volker Rupper)bellard1-1/+5
2006-09-21VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)bellard1-4/+13
2006-08-18fixed VGA resolutions with height > 1024bellard1-7/+11
2006-08-17save VGA PCI statebellard1-54/+82
2006-06-13support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard1-11/+39
2006-05-10bgr32 pixel format supportbellard1-24/+55
2006-04-09Allow multiple graphics devices.pbrook1-8/+12
2005-07-03VGA bios support for PowerPCbellard1-3/+18
2005-04-23removed obsolete S3 VGA codebellard1-62/+1
2005-02-10dirty flag changesbellard1-4/+7
2004-11-14vga font change detectionbellard1-5/+16
2004-11-07CRTC register write protection fix - line_compare, multi_scan and double_scan...bellard1-17/+15
2004-10-10limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard1-2/+1
2004-06-26dac write index register is r/w (Volker Ruppert)bellard1-0/+3
2004-06-21added PCI busbellard1-7/+5
2004-06-08interlace supportbellard1-7/+25
2004-06-06generic hardware cursor supportbellard1-12/+20
2004-06-05Cirrus VGA display fixbellard1-5/+11
2004-06-05generic VGA API layerbellard1-127/+69
2004-06-03support for opaque data on memory I/Osbellard1-33/+33
2004-05-26partial big endian fixes - change VESA VBE ports for non i386 targets to avoi...bellard1-27/+63
2004-05-20dummy VGA PCI support - VGA font selection fix (Daniel Serpell)bellard1-6/+38
2004-04-29Bochs VBE emulation fixbellard1-1/+2
2004-04-28Bochs VBE emulation fixbellard1-0/+8
2004-04-28isa memory remapping support (aka PPC PREP VGA support)bellard1-15/+14
2004-04-26amd64 port (Jocelyn Mayer)bellard1-1/+1
2004-04-25consistent use of target_ulong and target_phys_addr_tbellard1-6/+6
2004-04-25disabled S3 VGAbellard1-22/+32
2004-04-15avoid segfault if transient invalid text resolutionbellard1-0/+5
2004-04-15blanking supportbellard1-6/+50
2004-04-07vga 9 pixel wide text char fixbellard1-2/+2
2004-03-31win32 port (initial patch by kazu)bellard1-22/+0
2004-03-31use new timer APIbellard1-0/+94
2004-03-17device independent VGA screen dumpbellard1-23/+104
2004-03-14io port API change - removed dumb console redraw (not useful)bellard1-53/+24
2004-02-06bochs vbe: virtual screen support and bank switch (untested)bellard1-20/+67
2004-02-06added bochs VBE supportbellard1-36/+242
2004-01-27vga memory address fixbellard1-0/+4
2004-01-05use CPUStatebellard1-5/+9
2004-01-04hack for target_ulong definebellard1-3/+3