kmscon: add pixman renderer
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 11:13:29 +0000 (12:13 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 11:13:29 +0000 (12:13 +0100)
commit79c5ba7185df24ee27c4042f2b903536ff2196ea
treeb0ccd3aa4917f0baf4b3c68abeb81cc1980b6a9f
parentd72e44e9a1c8448ba8233391331b48ad0421f541
kmscon: add pixman renderer

This is an experimental renderer based on pixman. It is only available for
testing-purposes and should not be used in production, yet. The bbulk
renderer is still the faster alternative and should be used instead.

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