diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-15 16:30:49 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-01-15 16:30:49 +0100 |
commit | 0a3c34ca0e28349e1e7789d8844010b1a57bfbc7 (patch) | |
tree | e0446c9b0bd7ef8da59842cbae15c2f5a1787e46 /README | |
parent | 2fd3afc10b9b038d9bfea0828e6738517854914c (diff) |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ console. See kmscon(1) man-page for usage information. - bblit: Simply 2D blitting engine - bbulk: Same as bblit but with bulk-requests - gltex: OpenGLESv2 accelerated renderer + - cairo: cairo based renderer --with-sessions: Built in sessions. Available sessions are: - dummy: Dummy fallback session - terminal: Terminal-emulator sessions |