summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Handle zero text sizeMikhail Pozdnyakov2019-12-191-1/+1
* Revert "[core] Remove Map::cycleDebugOptions"tobrun2019-12-191-0/+24
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-181-6/+7
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-182-4/+5
* [core] Add unit test for getAnchors and remove unused fieldAlexander Shalamov2019-12-182-7/+6
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-187-40/+75
* [core] Refactoring transform state (#15956)zmiao2019-12-057-193/+522
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-24/+0
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0312-827/+536
* [core] Turn off clang format for generated shaded codeAlexander Shalamov2019-12-021-3/+2
* [core] Add unit tests for Formatted classAlexander Shalamov2019-12-021-3/+2
* [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