Commit Graph

6 Commits

Author SHA1 Message Date
macallan
86e9be6a98 try not to crash when calling glyphcache_wipe() on an uninitialized cache
first step to fix PR 48492
2014-01-13 19:30:33 +00:00
macallan
9622d8acf1 glyphcache_init(): bail if we don't have enough off-screen memory to be useful 2012-11-13 20:29:03 +00:00
macallan
f952894398 allow caching of glyphs with attributes other than the default
while there, also add support for underlined characters
2012-10-04 10:26:32 +00:00
macallan
4de7bc18ac deal with negative cache sizes 2012-07-12 01:21:08 +00:00
macallan
4d3aa5644d no need to convert cell number to coordinates every time we draw a glyph
from cache - just stick the coordinates directly into the map
2012-04-19 08:46:17 +00:00
macallan
e297db4b59 generic support for caching glyphs in video memory
for speeding up anti-aliased fonts on slow CPUs
2012-02-16 17:29:21 +00:00