summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/layers
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix raster map jittering during panning (#16478)Kevin Li2020-05-251-2/+2
* [core] Fix rest of 'brace initialization' errorsAlexander Shalamov2020-04-301-1/+1
* Add missing cast for unsigned long to int conversionGali Nelle2020-04-201-2/+2
* Introduce a mean to add render features in layers with no sourcesGali Nelle2020-04-172-3/+38
* Use unique_ptr for RenderLocationIndicatorImplGali Nelle2020-04-172-2/+2
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-171-1/+2
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-175-11/+36
* Fix LocationIndicator not updating image sizes when image manager content cha...Gali Nelle2020-04-161-19/+27
* [core] RenderCircleLayer fixesMikhail Pozdnyakov2020-04-141-68/+52
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-15/+67
* Fix LocationIndicator LayerGali Nelle2020-04-101-30/+44
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-2/+1
* Add LocationIndicatorLayerGali Nelle2020-04-082-0/+816
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-1/+1
* Refactor tileCover to support lod tilesMikko Pulkki2020-04-061-3/+4
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-306-117/+87
* [core] Fix bugprone-move-forwarding-reference errorsThiago Marcos P. Santos2020-03-303-57/+49
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Drop BucketPlacementParametersMikhail Pozdnyakov2020-03-031-2/+3
* [core] Split LayerPlacementData and BucketPlacementDataMikhail Pozdnyakov2020-03-031-1/+1
* [core] Get rid of LayerPlacementData::firstInBucketMikhail Pozdnyakov2020-03-031-4/+2
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-031-12/+8
* Disable depth in heatmap offscreen rendering.Aleksandar Stojiljkovic2020-03-021-15/+13
* [core] Store SegmentVectors in ephemeral render objectsKonstantin Käfer2020-02-1411-136/+140
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-111-1/+24
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-032-131/+0
* [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-021-29/+89
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-114-51/+57
* [core] use individual textures for line dash patternsupstream/zmiao-testKonstantin Käfer2019-10-291-21/+20
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-7/+7
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1810-89/+41
* [core] Feature state support to RenderLayer classesJuha Alanen2019-09-1810-18/+28
* [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)Aleksandar Stojiljkovic2019-08-301-0/+1
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-301-64/+66
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-262-17/+32
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-3/+4
* [core] Fix layer impl cast in render layer implementationsMikhail Pozdnyakov2019-08-1610-0/+46
* [core] Enable opaque pass for background layer. fix heatmap+background test.Aleksandar Stojiljkovic2019-08-052-12/+21
* [core] Fix assertion at RenderRasterLayer::prepare()Mikhail Pozdnyakov2019-07-261-2/+4
* [core] Optimize RenderLineLayer::queryIntersectsFeatureMikhail Pozdnyakov2019-07-241-11/+24
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-221-8/+8
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-221-2/+2
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-119-18/+23
* Fix layers rendering after fill-extrusionAleksandar Stojiljkovic2019-07-093-5/+9
* [core] Share render tiles lists between layersMikhail Pozdnyakov2019-07-098-27/+24
* [core] RenderSource creates render itemsMikhail Pozdnyakov2019-07-041-1/+1
* [core] Remove down-casting of render sourcesMikhail Pozdnyakov2019-07-041-3/+1
* [core] Introduce ImageSourceRenderData and RenderSource::getImageRenderData()Mikhail Pozdnyakov2019-07-042-10/+6