summary refs log tree commit diff stats
path: root/include/ui/console.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui/console: allow display device to be labeled with given idWen, Jianxian2022-07-011-0/+1
* ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki2022-06-141-1/+1
* ui/console: Do not return a value with ui_infoAkihiko Odaki2022-06-141-1/+1
* qapi/ui: add 'display-update' command for changing listen addressVladimir Sementsov-Ogievskiy2022-04-271-0/+1
* ui/dbus: fix texture sharingMarc-André Lureau2022-03-151-0/+10
* ui/console: move dcl compatiblity check to a callbackMarc-André Lureau2022-03-141-7/+2
* console: save current scanout detailsMarc-André Lureau2021-12-211-0/+27
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-0/+6
* ui: split the GL context in a different objectMarc-André Lureau2021-12-211-12/+22
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-211-2/+0
* ui: factor out qemu_console_set_display_gl_ctx()Marc-André Lureau2021-12-211-0/+3
* ui: do not delay further remote resizeMarc-André Lureau2021-12-211-1/+1
* virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim2021-11-051-0/+4
* ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim2021-11-021-0/+1
* ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-151-0/+1
* ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy2021-09-151-0/+2
* ui/console: Restrict udmabuf_fd() to LinuxPhilippe Mathieu-Daudé2021-08-311-0/+2
* ui: Get the fd associated with udmabuf driverVivek Kasireddy2021-05-271-0/+3
* include/ui/console.h: Delete is_surface_bgr()Peter Maydell2021-03-231-10/+0
* vnc: support reload x509 certificates for vncZihao Chang2021-03-231-0/+1
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-2/+8
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-0/+2
* ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau2021-02-041-0/+2
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-041-0/+9
* ui: remove console_has_gl_dmabuf()Marc-André Lureau2021-02-041-1/+0
* ui: annotate DCLOps callback requirementsMarc-André Lureau2021-02-041-0/+19
* ui: remove gl_ctx_get_currentMarc-André Lureau2021-02-041-2/+0
* vnc: support "-vnc help"Paolo Bonzini2021-01-231-1/+1
* console: drop qemu_console_get_ui_infoGerd Hoffmann2020-12-111-1/+0
* spice: get monitors physical dimensionMarc-André Lureau2020-09-291-0/+3
* ui: add getter for UIInfoMarc-André Lureau2020-09-291-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...Peter Maydell2020-09-221-8/+0
|\
| * hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposurePhilippe Mathieu-Daudé2020-09-211-8/+0
* | Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
|/
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-1/+1
* ui: Print available display backends with '-display help'Thomas Huth2020-01-141-0/+1
* console: add graphic_hw_update_done()Marc-André Lureau2020-01-021-0/+2
* console: add dmabuf modifier field.Gerd Hoffmann2019-06-071-0/+1
* ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé2019-01-221-10/+0
* ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé2019-01-221-2/+2
* ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-2/+4
* ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-2/+2
* ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell2019-01-101-4/+0
* ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li2018-10-191-1/+1
* dmabuf: add y0_top, pass it to spiceMarc-André Lureau2018-08-241-0/+1
* console: introduce dpy_gfx_update_fullTina Zhang2018-04-271-0/+1
* ui: add ctrl modifier support to kbd_put_qcode_console()Gerd Hoffmann2018-04-091-1/+1
* console: minimal hotplug suportGerd Hoffmann2018-03-131-0/+2
* vnc: deal with surface NULL pointersGerd Hoffmann2018-03-121-0/+2