index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-02-01
Add and use #defines for PCI device classes
blueswir1
1
-2
/
+1
2009-02-01
Update #defines for PCI vendor and device IDs from OpenBIOS and Linux
blueswir1
1
-2
/
+3
2009-01-26
Move definition of rgb_to_pixel_dup_table (Nathan Froyd)
aliguori
1
-11
/
+9
2009-01-26
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
1
-4
/
+2
2009-01-23
fix endianness problem sharing the videoram buffer
malc
1
-0
/
+7
2009-01-16
Fix vga on PPC
aurel32
1
-34
/
+34
2009-01-16
fix screendump (Stefano Stabellini)
aliguori
1
-19
/
+24
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-17
/
+16
2009-01-15
DisplayState interface change (Stefano Stabellini)
aliguori
1
-32
/
+69
2009-01-15
remove bgr (Stefano Stabellini)
aliguori
1
-12
/
+3
2009-01-05
Add cirrus reset handler
blueswir1
1
-2
/
+2
2009-01-04
Fix VGA screen dump
blueswir1
1
-27
/
+86
2008-12-28
Register reset handlers
blueswir1
1
-7
/
+67
2008-12-09
KVM: Coalesced MMIO support
aliguori
1
-0
/
+2
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-7
/
+6
2008-11-24
vga optimization (Glauber Costa)
aliguori
1
-0
/
+47
2008-11-24
better type checking for vga (Glauber Costa)
aliguori
1
-1
/
+1
2008-11-24
Introduce accessors for DisplayState (Stefano Stabellini)
aliguori
1
-15
/
+15
2008-11-12
Don't use "hz" in identifiers to make AIX happy.
balrog
1
-3
/
+3
2008-11-12
fix some variable initizalization issues (Stefano Stabellini)
aliguori
1
-1
/
+1
2008-10-11
Fix some debugging mistakes/leftovers
malc
1
-2
/
+0
2008-09-28
Fix dots per clock value, cleanup and "optimize"
malc
1
-10
/
+9
2008-09-28
Optional "precise" VGA retrace support
malc
1
-2
/
+161
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-3
/
+5
2008-07-01
Implement resolution switching in common console code.
pbrook
1
-10
/
+10
2008-05-04
Fix spurious VGA updates
aurel32
1
-2
/
+10
2008-02-11
Force a resize after leaving graphical mode in curses (spotted by Samuel Thib...
balrog
1
-7
/
+8
2008-02-10
Add an ncurses UI.
balrog
1
-3
/
+166
2007-12-16
qemu_put signedness fixes, by Andre Przywara.
ths
1
-5
/
+5
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+4
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-25
/
+25
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-87
/
+87
2007-06-10
Fix patch splitting lossage in vga.c
blueswir1
1
-0
/
+8
2007-06-10
Attempt to fix incorrect colours on some BGR displays
blueswir1
1
-3
/
+55
2007-06-10
Merge TCX and VGA pixel operations
blueswir1
1
-25
/
+1
2007-06-03
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2007-05-13
Allow VMware-SVGA operation enable before command FIFO is configured. Implem...
balrog
1
-2
/
+2
2007-04-29
Memory-mapped interface for VGA, by Herve Poussineau.
ths
1
-0
/
+99
2007-04-02
VMware SVGA II emulation, by Andrzej Zaborowski.
ths
1
-3
/
+9
2006-09-25
VBE 4 bit bank selection fix (Volker Rupper)
bellard
1
-1
/
+5
2006-09-21
VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert)
bellard
1
-4
/
+13
2006-08-18
fixed VGA resolutions with height > 1024
bellard
1
-7
/
+11
2006-08-17
save VGA PCI state
bellard
1
-54
/
+82
2006-06-13
support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...
bellard
1
-11
/
+39
2006-05-10
bgr32 pixel format support
bellard
1
-24
/
+55
2006-04-09
Allow multiple graphics devices.
pbrook
1
-8
/
+12
2005-07-03
VGA bios support for PowerPC
bellard
1
-3
/
+18
2005-04-23
removed obsolete S3 VGA code
bellard
1
-62
/
+1
2005-02-10
dirty flag changes
bellard
1
-4
/
+7
[next]