summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/geometry_tile_worker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-211-10/+8
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-041-4/+1
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-22/+13
* [core] split off render layersIvo van Dongen2017-04-251-11/+36
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-22/+13
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-38/+95
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-5/+22
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-5/+8
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-28/+43
* [core] Remove unused BucketParameter membersJohn Firebaugh2016-12-211-7/+1
* [core] Convert BucketParameters#layer to a separate parameterJohn Firebaugh2016-12-211-10/+9
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] don't run symbol placement more often than necessaryKonstantin Käfer2016-11-141-1/+0
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-7/+44
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-051-4/+4
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-7/+3
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-5/+1
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-0/+300