summaryrefslogtreecommitdiff
path: root/src/mbgl/style/sources/custom_geometry_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Clear tile pyramid for custom source only if there is a significant ch...Alexander Shalamov2020-02-111-4/+3
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-111-1/+5
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-181-3/+2
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-181-5/+13
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-031-0/+2
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-3/+1
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-031-1/+2
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-3/+3
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-061-1/+1
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-7/+7
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+45