summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Use weak annotation managerAlexander Shalamov2020-03-053-3/+10
* [core] Drop BucketPlacementParametersMikhail Pozdnyakov2020-03-035-7/+9
* [core] Split LayerPlacementData and BucketPlacementDataMikhail Pozdnyakov2020-03-032-4/+6
* [core] Get rid of LayerPlacementData::firstInBucketMikhail Pozdnyakov2020-03-032-5/+3
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-034-30/+41
* Disable depth in heatmap offscreen rendering.Aleksandar Stojiljkovic2020-03-021-15/+13
* [core] Store SegmentVectors in ephemeral render objectsKonstantin Käfer2020-02-1420-262/+250
* [core] Support [within expression] with layout propertyzmiao2020-02-124-7/+19
* Enable within expression with Filterzmiao2020-02-121-3/+3
* Enable parse within expressionzmiao2020-02-1212-50/+130
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-114-6/+39
* [core] Clear tile pyramid for custom source only if there is a significant ch...Alexander Shalamov2020-02-111-1/+8
* [core] Override default prefetch delta if source has it's own settingAlexander Shalamov2020-02-117-59/+70
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-032-131/+0
* [core] Do not index and place the off-screen symbols for overscaled tilesMikhail Pozdnyakov2020-01-224-6/+9
* [core] Simplify Placement::addLayer()Mikhail Pozdnyakov2020-01-221-3/+3
* [core] Simplify CrossTileSymbolIndex::addLayer()Mikhail Pozdnyakov2020-01-223-4/+5
* [core] Avoid repeated calculations in symbol placementMikhail Pozdnyakov2020-01-221-2/+3
* [core] Cache showCollisionBoxes in PlacementMikhail Pozdnyakov2020-01-221-6/+2
* [core] Pass UpdateParameters to Placement constructorMikhail Pozdnyakov2020-01-221-11/+2
* [core] Pass std::shared_ptr<UpdateParameters> to the render orchestratorMikhail Pozdnyakov2020-01-223-66/+67
* [core] Pass placement commit parameters in constructorMikhail Pozdnyakov2020-01-221-3/+5
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+1
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-152-25/+12
* [core] add stretches + content to ImagePositionKonstantin Käfer2020-01-152-8/+8
* [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-173-5/+3
* [core] Placement::commit() handles absence of previuos placementMikhail Pozdnyakov2019-12-091-2/+1
* [core] Simplify placement code path for still and tile modesMikhail Pozdnyakov2019-12-091-11/+28
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-7/+21
* [core] Refactoring transform state (#15956)zmiao2019-12-051-2/+2
* [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-023-31/+95
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-0/+8
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-4/+3
* [core] Clear tiles when GeoJSON data changesMikhail Pozdnyakov2019-11-261-15/+13
* [core] Remove default move operator for RenderTileRoman Kuznetsov2019-11-191-1/+0
* [core] Avoid GeoJSON source flickering on style transitionsMikhail Pozdnyakov2019-11-121-12/+13
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-119-60/+79
* [core] use individual textures for line dash patternsupstream/zmiao-testKonstantin Käfer2019-10-292-34/+31
* [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] Fix image requests for already obtained imagesMikhail Pozdnyakov2019-10-172-5/+7
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-5/+3
* [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] Orchestration performance for styles with multiple sourcesMikhail Pozdnyakov2019-10-042-26/+39