aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2017-04-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170424-1' into s...Peter Maydell
2017-04-24sm501: Add vmstate descriptorBALATON Zoltan
2017-04-24sm501: Add some more missing registersBALATON Zoltan
2017-04-24sm501: Add support for panel layerBALATON Zoltan
2017-04-24sm501: Misc clean upsBALATON Zoltan
2017-04-24sm501: Fix hardware cursorBALATON Zoltan
2017-04-24sm501: Fix device endiannessBALATON Zoltan
2017-04-24sm501: Add emulation of chip connected via PCIBALATON Zoltan
2017-04-24sm501: Get rid of base address in draw_hwc_lineBALATON Zoltan
2017-04-24sm501: QOMifyBALATON Zoltan
2017-04-24sm501: Add missing arbitration control registerBALATON Zoltan
2017-04-24sm501: Use defined constants instead of literal values where availableBALATON Zoltan
2017-04-24sm501: Fixed code style and a few typos in commentsBALATON Zoltan
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann
2017-04-24qxl: add xres and yres propertiesGerd Hoffmann
2017-04-24vmsvga: fix vmsvga_update_displayGerd Hoffmann
2017-04-24g364fb: make display updates thread safeGerd Hoffmann
2017-04-24exynos: make display updates thread safeGerd Hoffmann
2017-04-24framebuffer: make display updates thread safeGerd Hoffmann
2017-04-24vga: make display updates thread safe.Gerd Hoffmann
2017-04-24vga: add vga_scanline_invalidated helperGerd Hoffmann
2017-04-24virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier
2017-04-21tcx: switch to load_image_mr() and remove prom_addr hackMark Cave-Ayland
2017-04-21tcx: use tcx_set_dirty() for accelerated opsMark Cave-Ayland
2017-04-21tcx: remove primitives for non-32-bit surfacesMark Cave-Ayland
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx24_update_display()Mark Cave-Ayland
2017-04-21tcx: remove TARGET_PAGE_SIZE from tcx_update_display()Mark Cave-Ayland
2017-04-21tcx: remove page24 and cpage from tcx24_update_display()Mark Cave-Ayland
2017-04-21tcx: alter tcx24_reset_dirty() to accept address and length parametersMark Cave-Ayland
2017-04-21tcx: alter tcx24_check_dirty() to accept address and length parametersMark Cave-Ayland
2017-04-21tcx: ensure tcx_set_dirty() also invalidates the 24-bit plane and cplaneMark Cave-Ayland
2017-04-21tcx: alter tcx_set_dirty() to accept address and length parametersMark Cave-Ayland
2017-04-21cg3: switch to load_image_mr() and remove prom-addr hackMark Cave-Ayland
2017-04-21cg3: fix up size parameter for memory_region_get_dirty()Mark Cave-Ayland
2017-04-21cg3: remove TARGET_PAGE_SIZE rounding on dirty page detectionMark Cave-Ayland
2017-04-11qxl: add migration blocker to avoid pre-save assertGerd Hoffmann
2017-04-07qxl: switch display on entering VGAMarc-André Lureau
2017-03-27cirrus: fix PUTPIXEL macroGerd Hoffmann
2017-03-21add opengl_cflags to QEMU_CFLAGSGerd Hoffmann
2017-03-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini
2017-03-17cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16Gerd Hoffmann
2017-03-16cirrus: stop passing around src pointers in the blitterGerd Hoffmann
2017-03-16cirrus: stop passing around dst pointers in the blitterGerd Hoffmann
2017-03-16cirrus: fix cirrus_invalidate_regionGerd Hoffmann
2017-03-16cirrus: add option to disable blitterGerd Hoffmann
2017-03-16cirrus: switch to 4 MB video memory by defaultGerd Hoffmann
2017-03-16cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann
2017-03-16fix :cirrus_vga fix OOB read case qemu Segmentation faulthangaohuai
2017-03-09qxl: clear guest_cursor on QXL_CURSOR_HIDEGerd Hoffmann