aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-display.c
AgeCommit message (Expand)Author
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki
2024-05-14ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim
2023-09-29ui: Clean up local variable shadowingMarkus Armbruster
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau
2023-09-04ui/spice-display: Avoid dynamic stack allocationPeter Maydell
2023-06-27ui: add optional d3d texture pointer to scanout textureMarc-André Lureau
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth
2023-01-19ui/spice: QXLInterface method set_mm_time() is now dead, dropMarkus Armbruster
2022-03-14ui/console: move dcl compatiblity check to a callbackMarc-André Lureau
2022-01-18spice: Update QXLInterface for spice >= 0.15.0John Snow
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: associate GL context outside of display listener registrationMarc-André Lureau
2021-12-21ui: do not delay further remote resizeMarc-André Lureau
2021-05-21ui/spice-display: check NULL pointer in interface_release_resource()Mauro Matteo Cascella
2021-03-04ui/console: Pass placeholder surface to displaysAkihiko Odaki
2021-02-19spice: flush drawing before notifying clientMarc-André Lureau
2021-02-19spice: flush on GL update before notifying clientMarc-André Lureau
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau
2021-02-04ui: remove gl_ctx_get_currentMarc-André Lureau
2021-02-04spice: delay starting until display are initializedMarc-André Lureau
2020-09-29spice: get monitors physical dimensionMarc-André Lureau
2020-09-29spice: remove the single monitor config logicMarc-André Lureau
2020-09-29ui: add getter for UIInfoMarc-André Lureau
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-07egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang
2018-10-29spice: prepare for upcoming spice-server changeGerd Hoffmann
2018-08-24dmabuf: add y0_top, pass it to spiceMarc-André Lureau
2018-08-24spice-display: fix qemu_spice_cursor_refresh_bh lockingPaolo Bonzini
2018-08-24spice-display: access ptr_x/ptr_y under MutexPaolo Bonzini
2018-03-12spice: add cursor_dmabuf supportGerd Hoffmann
2018-03-12spice: add scanout_dmabuf supportGerd Hoffmann
2018-03-12spice: drop dprint() debug loggingGerd Hoffmann
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann
2017-02-27spice: add display & head optionsGerd Hoffmann
2017-02-27spice: add scanout_disable supportGerd Hoffmann
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann
2017-01-31spice: wakeup QXL worker to pick up mouse changesMarc-André Lureau