summaryrefslogtreecommitdiff
path: root/src/mbgl
Commit message (Expand)AuthorAgeFilesLines
* [core] Blacklist VAO extension for Adreno (TM) 4xx GPUsAlexander Shalamov2019-12-021-8/+8
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-2/+2
* [core] GeoJSONVTData uses Scheduler::GetSequenced()Mikhail Pozdnyakov2019-11-291-14/+19
* [core] Introduce GeometryTile::reset()Mikhail Pozdnyakov2019-11-296-17/+44
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-294-38/+46
* [core] Fix supercluster lambdas capturingMikhail Pozdnyakov2019-11-291-7/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-294-27/+31
* [core] Introduce Scheduler::GetSequenced() APIMikhail Pozdnyakov2019-11-281-0/+27
* [core] Clear tiles when GeoJSON data changesMikhail Pozdnyakov2019-11-261-15/+13
* [core] fix rendering of dashed lines with round capsKonstantin Käfer2019-11-221-2/+20
* [core] Remove default move operator for RenderTileRoman Kuznetsov2019-11-191-1/+0
* [core] Fix incorrect resizing of TileCacheSergey Yershov2019-11-191-2/+2
* [core] Introduce style::CollectionWithPersistentOrderMikhail Pozdnyakov2019-11-193-39/+77
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-132-8/+4
* [core] Avoid GeoJSON source flickering on style transitionsMikhail Pozdnyakov2019-11-121-12/+13
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1153-418/+720
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-071-0/+18
* [core] Parse GeoJSONSource description in backgroundMikhail Pozdnyakov2019-11-051-12/+24
* [core] Add Scheduler::scheduleAndReplyValue() APIMikhail Pozdnyakov2019-11-051-2/+2
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+4
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-313-40/+33
* [render-test] Add resource usage tracking to gfx contextMikko Pulkki2019-10-3012-14/+143
* [core] use individual textures for line dash patternsupstream/zmiao-testKonstantin Käfer2019-10-294-102/+141
* [ios][android][core] Added change log entries and more code commentsMikhail Pozdnyakov2019-10-281-0/+3
* [core] Do not make pending requests for already requested images.Mikhail Pozdnyakov2019-10-281-9/+6
* Revert "[core] Revert coalescing requests to the client for the same missing ...Mikhail Pozdnyakov2019-10-282-31/+56
* [core] Fixed formattingMikhail Pozdnyakov2019-10-241-8/+5
* [core] Revert coalescing requests to the client for the same missing imageMikhail Pozdnyakov2019-10-242-56/+34
* [core] avoid edges for labels that use text-variable-anchorsAnsis Brammanis2019-10-241-4/+4
* [core] fix collisions with icon-text-fit and variable placement (#15828)Ansis Brammanis2019-10-221-10/+49
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-222-0/+6
* [core] Fix image requests for already obtained imagesMikhail Pozdnyakov2019-10-172-5/+7
* [core] fix icon-text-fitKonstantin Käfer2019-10-144-45/+72
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-143-36/+38
* Add iOS bindings for cluster properties (#15515)Jordan Kiley2019-10-111-0/+1
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-102-6/+11
* [core] Disallow coalesced requests for patternsMikhail Pozdnyakov2019-10-101-6/+14
* [core] Coalesce requests for the same missing imageMikhail Pozdnyakov2019-10-102-29/+43
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-091-0/+3
* [core] Introduce SequencedScheduler and ParallelSchedulerMikhail Pozdnyakov2019-10-073-43/+74
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-043-10/+15
* [core] Orchestration performance for styles with multiple sourcesMikhail Pozdnyakov2019-10-042-26/+39
* [core] fix opacity interpolation for composition expressions (#15738)Ansis Brammanis2019-10-021-5/+4
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-021-0/+4
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-272-39/+93
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2710-208/+262
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-0/+29
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2611-11/+11
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2611-169/+169
* [core] Fix clang format errorsMikhail Pozdnyakov2019-09-2610-401/+441