Age | Commit message (Expand) | Author | Files | Lines |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -3/+3 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -3/+3 |
2009-09-09 | vga and cirrus_vga: create vga_ioport_invalid() and use it everywhere | Juan Quintela | 1 | -0/+2 |
2009-09-09 | vga: split vga-isa-mm.o | Juan Quintela | 1 | -1/+0 |
2009-09-09 | vga: export vga_mem_{read,write} | Juan Quintela | 1 | -0/+2 |
2009-09-09 | vga: split vga_{load, save} into pci and common parts | Juan Quintela | 1 | -1/+2 |
2009-09-09 | vga: export vga_ioport_{read,write} | Juan Quintela | 1 | -0/+2 |
2009-08-27 | Everything outside of vga.c should use VGACommonState | Juan Quintela | 1 | -6/+4 |
2009-08-27 | Introduce vga_common_reset() to be able to typcheck vga_reset() | Juan Quintela | 1 | -1/+1 |
2009-08-10 | qdev/prop: convert vga.c to helper macros. | Gerd Hoffmann | 1 | -2/+2 |
2009-08-10 | vga: do not resize the screen on hw_invalidate | Stefano Stabellini | 1 | -0/+1 |
2009-05-13 | Remove vga_ram_size | Paul Brook | 1 | -0/+3 |
2009-05-08 | vga: Replace VGA_COMMON with a structure | Avi Kivity | 1 | -86/+84 |
2009-04-17 | vga: Cleanup dirty logging (Jan Kiszka) | aliguori | 1 | -1/+0 |
2009-04-10 | Clean up VGA ram allocation. | pbrook | 1 | -2/+1 |
2009-04-07 | Revert r6989 | aliguori | 1 | -4/+0 |
2009-04-05 | Fix display breakage when resizing the screen (v2) (Avi Kivity) | aliguori | 1 | -0/+4 |
2009-01-16 | fix screendump (Stefano Stabellini) | aliguori | 1 | -2/+1 |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori | 1 | -2/+1 |
2009-01-15 | DisplayState interface change (Stefano Stabellini) | aliguori | 1 | -0/+2 |
2009-01-05 | Add cirrus reset handler | blueswir1 | 1 | -0/+1 |
2008-12-01 | Change MMIO callbacks to use offsets, not absolute addresses. | pbrook | 1 | -1/+0 |
2008-11-24 | vga optimization (Glauber Costa) | aliguori | 1 | -0/+9 |
2008-11-24 | move vga_io_address to VGA State (Glauber Costa) | aliguori | 1 | -0/+1 |
2008-11-24 | better type checking for vga (Glauber Costa) | aliguori | 1 | -2/+2 |
2008-09-28 | Optional "precise" VGA retrace support | malc | 1 | -1/+24 |
2008-07-01 | Implement resolution switching in common console code. | pbrook | 1 | -0/+1 |
2008-02-10 | Add an ncurses UI. | balrog | 1 | -0/+1 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -3/+3 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -13/+13 |
2007-05-13 | Allow VMware-SVGA operation enable before command FIFO is configured. Implem... | balrog | 1 | -0/+2 |
2007-04-29 | Memory-mapped interface for VGA, by Herve Poussineau. | ths | 1 | -0/+2 |
2007-04-02 | VMware SVGA II emulation, by Andrzej Zaborowski. | ths | 1 | -0/+4 |
2006-09-21 | VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert) | bellard | 1 | -0/+3 |
2006-08-18 | fixed VGA resolutions with height > 1024 | bellard | 1 | -1/+2 |
2006-08-17 | save VGA PCI state | bellard | 1 | -0/+1 |
2006-06-13 | support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ... | bellard | 1 | -3/+6 |
2005-07-03 | VGA bios support for PowerPC | bellard | 1 | -0/+2 |
2004-11-14 | vga font change detection | bellard | 1 | -0/+1 |
2004-06-08 | interlace support | bellard | 1 | -0/+3 |
2004-06-06 | generic hardware cursor support | bellard | 1 | -0/+27 |
2004-06-05 | avoid using anonymous struct extension (not supported by all gcc 3.x) | bellard | 1 | -51/+66 |
2004-06-05 | generic VGA API layer | bellard | 1 | -0/+122 |