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-9/+7
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-2/+5
* Revert "[core] Ensure image dependencies in GeometryTileWorker::onImagesAvail...Bruno de Oliveira Abinader2017-08-251-6/+1
* [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailableBruno de Oliveira Abinader2017-08-141-1/+6
* [core] make{Glyph,Image}Atlas only once for any number of symbol layersJohn Firebaugh2017-07-061-26/+23
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-211-2/+3
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-1/+13
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-13/+12
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-13/+13
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-3/+5
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-1/+0
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-2/+2
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-8/+8
* [tidy] modernize-use-equals-defaultBruno de Oliveira Abinader2017-05-121-2/+1
* [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