summaryrefslogtreecommitdiffstats
path: root/ui/qemu-pixman.c
Commit message (Collapse)AuthorAgeFilesLines
* pixman: render vgafont glyphs into pixman imagesGerd Hoffmann2013-04-161-0/+43
| | | | | | | Add helper functions to create pixman mask images for glyphs and to render these glyphs into a pixman image. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* pixman: add qemu_pixman_color()Gerd Hoffmann2013-04-161-0/+11
| | | | | | | Helper function to map qemu colors (32bit integer + matching PixelFormat) into pixman_color_t. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell2013-01-301-1/+2
| | | | | | | | | | | | Remove an unnecessary mutual inclusion loop between qemu-pixman.h and console.h, since the former was only including the latter for 'PixelFormat*', which can be provided by typedefs.h. This requires a minor adjustment to the files which included qemu-pixman.h, since they were relying on it implicitly dragging in all of console.h. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-0/+80
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud