summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vga: Rename last VGAState occurrences to VGACommonStateJuan Quintela2009-09-091-10/+10
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-3/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-41/+41
* BGR_FORMAT fixbellard2006-05-111-1/+1
* bgr32 pixel format supportbellard2006-05-101-77/+83
* limited 8 bit support - removed unaligned memory accesses in VGA (initial pat...bellard2004-10-101-8/+7
* endianness fixesbellard2004-06-211-3/+15
* hardware cursor depth = 15 fixbellard2004-06-061-1/+1
* generic hardware cursor supportbellard2004-06-061-0/+68
* vga 9 pixel wide text char fixbellard2004-04-071-8/+8
* added bochs VBE supportbellard2004-02-061-0/+20
* full softmmu supportbellard2003-10-271-2/+2
* depth 32 fixbellard2003-09-161-8/+8
* Full VGA support, including old CGA modes, VGA planar and mode Xbellard2003-08-081-9/+135
* fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard2003-08-051-6/+6
* Hardware level VGA emulation (only text mode is tested)bellard2003-08-041-0/+294