test_output: add blitting support
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 08:31:40 +0000 (10:31 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 08:31:40 +0000 (10:31 +0200)
commit023fb41bb45d0dd049f1c2c97b9e3617b34fa892
treeabf3f383be8d2567b0bec2557abc07375a9e7810
parentaada3038e196b0fd2aabb259855b4a5a397e8e39
test_output: add blitting support

When opengl rendering is not available on the target device, we now fall
back to software rendering. Instead of drawing a nice gradient we now draw
a white screen to the target device to avoid heavy calculations.

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