summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio-gpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson2018-06-011-0/+6
* trivial: Do not include pci.h if it is not necessaryThomas Huth2018-05-201-1/+0
* virtio-gpu-3d: add support for second capability set (v4)Dave Airlie2018-02-261-1/+1
* virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann2017-05-121-0/+1
* virtio-gpu: add xres and yres propertiesGerd Hoffmann2017-04-241-0/+2
* virtio-gpu: track and limit host memory allocationsGerd Hoffmann2016-12-201-0/+3
* virtio-gpu: fix missing log.h include fileDaniel P. Berrange2016-08-161-0/+1
* virtio-gpu: Use migrate_add_blocker for virgl migration blockingDr. David Alan Gilbert2016-07-211-0/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+2
* virgl: count the calls to gl_blockMarc-André Lureau2016-07-061-1/+1
* virtio-gpu: add live migration supportGerd Hoffmann2016-06-061-1/+3
* virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau2016-05-231-4/+2
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-031-0/+1
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2016-02-031-0/+2
* virtio-gpu: maintain command queueGerd Hoffmann2016-02-031-0/+1
* virtio-gpu: add 3d mode and virgl rendering support.Gerd Hoffmann2015-10-081-1/+21
* virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann2015-07-071-3/+0
* virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann2015-06-101-0/+145