summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Upgrade shaders and add new vertices to SymbolLayoutKonstantin Käfer2020-01-159-471/+521
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-1322-108/+208
* [core] Fix GeoJSONVTData ownership and life cycleMikhail Pozdnyakov2020-01-092-11/+7
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+21
* [core] Introduce CollisionIndex::getProjectedCollisionBoundaries()Mikhail Pozdnyakov2020-01-083-21/+26
* [core] Introduce CollisionBoundaries and use it in CollisionIndexMikhail Pozdnyakov2020-01-083-100/+109
* [core] Use only the first variable anchor for the symbols intersecting tile b...Mikhail Pozdnyakov2020-01-081-7/+14
* [core] Fix CollisionIndex::featureIntersectsTileBorders() implementationMikhail Pozdnyakov2020-01-082-4/+3
* [core] Performance fix for placement in tile modeMikhail Pozdnyakov2020-01-081-2/+10
* [core] In tile mode, place labels from tile borders firstMikhail Pozdnyakov2020-01-081-53/+88
* [core] Pre-defined variable anchor at tile bordersMikhail Pozdnyakov2020-01-082-20/+49
* [core] Add CollisionIndex::featureIntersectsTileBorders()Mikhail Pozdnyakov2020-01-082-4/+33
* [core] Consolidate more logic in calculateVariableLayoutOffset()Mikhail Pozdnyakov2020-01-081-13/+25
* remove unused code (#16077)Dane Springmeyer2019-12-192-2/+0
* [core] Handle zero text sizeMikhail Pozdnyakov2019-12-191-1/+1
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-1/+4
* correct insets camera management - see https://github.com/mapbox/mapbox-gl-na...Romain Quidet2019-12-171-16/+3
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-171-6/+7
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-1714-120/+192
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-132-8/+6
* [core] Fix -Wshadow when using GCC 4.9Thiago Marcos P. Santos2019-12-122-7/+7
* [core] Placement::commit() handles absence of previuos placementMikhail Pozdnyakov2019-12-093-5/+14
* [core] Simplify placement code path for still and tile modesMikhail Pozdnyakov2019-12-092-11/+29
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-092-4/+5
* [core] Add unit test for getAnchors and remove unused fieldAlexander Shalamov2019-12-092-7/+6
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-097-40/+75
* [core] increase padding in CollisionIndex for MapMode::Tile (#15880)Ansis Brammanis2019-12-063-16/+27
* [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