index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
virtio-gpu: Adjust code space style
lijiejun
2021-03-09
1
-2
/
+1
*
vhost_user_gpu: Drop dead check for g_malloc() failure
Markus Armbruster
2021-03-09
1
-1
/
+0
*
hw/display/tcx: Drop unnecessary code for handling BGR format outputs
Peter Maydell
2021-03-06
1
-23
/
+8
*
hw/display/omap_lcdc: Delete unnecessary macro
Peter Maydell
2021-03-06
1
-3
/
+1
*
hw/display/omap_lcdc: Inline template header into C file
Peter Maydell
2021-03-06
2
-156
/
+125
*
hw/display/omap_lcdc: Fix coding style issues in template header
Peter Maydell
2021-03-06
1
-3
/
+3
*
hw/display/omap_lcdc: Drop broken bigendian ifdef
Peter Maydell
2021-03-06
1
-4
/
+0
*
hw/display/omap_lcdc: Expand out macros in template header
Peter Maydell
2021-03-06
1
-39
/
+28
*
hw/display/tc6393xb: Inline tc6393xb_draw_graphic32() at its callsite
Peter Maydell
2021-03-06
2
-49
/
+19
*
hw/display/tc6393xb: Expand out macros in template header
Peter Maydell
2021-03-06
1
-31
/
+4
*
hw/display/tc6393xb: Remove dead code for handling non-32bpp surfaces
Peter Maydell
2021-03-05
1
-32
/
+1
*
virtio-gpu: Do not distinguish the primary console
Akihiko Odaki
2021-03-04
4
-22
/
+6
*
ui/console: Add placeholder flag to message surface
Akihiko Odaki
2021-03-04
2
-5
/
+5
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
4
-9
/
+27
*
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
2021-02-04
1
-0
/
+5
*
ui: add an optional get_flags callback to GraphicHwOps
Marc-André Lureau
2021-02-04
2
-0
/
+27
*
vhost-user-gpu: add a configuration flag for dmabuf usage
Marc-André Lureau
2021-02-04
1
-0
/
+2
*
ui: remove console_has_gl_dmabuf()
Marc-André Lureau
2021-02-04
1
-5
/
+0
*
vhost-user-gpu: check backend for EDID support
Marc-André Lureau
2021-02-04
1
-0
/
+6
*
qxl: also notify the rendering is done when skipping it
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
qxl: set qxl.ssd.dcl.con on secondary devices
Marc-André Lureau
2021-02-04
1
-0
/
+1
*
hw/display/qxl: Fix bad printf format specifiers
Alex Chen
2021-02-04
2
-3
/
+3
*
hw/display/vmware_vga: Remove dependency on VNC header
Peter Maydell
2021-01-27
1
-2
/
+1
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-1
/
+1
*
ads7846: moves from the hw/display folder to the hw/input folder.
Gan Qixin
2020-12-13
3
-190
/
+0
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-11
5
-14
/
+17
|
\
|
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
2
-0
/
+2
|
*
arm: do not use ram_size global
Paolo Bonzini
2020-12-10
1
-2
/
+3
|
*
hw/ssi: Rename SSI 'slave' as 'peripheral'
Philippe Mathieu-Daudé
2020-12-10
2
-12
/
+12
*
|
Clean up includes
Markus Armbruster
2020-12-10
1
-1
/
+0
|
/
*
hw/display/tcx: add missing 64-bit access for framebuffer blitter
Mark Cave-Ayland
2020-11-22
1
-1
/
+5
*
ads7846: put it into the 'input' category
Gan Qixin
2020-11-17
1
-0
/
+2
*
ssd0323: put it into the 'display' category
Gan Qixin
2020-11-17
1
-0
/
+1
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
4
-4
/
+4
*
hw/display/cirrus_vga: Fix hexadecimal format string specifier
Philippe Mathieu-Daudé
2020-11-13
1
-1
/
+1
*
hw/display/cirrus_vga: Remove debugging code commented out
Philippe Mathieu-Daudé
2020-11-13
1
-18
/
+0
*
ati: check x y display parameter values
Prasad J Pandit
2020-11-04
1
-4
/
+6
*
hw/display/exynos4210_fimd: Fix potential NULL pointer dereference
AlexChen
2020-11-02
1
-1
/
+3
*
hw/display/omap_lcdc: Fix potential NULL pointer dereference
AlexChen
2020-11-02
1
-3
/
+7
*
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...
Peter Maydell
2020-10-31
2
-9
/
+20
|
\
|
*
virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y
Gerd Hoffmann
2020-10-29
2
-5
/
+3
|
*
virtio-gpu: add virtio-vga module
Gerd Hoffmann
2020-10-29
1
-2
/
+8
|
*
virtio-gpu: add virtio-gpu-pci module
Gerd Hoffmann
2020-10-29
1
-2
/
+9
*
|
hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitter
Philippe Mathieu-Daudé
2020-10-28
1
-3
/
+15
|
/
*
vga-pci: Register "big-endian-framebuffer" as class property
Eduardo Habkost
2020-10-13
1
-8
/
+4
*
virtio-vga: implement big-endian-framebuffer property
Gerd Hoffmann
2020-09-29
1
-0
/
+19
*
virtio-gpu: set physical dimensions for EDID
Marc-André Lureau
2020-09-29
2
-0
/
+4
*
edid: use physical dimensions if available
Marc-André Lureau
2020-09-29
1
-11
/
+25
*
edid: fix physical display size computation
Marc-André Lureau
2020-09-29
1
-2
/
+2
[next]