aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
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
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-02-28lm32: milkymist-tmu2: fix a third integer overflowPeter Maydell
2017-02-27virtio-gpu: use dpy_gl_scanout_disableGerd Hoffmann
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann
2017-02-24cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-02-10Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann
2017-02-10cirrus: fix patterncopy checksGerd Hoffmann
2017-02-10cirrus: replace debug printf with trace pointsGerd Hoffmann