summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Shape images in labels at bucket zoom levelAlexander Shalamov2019-12-023-1/+5
* [core] Use linear filtering for icons in text for zoom dependent text-sizeAlexander Shalamov2019-12-021-7/+9
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-0241-634/+1124
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-026-41/+48
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-0212-215/+368
* [core] Calculate line width and line breaks for imagesAlexander Shalamov2019-12-022-23/+34
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-024-19/+58
* [core] Add evaluated images to styled text sectionsAlexander Shalamov2019-12-023-21/+73
* [core] Add image sections to format expressionAlexander Shalamov2019-12-025-71/+122
* [core] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-021-4/+4
* [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-1154-418/+724
* [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-3013-14/+148
* [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-223-0/+7
* [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