summaryrefslogtreecommitdiff
path: root/src/mbgl/tile
Commit message (Expand)AuthorAgeFilesLines
* [core] include what you useKonstantin Käfer2019-02-283-7/+2
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-251-3/+4
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-042-5/+5
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-272-3/+2
* [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0Bruno de Oliveira Abinader2018-11-261-1/+2
* [core] Add use LayerTypeInfo::Layout for the layers that require LayoutAlexander Shalamov2018-11-191-1/+1
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-137-21/+24
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-231-0/+1
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-2/+0
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-231-9/+8
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-10/+16
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-2/+2
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-312-105/+39
* [core] Simplify GeometryTileWorkerJohn Firebaugh2018-08-312-58/+25
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-314-27/+129
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-085-5/+20
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-8/+8
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-241-0/+6
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-033-7/+7
* [core] Measuring tiles requesting/parsing time using logging (#12152)Lloyd Sheng2018-06-211-0/+13
* Set Tile loaded/rendered instead of marking tile as optional.Asheem Mamoowala2018-05-241-3/+3
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-221-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-174-4/+0
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-104-4/+0
* | [core] Remove unused 'Throttler' class.Chris Loer2018-04-301-1/+0
* | [core] only index features within tile boundariesAnsis Brammanis2018-04-261-1/+1
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-264-6/+15
* | [core] fix querying circles across tile boundariesChris Loer2018-04-264-9/+21
* | Port global symbol query from GL JS:Chris Loer2018-04-255-40/+18
|/
* [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-023-20/+13
* [core] Consolidate GeometryTile symbol/nonSymbolBucketsChris Loer2018-04-024-24/+11
* [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-024-129/+141
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-8/+25
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-6/+8
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-094-4/+4
* [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