aboutsummaryrefslogtreecommitdiff
path: root/ui/spice-display.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-29spice: get monitors physical dimensionMarc-André Lureau1-0/+7
2020-09-29spice: remove the single monitor config logicMarc-André Lureau1-22/+4
2020-09-29ui: add getter for UIInfoMarc-André Lureau1-1/+1
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-7/+7
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-07egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann1-3/+4
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-0/+11
2019-02-05ui/egl-helpers: Augment parameter list of egl_texture_blend() to convey scale...Chen Zhang1-1/+1
2018-10-29spice: prepare for upcoming spice-server changeGerd Hoffmann1-4/+22
2018-08-24dmabuf: add y0_top, pass it to spiceMarc-André Lureau1-1/+2
2018-08-24spice-display: fix qemu_spice_cursor_refresh_bh lockingPaolo Bonzini1-12/+18
2018-08-24spice-display: access ptr_x/ptr_y under MutexPaolo Bonzini1-1/+8
2018-03-12spice: add cursor_dmabuf supportGerd Hoffmann1-5/+109
2018-03-12spice: add scanout_dmabuf supportGerd Hoffmann1-0/+15
2018-03-12spice: drop dprint() debug loggingGerd Hoffmann1-53/+22
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-2/+2
2018-01-12spice: remove QXLWorker interface fieldFrediano Ziglio1-2/+0
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann1-1/+1
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+1
2017-06-14spice: don't enter opengl mode in case another UI provides opengl supportGerd Hoffmann1-1/+2
2017-02-27spice: add display & head optionsGerd Hoffmann1-1/+21
2017-02-27spice: add scanout_disable supportGerd Hoffmann1-15/+21
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann1-8/+8
2017-01-31spice: wakeup QXL worker to pick up mouse changesMarc-André Lureau1-0/+2
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann1-8/+84
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau1-3/+3
2016-07-06spice: use the right head for multi-monitorMarc-André Lureau1-7/+6
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow1-0/+4
2016-06-07SPICE: Use DIV_ROUND_UPLaurent Vivier1-1/+1
2016-05-12spice: fix coverity complainsGonglei1-3/+1
2016-05-12spice/gl: add & use qemu_spice_gl_monitor_configGerd Hoffmann1-0/+30
2016-02-23spice/gl: tweak debug messages.Gerd Hoffmann1-5/+7
2016-02-23spice/gl: add unblock timerGerd Hoffmann1-0/+16
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann1-3/+107
2016-02-23spice: reset cursor on resizeMarc-André Lureau1-2/+12
2016-02-23spice: init dcl before registering qxl interfaceGerd Hoffmann1-3/+3
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-09-21spice: surface switch fast path requires same format too.Gerd Hoffmann1-1/+2
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-10/+4
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-11spice: ui_info tweaksGerd Hoffmann1-9/+8
2015-06-11spice-display: fix segfault in qemu_spice_create_updateGerd Hoffmann1-4/+5
2015-04-30hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao1-3/+3
2015-04-30ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao1-1/+1
2015-04-27spice: learn to hide cursorMarc-André Lureau1-3/+6
2015-04-27spice: set pointer position on hotspotMarc-André Lureau1-4/+6
2015-04-27spice: fix mouse cursor positionMarc-André Lureau1-1/+1
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann1-1/+1