aboutsummaryrefslogtreecommitdiffstats
path: root/hw/vga_template.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-04vga: use constants from vga.hBlue Swirl1-4/+4
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl1-66/+0
2009-09-09vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela1-10/+10
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-3/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-41/+41
2006-05-11BGR_FORMAT fixbellard1-1/+1
2006-05-10bgr32 pixel format supportbellard1-77/+83
2004-10-10limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard1-8/+7
2004-06-21endianness fixesbellard1-3/+15
2004-06-06hardware cursor depth = 15 fixbellard1-1/+1
2004-06-06generic hardware cursor supportbellard1-0/+68
2004-04-07vga 9 pixel wide text char fixbellard1-8/+8
2004-02-06added bochs VBE supportbellard1-0/+20
2003-10-27full softmmu supportbellard1-2/+2
2003-09-16depth 32 fixbellard1-8/+8
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard1-9/+135
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard1-6/+6
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard1-0/+294