summaryrefslogtreecommitdiffstats
path: root/qemu-pixman.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'kraxel/pixman.v5' into stagingAnthony Liguori2012-11-141-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | * kraxel/pixman.v5: pixman: cleanup properly on make distclean pixman: add licensing info pixman: build internal version early pixman: pass cflags, add -fPIC pixman: disable gtk pixman: set --host for cross builds pixman: add output dir to include path Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
| * pixman: add licensing infoGerd Hoffmann2012-11-141-0/+5
| | | | | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* | spice: switch to pixmanGerd Hoffmann2012-11-051-0/+13
|/ | | | | | | Switch over spice-display.c to use the pixman library instead of the home-grown pflib bits. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* pixman: helper functionsGerd Hoffmann2012-11-011-0/+60
Add some helper functions which will be put into use by following patches. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>