Sign in
qemu
/
qemu
/
4cfce484c5d7e514c23689f3194055b5463d6054
/
hw
/
cirrus_vga.c
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
4e12cd9
vga: Replace VGA_COMMON with a structure
by Avi Kivity
· 16 years ago
6407f37
use PCI_HEADER_TYPE.
by Isaku Yamahata
· 16 years ago
582af0d
Remove redundant cirrus vga ram functions.
by Paul Brook
· 16 years ago
1dcea8e
Remove vga LFB accessor hacks.
by Paul Brook
· 16 years ago
4b16eb9
vga: Cleanup dirty logging (Jan Kiszka)
by aliguori
· 16 years ago
b584726
Clean up VGA ram allocation.
by pbrook
· 16 years ago
799e709
Revert r6989
by aliguori
· 16 years ago
9586fef
Fix display breakage when resizing the screen (v2) (Avi Kivity)
by aliguori
· 16 years ago
d78f399
Delete some unused macros detected with -Wp,-Wunused-macros use
by blueswir1
· 16 years ago
8a93e51
stop dirty logging while updating cirrus bank memory (Glauber Costa)
by aliguori
· 16 years ago
70c1470
Sparse fixes: dubious mixing of bitwise and logical operations
by blueswir1
· 16 years ago
31c0550
Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)
by aliguori
· 16 years ago
d85d0d3
Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)
by aliguori
· 16 years ago
173a543
Add and use #defines for PCI device classes
by blueswir1
· 16 years ago
deb5439
Define PCI vendor and device IDs in pci.h (Stuart Brady)
by aliguori
· 16 years ago
7cff316
cirrus: unify unmapping of vram (Jan Kiszka)
by aliguori
· 16 years ago
fefe54e
cirrus: cleanup reset handler (Jan Kiszka)
by aliguori
· 16 years ago
f8b237a
cirrus: avoid resetting vga dirty logging unnecessarily (Avi Kivity)
by aliguori
· 16 years ago
ba7349c
cirrus: stop dirty logging during remaps (Jan Kiszka)
by aliguori
· 16 years ago
ee50c6b
cirrus: unmap vram on reset (Jan Kiszka)
by aliguori
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
7d957bd
DisplayState interface change (Stefano Stabellini)
by aliguori
· 16 years ago
4abc796
Add cirrus reset handler
by blueswir1
· 16 years ago
f65ed4c
KVM: Coalesced MMIO support
by aliguori
· 16 years ago
b2b183c
do boundary check based on absolute value (Glauber Costa)
by aliguori
· 16 years ago
2bec46d
vga optimization (Glauber Costa)
by aliguori
· 16 years ago
b4fbd87
move vga_io_address to VGA State (Glauber Costa)
by aliguori
· 16 years ago
4efe275
better type checking for vga (Glauber Costa)
by aliguori
· 16 years ago
0e1f5a0
Introduce accessors for DisplayState (Stefano Stabellini)
by aliguori
· 16 years ago
65d35a0
CVE-2008-4539: fix a heap overflow in Cirrus emulation
by aurel32
· 16 years ago
cb5a7aa
Optional "precise" VGA retrace support
by malc
· 16 years ago
38334f7
Don't use ds->dpy_copy directly from hw/ (Jan Niehusmann).
by balrog
· 16 years ago
d552947
i386: fix isapc machine
by aurel32
· 16 years ago
c60e08d
Implement resolution switching in common console code.
by pbrook
· 17 years ago
ca896ef
cirrusfb: proper "Attribute Controller Toggle Readback" register behaviour
by aurel32
· 17 years ago
b2eb849
CVE-2007-1320 - Cirrus LGD-54XX "bitblt" heap overflow
by aurel32
· 17 years ago
4d3b6f6
Add an ncurses UI.
by balrog
· 17 years ago
bee8d68
qemu_put signedness fixes, by Andre Przywara.
by ths
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
96cf2df
Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada.
by ths
· 17 years ago
e91c8a7
Spelling fixes, by Stefan Weil.
by ths
· 18 years ago
d34cab9
VMware SVGA II emulation, by Andrzej Zaborowski.
by ths
· 18 years ago
83acc96
fixed VGA resolutions with height > 1024
by bellard
· 18 years ago
d2269f6
save VGA PCI state
by bellard
· 18 years ago
2423686
VNC server (Anthony Liguori)
by bellard
· 19 years ago
ad81218
depth=24 write mask fix (Volker Ruppert)
by bellard
· 20 years ago
e3a4e4b
destination write mask support, fixed banked memory access, read-only access for bus type in SR 0x17 (Volker Ruppert)
by bellard
· 20 years ago
0b74ed7
mode 4 and 5 write fix (Magnus Damn)
by bellard
· 20 years ago
c9c0eae
bitblt fix (aka Solaris display fix)
by bellard
· 20 years ago
9bb34ea
CRTC register write protection fix
by bellard
· 20 years ago
8926b51
faster Cirrus VGA VRAM access
by bellard
· 20 years ago
2c6ab83
load/save state support
by bellard
· 21 years ago
b30d460
24 bpp fixes
by bellard
· 21 years ago
ae184e4
dac write index register is r/w - CR1D access fix (Volker Ruppert)
by bellard
· 21 years ago
46e50e9
added PCI bus
by bellard
· 21 years ago
e69390c
pattern fill fixes and optimization
by bellard
· 21 years ago
78e127e
set memory size to 4MB for 5446 - fixed memory size probe (aka Win2000 bug) - fixed interlace support
by bellard
· 21 years ago
4c8732d
cirrus blitter fixes
by bellard
· 21 years ago
a508231
hardware cursor support - fill with rop support - color expand and color expand with transparent support - various optimisations
by bellard
· 21 years ago
20ba3ae
better to use different ID for ISA and PCI
by bellard
· 21 years ago
a21ae81
change ID to CLGD5446 - added solidfill support - fixed hidden dac access
by bellard
· 21 years ago
aeb3c85
Cirrus fixes
by bellard
· 21 years ago
4e3e9d0
avoid using anonymous struct extension (not supported by all gcc 3.x)
by bellard
· 21 years ago
e36f36e
mmio support for vga registers - line offset fix - (aka XFree86 4.3.0 fixes)
by bellard
· 21 years ago
e6e5ad8
Cirrus VGA emulation (initial patch by Suzu - heavily modified for easier merge)
by bellard
· 21 years ago