From 0a3c34ca0e28349e1e7789d8844010b1a57bfbc7 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 15 Jan 2013 16:30:49 +0100 Subject: 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 --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 8def99d..ae872a6 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3