summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_atlas.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+1
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-2/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-95/+10
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+1
* [core] Remove WorkQueueJohn Firebaugh2017-05-171-1/+0
* [core] Combine two GlyphID-keyed maps in GlyphAtlas::EntryJohn Firebaugh2017-04-141-8/+6
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-1/+1
* [tests] Rewrite GlyphAtlas tests to use public APIJohn Firebaugh2017-04-131-8/+0
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-121-3/+5
* [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-061-29/+28
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-28/+40
* [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutexJohn Firebaugh2017-02-271-16/+13
* [core] Make Image saferJohn Firebaugh2017-02-141-1/+1
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-1/+1
* [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-011-5/+6
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-5/+4
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-3/+3
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-3/+3
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-3/+3
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-0/+109