summaryrefslogtreecommitdiff
path: root/src/mbgl
Commit message (Expand)AuthorAgeFilesLines
* [core] Pass TransformState to the cross tile symbol indexupstream/cross_tile_index_performanceMikhail Pozdnyakov2020-01-206-12/+19
* [core] Simplify Placement::addLayer()Mikhail Pozdnyakov2020-01-194-9/+10
* [core] Simplify CrossTileSymbolIndex::addLayer()Mikhail Pozdnyakov2020-01-175-10/+20
* [core] Avoid repeated calculations in symbol placementMikhail Pozdnyakov2020-01-162-42/+47
* [core] Cache showCollisionBoxes in PlacementMikhail Pozdnyakov2020-01-163-20/+13
* [core] Pass UpdateParameters to Placement constructorMikhail Pozdnyakov2020-01-165-38/+27
* [core] Pass std::shared_ptr<UpdateParameters> to the render orchestratorMikhail Pozdnyakov2020-01-153-66/+67
* [core] Pass placement commit parameters in constructorMikhail Pozdnyakov2020-01-153-9/+14
* [core] Consider symbol bucket leader id in cross-tile symbol indexingMikhail Pozdnyakov2020-01-152-21/+38
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-1321-106/+204
* [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-0240-634/+1122
* [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