text: add bblit text-renderer
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 14:50:20 +0000 (16:50 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 14:50:20 +0000 (16:50 +0200)
commitb04410f1a98e39af171a6038ad5c65b09548d69b
tree2aefe7022185a242e0750ee6920f286f48209dbe
parentb31e7565c314d32ee6ffb64f5488b355ade6dae1
text: add bblit text-renderer

The bblit text-renderer is the most basic renderer which simply blits or
blends the glyphs into the framebuffer memory. It cannot be used with
displays that do not provide framebuffer access but only 3D access.
However, 3D rendering is currently broken, anyway, so we can ignore it.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/text.h
src/text_bblit.c [new file with mode: 0644]