summaryrefslogtreecommitdiffstats
path: root/ui/spice-display.c
Commit message (Expand)AuthorAgeFilesLines
* ui/console: move dcl compatiblity check to a callbackMarc-André Lureau2022-03-141-1/+8
* spice: Update QXLInterface for spice >= 0.15.0John Snow2022-01-181-0/+11
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-1/+4
* ui: split the GL context in a different objectMarc-André Lureau2021-12-211-7/+11
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-211-1/+0Star
* ui: associate GL context outside of display listener registrationMarc-André Lureau2021-12-211-0/+3
* ui: do not delay further remote resizeMarc-André Lureau2021-12-211-1/+1
* ui/spice-display: check NULL pointer in interface_release_resource()Mauro Matteo Cascella2021-05-211-0/+4
* ui/console: Pass placeholder surface to displaysAkihiko Odaki2021-03-041-3/+3
* spice: flush drawing before notifying clientMarc-André Lureau2021-02-191-0/+1
* spice: flush on GL update before notifying clientMarc-André Lureau2021-02-191-0/+1
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-0/+1
* ui: remove gl_ctx_get_currentMarc-André Lureau2021-02-041-1/+0Star
* spice: delay starting until display are initializedMarc-André Lureau2021-02-041-0/+2
* spice: get monitors physical dimensionMarc-André Lureau2020-09-291-0/+7
* spice: remove the single monitor config logicMarc-André Lureau2020-09-291-22/+4Star
* ui: add getter for UIInfoMarc-André Lureau2020-09-291-1/+1
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-7/+7
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann2019-06-071-3/+4
* spice: set device address and device display ID in QXL interfaceLukáš Hrázký2019-02-211-0/+11
* ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang2019-02-051-1/+1
* spice: prepare for upcoming spice-server changeGerd Hoffmann2018-10-291-4/+22
* dmabuf: add y0_top, pass it to spiceMarc-André Lureau2018-08-241-1/+2
* spice-display: fix qemu_spice_cursor_refresh_bh lockingPaolo Bonzini2018-08-241-12/+18
* spice-display: access ptr_x/ptr_y under MutexPaolo Bonzini2018-08-241-1/+8
* spice: add cursor_dmabuf supportGerd Hoffmann2018-03-121-5/+109
* spice: add scanout_dmabuf supportGerd Hoffmann2018-03-121-0/+15
* spice: drop dprint() debug loggingGerd Hoffmann2018-03-121-53/+22Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-2/+2
* spice: remove QXLWorker interface fieldFrediano Ziglio2018-01-121-2/+0Star
* opengl: move shader init from console-gl.c to shader.cGerd Hoffmann2017-10-171-1/+1
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+1
* spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann2017-06-141-1/+2
* spice: add display & head optionsGerd Hoffmann2017-02-271-1/+21
* spice: add scanout_disable supportGerd Hoffmann2017-02-271-15/+21
* console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann2017-02-271-8/+8
* spice: wakeup QXL worker to pick up mouse changesMarc-André Lureau2017-01-311-0/+2
* spice/gl: render DisplaySurface via openglGerd Hoffmann2016-09-281-8/+84
* virgl: pass whole GL scanout dimensionsMarc-André Lureau2016-07-061-3/+3
* spice: use the right head for multi-monitorMarc-André Lureau2016-07-061-7/+6Star
* spice: avoid .set_mm_time on >= 0.12.6John Snow2016-07-061-0/+4
* SPICE: Use DIV_ROUND_UPLaurent Vivier2016-06-071-1/+1
* spice: fix coverity complainsGonglei2016-05-121-3/+1Star
* spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann2016-05-121-0/+30
* spice/gl: tweak debug messages.Gerd Hoffmann2016-02-231-5/+7
* spice/gl: add unblock timerGerd Hoffmann2016-02-231-0/+16
* spice: add opengl/virgl/dmabuf supportGerd Hoffmann2016-02-231-3/+107