summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
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
* [core][tile mode] Make sure only a single tile is usedMikhail Pozdnyakov2020-04-241-0/+8
* [core] Source::setVolatile enables Resource::StoragePolicy::Volatile for tilesMikhail Pozdnyakov2020-04-221-1/+2
* [core] Add TileUpdateParameters and use itMikhail Pozdnyakov2020-04-221-1/+1
* [core] Tile pyramid passes minimum update interval to tilesMikhail Pozdnyakov2020-04-201-7/+6
* [core] TilePyramid::update accepts source implMikhail Pozdnyakov2020-04-207-63/+51
* 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-174-10/+55
* Use unique_ptr for RenderLocationIndicatorImplGali Nelle2020-04-172-2/+2
* [core] Fix performance-noexcept-move-constructor in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-173-4/+4
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-172-3/+4
* [core] Fix modernize-use-override errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix performance-type-promotion-in-math-fn errors in header filesThiago Marcos P. Santos2020-04-172-8/+13
* [core] Fix modernize-pass-by-value errors in header filesThiago Marcos P. Santos2020-04-171-8/+7
* [core] Fix bugprone-forward-declaration-namespace errors in header filesThiago Marcos P. Santos2020-04-171-4/+0
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-1711-24/+48
* 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-143-89/+80
* 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-072-5/+5
* Refactor tileCover to support lod tilesMikko Pulkki2020-04-062-15/+9
* [core] Introduce API to collect placed symbols dataMikhail Pozdnyakov2020-04-023-0/+21
* [core] Add setMaxOverscaleFactorForParentTilesAlexander Shalamov2020-04-017-12/+32
* Hillshade bucket fix https://github.com/mapbox/mapbox-gl-native-ios/issues/240Aleksandar Stojiljkovic2020-04-011-2/+4
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-301-2/+2
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-3016-202/+172
* [core] Fix bugprone-move-forwarding-reference errorsThiago Marcos P. Santos2020-03-303-57/+49
* [core] Fix bugprone-too-small-loop-variable errorsThiago Marcos P. Santos2020-03-303-5/+5
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-302-6/+6
* [core] Introduce map mode specific Placement implementationsMikhail Pozdnyakov2020-03-251-3/+2
* [core] Introduce Placement::placeLayers()Mikhail Pozdnyakov2020-03-253-25/+19
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-234-6/+9
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-232-2/+2
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-2314-27/+21
* [core] Fix performance-type-promotion-in-math-fn errorsThiago Marcos P. Santos2020-03-232-3/+3
* [core] Fix performance-inefficient-vector-operation errorsThiago Marcos P. Santos2020-03-231-0/+1
* [core] Fix performance-for-range-copy errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Render::clearData clears fontsMikhail Pozdnyakov2020-03-201-0/+1
* [core] Introduce Renderer::clearData() instead of keepRenderData map optionsMikhail Pozdnyakov2020-03-204-10/+6
* [core] Add ImageManager::clear()Mikhail Pozdnyakov2020-03-183-0/+16
* [core] Add RenderOrchestrator::clearData()Mikhail Pozdnyakov2020-03-183-5/+17
* [core][tile|static mode] Introduce MapOptions::keepRenderData() flagMikhail Pozdnyakov2020-03-183-2/+13
* [core] Do not squeeze placement period if the view is tiltedMikhail Pozdnyakov2020-03-121-7/+14
* [core] Adjust mapbox-gl-native for the updated debug shader semanticsMikhail Pozdnyakov2020-03-115-10/+26