summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-144-4/+7
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-2310-10/+295
* [core] GeometryTileData needs to be updated in lockstep with FeatureIndexChris Loer2018-01-182-1/+5
* [core] Synchronize state of CollisionIndex and FeatureIndexes.Chris Loer2018-01-183-1/+15
* [core] fix symbol flickering after data updatesAnsis Brammanis2018-01-112-1/+7
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-083-16/+0
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-062-5/+24
* [core] Android + old libstdc++ build fixThiago Marcos P. Santos2017-11-271-1/+2
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-222-0/+115
* [core] Symbol cross-fading.Chris Loer2017-11-173-0/+48
* [core] Cleanup in response to review comments.Chris Loer2017-11-172-2/+12
* [core] Cleanup in response to review commentsChris Loer2017-11-171-2/+2
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-172-2/+6
* [core] Switch from background to foreground placementChris Loer2017-11-175-70/+64
* [core] fix crash when querying GeoJSON tilesKonstantin Käfer2017-10-261-12/+12
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-1210-64/+56
* [core] Split GeoJSONTileData and related classes into a separate headerAsheem Mamoowala2017-09-282-94/+95
* [core] Move *TileID hashing to separate implJesse Crocker2017-09-262-276/+29
* [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-251-0/+3
* [core] remove throttling from geometry tileIvo van Dongen2017-09-222-9/+2
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-217-37/+43
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-212-5/+0
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-254-9/+29
* [core] Don't throttle placement in still modeBruno de Oliveira Abinader2017-08-252-2/+8
* Revert "[core] Ensure image dependencies in GeometryTileWorker::onImagesAvail...Bruno de Oliveira Abinader2017-08-251-6/+1
* [core] Avoid GeometryTile dependency in FeatureIndexJohn Firebaugh2017-08-241-1/+10
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-244-7/+6
* [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailableBruno de Oliveira Abinader2017-08-141-1/+6
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-092-4/+4
* [core] Include what you useThiago Marcos P. Santos2017-08-071-0/+1
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+1
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-243-3/+14
* [core] add algorithm for computing masks for raster tilesKonstantin Käfer2017-07-241-0/+5
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-195-5/+5
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-195-5/+5
* [core] renderer interfaceIvo van Dongen2017-07-183-3/+3
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-2/+22
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-3/+3
* [core] Hold on to tile yStretch value for rendering old symbolBuckets while w...Chris Loer2017-07-112-2/+10
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-16/+17
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-113-0/+8
* [core] make{Glyph,Image}Atlas only once for any number of symbol layersJohn Firebaugh2017-07-062-27/+24
* [core] document lifetimes of GeometryTileFeaturesKonstantin Käfer2017-06-211-0/+7
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-211-2/+3
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-214-23/+31
* [core] switch to vector-tile library for decoding Mapbox vector tilesKonstantin Käfer2017-06-213-252/+62
* [core] shared feature data for GeoJSONTileData objectsKonstantin Käfer2017-06-211-5/+11
* [core] add benchmark for vector tile parsingKonstantin Käfer2017-06-213-298/+334