summaryrefslogtreecommitdiff
path: root/src/mbgl/map/tile_worker.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-93/+0
* [core] destruct WorkTask data before calling the callbackKonstantin Käfer2016-01-281-1/+1
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-141-2/+6
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-061-1/+4
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-2/+3
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-1/+2
* [core] Avoid making a new copy of layers for redoPlacementJohn Firebaugh2015-12-071-4/+4
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-4/+4
* [core] Don't share Style& across threadsJohn Firebaugh2015-12-011-3/+9
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-301-13/+2
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-6/+5
* [core] Use current copy of style layers when reparsing tilesJohn Firebaugh2015-10-301-5/+7
* [core] When reparsing a tile, replace all existing bucketsJohn Firebaugh2015-10-301-1/+1
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-6/+4
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-21/+30
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-0/+2
* fix layer minZoom being ignored if not less than source maxZoomVladimir Agafonkin2015-10-061-2/+0
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-11/+0
* mason variant@1.0Mike Morris2015-09-301-1/+2
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-241-1/+1
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-241-1/+1
* Add circle render typeBruno de Oliveira Abinader2015-08-201-0/+3
* Keep updating until all the tiles are State::parsedThiago Marcos P. Santos2015-07-161-1/+0
* Check for matching source when parsing tiles (fixes #1698)John Firebaugh2015-07-021-4/+6
* Reapply style layer copy techniqueJohn Firebaugh2015-07-011-1/+6
* Clean up bucket creation loopJohn Firebaugh2015-07-011-7/+6
* Remove indirectionJohn Firebaugh2015-07-011-14/+0
* Merge TileParser into TileWorkerJohn Firebaugh2015-07-011-1/+23
* Introduce TileWorkerJohn Firebaugh2015-07-011-0/+75