summaryrefslogtreecommitdiffstats
path: root/ui/spice-display.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* spice: reset cursor on resizeMarc-André Lureau2016-02-231-2/+12
* spice: init dcl before registering qxl interfaceGerd Hoffmann2016-02-231-3/+3
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
* spice: surface switch fast path requires same format too.Gerd Hoffmann2015-09-211-1/+2
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-10/+4Star
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* spice: ui_info tweaksGerd Hoffmann2015-06-111-9/+8Star
* spice-display: fix segfault in qemu_spice_create_updateGerd Hoffmann2015-06-111-4/+5
* hw/display : remove 'struct' from 'typedef QXL struct'Chih-Min Chao2015-04-301-3/+3
* ui/console : remove 'struct' from 'typedef struct' typeChih-Min Chao2015-04-301-1/+1
* spice: learn to hide cursorMarc-André Lureau2015-04-271-3/+6
* spice: set pointer position on hotspotMarc-André Lureau2015-04-271-4/+6
* spice: fix mouse cursor positionMarc-André Lureau2015-04-271-1/+1
* spice: fix simple display on bigendian hostsGerd Hoffmann2015-04-271-1/+1
* spice: fix coverity reported defect in display codeGerd Hoffmann2015-01-221-3/+3
* ui/spice: Support shared surface for most pixman formatsGerd Hoffmann2015-01-191-6/+7
* spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann2014-12-161-7/+26
* spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-161-2/+10
* spice: make sure we don't overflow ssd->bufGerd Hoffmann2014-09-051-5/+15
* spice: fix 32bit buildGerd Hoffmann2014-06-201-1/+1
* spice: add mouse cursor supportGerd Hoffmann2014-06-131-11/+118
* spice: monitors_config: check pointer before dereferencingGerd Hoffmann2014-04-071-0/+4
* spice: QemuUIInfo windupGerd Hoffmann2014-03-101-3/+22