text: bblit: do not clear screen
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 6 Aug 2012 12:54:34 +0000 (14:54 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 6 Aug 2012 12:54:34 +0000 (14:54 +0200)
commit3f492d95531fc49e38cbd6d0baa3547d9c9a5b02
treeda3f789593114d3b4e9ad0cfaeb85e61bda8fdc9
parent0fee19a8c0342a1976399b0272cdecdff8701e35
text: bblit: do not clear screen

The console layer guarantees that all glyphs are sent to the renderer so
there is no need to clear the screen before redrawing.

This reduces flickering of single-buffered video backends.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/text_bblit.c