summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Renderer for remaining layers. RenderLayer clean up.upstream/mikhail_refactor_render_layersMikhail Pozdnyakov2019-07-0815-251/+207
|
* [core] Renderer for RenderSymbolLayerMikhail Pozdnyakov2019-07-082-192/+196
|
* [core] Renderer for RenderFillLayer and RenderFillExtrusionLayerMikhail Pozdnyakov2019-07-084-340/+352
|
* [core] Renderer for RenderHillshadeLayer and RenderRasterLayerMikhail Pozdnyakov2019-07-084-292/+306
|
* [core] Renderer and loader for RenderHeatmapLayer. Drop RenderLayer::upload().Mikhail Pozdnyakov2019-07-055-159/+155
|
* [core] Move ColorRampRenderData to separate filesMikhail Pozdnyakov2019-07-055-32/+60
|
* [core] createRenderer() and createLoader() for RenderLineLayerMikhail Pozdnyakov2019-07-054-155/+228
|
* [core] Introduce LayerRenderItemMikhail Pozdnyakov2019-07-053-19/+75
|
* [core] RenderSource creates render itemsMikhail Pozdnyakov2019-07-0414-107/+141
|
* [core] Remove down-casting of render sourcesMikhail Pozdnyakov2019-07-0410-54/+10
|
* [core] Introduce ImageSourceRenderData and RenderSource::getImageRenderData()Mikhail Pozdnyakov2019-07-045-36/+45
| | | | | Image source render data is owned by render source, which is simpler than the previous approach and aligned with the render tiles ownership model.
* [core] ImageManager is not used at tile upload stageMikhail Pozdnyakov2019-07-046-29/+58
|
* [core] Introduce ImageManager::getSharedImageMikhail Pozdnyakov2019-07-042-1/+9
|
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-0415-131/+268
| | | | Remove rendering functionality from Tile implementations.
* [core] Geometry tile keeps layout result as a shared pointerMikhail Pozdnyakov2019-07-043-41/+42
|
* [core] Remove orchestration methods from RenderTileMikhail Pozdnyakov2019-07-0413-33/+42
|
* [android] - add ktlint, optimise code for ktlint validationtobrun2019-07-0451-274/+564
|
* [node] Parse 'sdf' option when adding an imageBruno de Oliveira Abinader2019-07-042-1/+7
|
* [android] changelog for 8.2.0-alpha.2android-v8.2.0-alpha.2Łukasz Paczos2019-07-031-1/+10
|
* [ios] Add removeStyleImage to MGLMapView (#14769)Fabian Guerra Soto2019-07-0214-0/+66
| | | | | | | | * [ios] Add shoulRremoveStyleImage to MGLMapViewDelegate. * [ios] Changelog update. * [ios, macos] Update shouldRemoveStyle method documentation.
* [ios, build] Add podspec lint scriptJason Wray2019-07-023-2/+85
|
* [ios, build] Stop packaging local podspec with releasesJason Wray2019-07-022-42/+0
|
* [core] Update changelog filesMikhail Pozdnyakov2019-07-022-0/+11
|
* [core] Remove unused PaintPropertyBinders::constants()Mikhail Pozdnyakov2019-07-021-12/+0
|
* [core] RenderSource does re-layout if layer's data-driven properties change.Mikhail Pozdnyakov2019-07-021-1/+6
|
* [core] Geometry tile updates layer render data if its constants mask remainsMikhail Pozdnyakov2019-07-024-11/+13
| | | | | | Thus, we do not have to wait for tile update completion in case the updated properties have the same constants mask, i.e. fit the existing bucket.
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-0222-1/+84
| | | | | | Constants mask for data-driven paint properties is a reliable criteria of whether the given updated properties can still be used with the existing bucket (and the gl program instance).
* [android] - add binding integration for cache management APItobrun2019-07-0216-38/+722
|
* [core] Minor change to silence documentation warning on iOS.Julian Rex2019-07-021-2/+2
|
* [build] clean up cloudformation template and policiesZachariah Mully2019-07-012-223/+117
|
* [core] Fix error handling in HeadlessFrontend::render()Mikhail Pozdnyakov2019-06-282-7/+22
|
* [tests] Update test expecationsThiago Marcos P. Santos2019-06-284-0/+0
|
* [core] include Hiragana and Katakana glyph ranges to LocalGlyphRasterizerThiago Marcos P. Santos2019-06-282-9/+10
| | | | Fixes #14993
* [core] Add number-format expressionJuha Alanen2019-06-2725-7/+533
|
* [android] - update CI image to NDK 20tobrun2019-06-271-1/+1
|
* [ios] Fix ios-v5.2.0-alpha.1 podspec versionsJason Wray2019-06-263-3/+3
| | | | Versions had a period instead of a dash between the numbers and pre-release string.
* [ios] Release ios-v5.2.0-alpha.1ios-v5.2.0-alpha.1Jason Wray2019-06-264-6/+15
|
* [ios] Remove previously deprecated unavailable methods and propertiesJason Wray2019-06-265-59/+5
|
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-268-49/+42
|
* Fixes problems associated with node 10 and NAN (#14847)Blake Thompson2019-06-264-53/+60
| | | | | | | | * Fixes problems associated with node 10 and NAN * Follow up removal of unnecessary linking to map object * Remove header left over from debugging
* [android] - update changelog for v8.2.0-alpha.1android-v8.2.0-alpha.1Tobrun2019-06-261-7/+11
|
* [android] - bring back opacity manual regression testtobrun2019-06-261-0/+9
|
* [build] GCC 8.0 now implements 'cast-function-type'Bruno de Oliveira Abinader2019-06-261-1/+5
|
* Remove assert from deconstructor of run_loop.cppMichael Muesch2019-06-261-1/+0
| | | In the deconstructor of run_loop.cpp there is an assert that checks to make sure the Scheduler is null before setting it to null. In some rare scenarios where the app is being put into the background or closed the Scheduler can be null before the deconsturctor is called. This can cause an unnecessary crash. Since the goal here is to just set the Scheduler to null either way, it should not matter what the state of the Scheduler is before the function call.
* [android]Add MicroSoft AppCenter lib. (#14995)Kevin Li2019-06-2617-16/+53
|
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-2514-23/+1356
|
* [core] Fix macOS clang exception error in expression-tests/to-number/2-aryBruno de Oliveira Abinader2019-06-251-1/+1
|
* [core] DefaultFileSource dynamic support for cache-only requestsBruno de Oliveira Abinader2019-06-255-17/+40
|
* [core] Added vendor/filesystemBruno de Oliveira Abinader2019-06-256-0/+23
|
* [darwin] Ensure the runloop is awake in RunLoop::runOnce()Bruno de Oliveira Abinader2019-06-251-0/+1
|