kmscon: add cairo-renderer module
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 15 Jan 2013 15:30:49 +0000 (16:30 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 15 Jan 2013 15:30:49 +0000 (16:30 +0100)
commit0a3c34ca0e28349e1e7789d8844010b1a57bfbc7
treee0446c9b0bd7ef8da59842cbae15c2f5a1787e46
parent2fd3afc10b9b038d9bfea0828e6738517854914c
kmscon: add cairo-renderer module

The cairo text renderer uses the cairo blitting functions to blit all
glyphs into the cairo-surface. This is only for testing-purposes. Cairo is
not really suited for blending/blitting of large surfaces. Hence, this
backend is horribly slow compared to bblit/bbulk.

This backend is disabled by default.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
README
configure.ac
src/kmscon_mod_cairo.c [new file with mode: 0644]
src/text.h
src/text_cairo.c [new file with mode: 0644]