summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_atlas.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+1
* [core] Update to shelf-pack 2.1.0John Firebaugh2017-06-131-5/+5
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-39/+40
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-236/+44
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-8/+2
* [tidy] modernize-loop-convertBruno de Oliveira Abinader2017-05-121-4/+4
* [core] Combine two GlyphID-keyed maps in GlyphAtlas::EntryJohn Firebaugh2017-04-141-46/+33
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-13/+8
* [tests] Rewrite GlyphAtlas tests to use public APIJohn Firebaugh2017-04-131-24/+2
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-121-39/+63
* [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-061-49/+64
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-90/+155
* [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutexJohn Firebaugh2017-02-271-27/+16
* [core] Make Image saferJohn Firebaugh2017-02-141-29/+7
* [core] abort early when placing a glyph in GlyphAtlas if the bitmap is invalidKonstantin Käfer2017-01-171-2/+12
* [core] harden Glyph PBF parsingKonstantin Käfer2017-01-171-5/+2
* [build] move logging to utilKonstantin Käfer2016-11-221-2/+2
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-2/+2
* [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-011-61/+23
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-3/+3
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-5/+4
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-10/+10
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-1/+1
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-0/+263