summaryrefslogtreecommitdiff
path: root/src/text_gltex.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-18shl: misc: provide shl_next_pow2()David Herrmann1-16/+3
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann1-1/+1
2013-01-14uterm: video: return buffer information on display_use()David Herrmann1-4/+5
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-1/+1
2013-01-03text: remove old init/deinit helpersDavid Herrmann1-18/+0
2013-01-03text: add owner field to text-opsDavid Herrmann1-2/+3
2012-12-21text: gltex: fix y-inversion with new gbm-surfacesDavid Herrmann1-6/+6
2012-12-10text: add render-support for multi-cell glyphsDavid Herrmann1-13/+19
2012-12-02text: gltex: free atlas during destructionDavid Herrmann1-0/+1
2012-11-26text: use uterm_display directlyDavid Herrmann1-19/+19
2012-11-08text: gltex: use bold fontsDavid Herrmann1-13/+32
2012-09-30Fix printf() specified bugs all over the codeDavid Herrmann1-1/+1
2012-09-18console: rename prefix to tsm_screen_*David Herrmann1-1/+1
2012-09-18text: pass symbol-data directly into text layerDavid Herrmann1-8/+8
2012-09-18tsm: move unicode.[ch] to tsm_unicode.[ch]David Herrmann1-1/+1
2012-09-16shl: move timer to shl_timer_*David Herrmann1-1/+0
2012-09-16shl: move kmscon_hashtable to shlDavid Herrmann1-8/+9
2012-09-15shl: move dlist to shl_dlist.hDavid Herrmann1-0/+1
2012-09-15shl: move dlist implementation to shl_dlist_*David Herrmann1-16/+16
2012-09-14unicode: move kmscon_symbol* to tsm_symbol*David Herrmann1-2/+2
2012-09-08console: rename font_char_attr to kmscon_console_attrDavid Herrmann1-1/+1
2012-08-21text: gltex: fix rendering whithout GL_EXT_unpack_subimageDavid Herrmann1-11/+70
2012-08-10text: gltex: add OpenGL text rendererDavid Herrmann1-0/+627