[Qemu-devel] [PULL 1/6] virtio-gpu: fix scanout rectangles

2016-06-06 Thread Gerd Hoffmann
Commit "ca58b45 ui/virtio-gpu: add and use qemu_create_displaysurface_pixman" breaks scanouts which use a region of the underlying resource only. So, we need another way to handle the underlying issue. Lets create a new pixman image, grab a reference on the pixman providing the underlying storage

[Qemu-devel] [PULL 1/6] virtio-gpu: fix scanout rectangles

2016-06-03 Thread Gerd Hoffmann
Commit "ca58b45 ui/virtio-gpu: add and use qemu_create_displaysurface_pixman" breaks scanouts which use a region of the underlying resource only. So, we need another way to handle the underlying issue. Lets create a new pixman image, grab a reference on the pixman providing the underlying storage