console: use new drawing pipeline
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 20 Jan 2012 14:45:58 +0000 (15:45 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 20 Jan 2012 14:45:58 +0000 (15:45 +0100)
commit83cec439c6541c908512f42755cd6dc218181bd8
tree3fb6ec0eaf56aa011bd73023df38b002b15d2f5c
parent84f29458e5a9bf1c237c4544a7ba8436766a4f32
console: use new drawing pipeline

Instead of drawing with fixed-function GL pipeline we now use our own
shader for texture drawing. This also fixes test_console to no longer
depend on GL.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/console.c
src/output.h
src/output_context.c
tests/test_console.c