summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_atlas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091-218/+52
* [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