]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-gpu: replace PIXMAN for region/rect test
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:38:30 +0000 (13:38 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 7 Nov 2023 10:04:25 +0000 (14:04 +0400)
commita200d53b1fde2101ec624853139a52d2e4666208
treebce26dfe29ab3d906e25601d33912feae8280bee
parentf38aa2c7c0c85d8f978a3c23ab0a32578fc73134
virtio-gpu: replace PIXMAN for region/rect test

Use a simpler implementation for rectangle geometry & intersect, drop
the need for (more complex) PIXMAN functions.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
hw/display/virtio-gpu.c
include/ui/rect.h [new file with mode: 0644]