summaryrefslogtreecommitdiff
path: root/include/ui/console.h
AgeCommit message (Expand)Author
2022-07-01ui/console: allow display device to be labeled with given idWen, Jianxian
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki
2022-04-27qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy
2022-03-15ui/dbus: fix texture sharingMarc-André Lureau
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau
2021-12-21console: save current scanout detailsMarc-André Lureau
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau
2021-12-21ui: split the GL context in a different objectMarc-André Lureau
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau
2021-12-21ui: factor out qemu_console_set_display_gl_ctx()Marc-André Lureau
2021-12-21ui: do not delay further remote resizeMarc-André Lureau
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy
2021-09-15ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy
2021-08-31ui/console: Restrict udmabuf_fd() to LinuxPhilippe Mathieu-Daudé
2021-05-27ui: Get the fd associated with udmabuf driverVivek Kasireddy
2021-03-23include/ui/console.h: Delete is_surface_bgr()Peter Maydell
2021-03-23vnc: support reload x509 certificates for vncZihao Chang
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau
2021-02-04ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau
2021-02-04ui: annotate DCLOps callback requirementsMarc-André Lureau
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau
2021-01-23vnc: support "-vnc help"Paolo Bonzini
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann
2020-09-29spice: get monitors physical dimensionMarc-André Lureau
2020-09-29ui: add getter for UIInfoMarc-André Lureau
2020-09-22Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...Peter Maydell
2020-09-21hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposurePhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-14ui: Print available display backends with '-display help'Thomas Huth
2020-01-02console: add graphic_hw_update_done()Marc-André Lureau
2019-06-07console: add dmabuf modifier field.Gerd Hoffmann
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li
2018-08-24dmabuf: add y0_top, pass it to spiceMarc-André Lureau
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang
2018-04-09ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann
2018-03-13console: minimal hotplug suportGerd Hoffmann
2018-03-12vnc: deal with surface NULL pointersGerd Hoffmann