font: support 2D blitting
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 24 Jun 2012 08:32:42 +0000 (10:32 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 24 Jun 2012 08:32:42 +0000 (10:32 +0200)
commit5dfba2f3e748970754f36da3948289cff2bc63d4
treee84014f7ec96042c9f532718ff5056145c15d30d
parentf7b305bc0aa033bf9c662c5627bc8fb6811a50ad
font: support 2D blitting

If OpenGL is not supported, we now allow 2D blitting into the video
framebuffer as alternative to shaders.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/font.h
src/font_pango.c
src/terminal.c