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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
display
/
vga.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
ui+display: rename is_buffer_shared() -> surface_is_allocated()
Gerd Hoffmann
1
-10
/
+10
2024-06-19
stdvga: fix screen blanking
Gerd Hoffmann
1
-0
/
+7
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-18
vga: move dirty memory region code together
Paolo Bonzini
1
-4
/
+4
2024-04-18
vga: optimize computation of dirty memory region
Paolo Bonzini
1
-17
/
+7
2024-04-02
vga: do not treat horiz pel panning value of 8 as "enabled"
Paolo Bonzini
1
-1
/
+3
2024-04-02
vga: adjust dirty memory region if pel panning is active
Paolo Bonzini
1
-1
/
+4
2024-04-02
vga: move computation of dirty memory region later
Paolo Bonzini
1
-25
/
+25
2024-04-02
vga: merge conditionals on shift control register
Paolo Bonzini
1
-47
/
+42
2024-01-18
vga: sort-of implement word and double-word access modes
Paolo Bonzini
1
-24
/
+65
2024-01-18
vga: use latches in odd/even mode too
Paolo Bonzini
1
-26
/
+12
2024-01-18
vga: reindent memory access code
Paolo Bonzini
1
-96
/
+105
2024-01-18
vga: implement horizontal pel panning in graphics modes
Paolo Bonzini
1
-4
/
+32
2024-01-18
vga: mask addresses in non-VESA modes to 256k
Paolo Bonzini
1
-0
/
+3
2024-01-18
vga: introduce VGADisplayParams
Paolo Bonzini
1
-48
/
+34
2024-01-18
vga: use common endian swap macros
Paolo Bonzini
1
-48
/
+17
2023-12-29
hw/display: Constify VMState
Richard Henderson
1
-3
/
+3
2023-04-20
hw/display: Compile vga.c as target-independent code
Thomas Huth
1
-9
/
+22
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-4
/
+4
2022-11-10
display: include dependencies explicitly
Michael S. Tsirkin
1
-0
/
+1
2022-07-28
vga: fix incorrect line height in 640x200x2 mode
Paolo Bonzini
1
-1
/
+2
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-6
/
+6
2022-03-18
hw/display/vga: Report a proper error when adding a 2nd ISA VGA
Thomas Huth
1
-0
/
+6
2022-03-18
hw/display: Allow vga_common_init() to return errors
Thomas Huth
1
-2
/
+9
2021-06-15
vga: Allow writing VBE_DISPI_ID5 to ID register
Dennis Wölfing
1
-1
/
+2
2021-05-10
modules: add have_vga
Gerd Hoffmann
1
-0
/
+2
2020-09-01
hw/display/vga:Remove redundant statement in vga_draw_graphic()
Chen Qun
1
-1
/
+0
2019-12-18
vga: cleanup mapping of VRAM for non-PCI VGA
Paolo Bonzini
1
-12
/
+0
2019-12-18
hw/display: Remove "rombar" hack from vga-pci and vmware_vga
Thomas Huth
1
-3
/
+1
2019-09-19
vga: move access helpers to separate include file
Gerd Hoffmann
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+2
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-4
/
+4
2018-08-30
use dpy_gfx_update_full
Gerd Hoffmann
1
-2
/
+1
2018-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
1
-2
/
+2
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
1
-2
/
+2
2018-07-02
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-06-04
vga: cleanup surface handling
Gerd Hoffmann
1
-17
/
+19
2018-05-24
vga: catch depth 0
Gerd Hoffmann
1
-5
/
+18
2018-03-12
vga: fix region calculation
Gerd Hoffmann
1
-0
/
+2
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
1
-6
/
+0
2018-01-25
vga: check the validation of memory addr when draw text
linzhecheng
1
-0
/
+3
2017-12-18
hw/display/vga: extract public API from i386/pc to "hw/display/vga.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-18
hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2017-11-10
vga: fix region checks in wraparound case
Gerd Hoffmann
1
-2
/
+2
2017-10-17
vga: add ram_addr_t cast
Gerd Hoffmann
1
-1
/
+1
2017-10-17
vga: handle cirrus vbe mode wraparounds.
Gerd Hoffmann
1
-7
/
+21
[next]