summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_orchestrator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add log for exceptionupstream/kl-queryFeatureExtensionskevin2020-06-111-1/+1
* Handle exception while queryed feature is not included in source.kevin2020-06-101-1/+5
* Introduce a mean to add render features in layers with no sourcesGali Nelle2020-04-171-7/+14
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Introduce API to collect placed symbols dataMikhail Pozdnyakov2020-04-021-0/+10
* [core] Fix misc-* errorsThiago Marcos P. Santos2020-03-301-2/+2
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-5/+1
* [core] Fix bugprone-too-small-loop-variable errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Introduce map mode specific Placement implementationsMikhail Pozdnyakov2020-03-251-3/+2
* [core] Introduce Placement::placeLayers()Mikhail Pozdnyakov2020-03-251-22/+15
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-2/+2
* [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-201-4/+0
* [core] Add ImageManager::clear()Mikhail Pozdnyakov2020-03-181-0/+3
* [core] Add RenderOrchestrator::clearData()Mikhail Pozdnyakov2020-03-181-5/+14
* [core][tile|static mode] Introduce MapOptions::keepRenderData() flagMikhail Pozdnyakov2020-03-181-0/+7
* [core] Do not squeeze placement period if the view is tiltedMikhail Pozdnyakov2020-03-121-7/+14
* [core] Use weak annotation managerAlexander Shalamov2020-03-051-1/+4
* [core] Do not index and place the off-screen symbols for overscaled tilesMikhail Pozdnyakov2020-01-221-1/+1
* [core] Simplify Placement::addLayer()Mikhail Pozdnyakov2020-01-221-3/+3
* [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-221-64/+64
* [core] Pass placement commit parameters in constructorMikhail Pozdnyakov2020-01-221-3/+5
* [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] use individual textures for line dash patternsupstream/zmiao-testKonstantin Käfer2019-10-291-13/+11
* [core] Orchestration performance for styles with multiple sourcesMikhail Pozdnyakov2019-10-041-25/+36
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-191-19/+20
* [core] Immutable/Mutable pattern for PlacementMikhail Pozdnyakov2019-09-191-15/+15
* [core] Update buckets in RendererMikhail Pozdnyakov2019-09-191-12/+27
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-8/+4
* [core] Add removeFeatureState APIJuha Alanen2019-09-181-0/+9
* [core] Add support for set/getFeatureState APIsJuha Alanen2019-09-181-0/+18
* [core] Coalesce buckets updates from several tilesMikhail Pozdnyakov2019-09-131-1/+5
* [core] Initiate new placement only when a new bucket appearesMikhail Pozdnyakov2019-09-131-3/+6
* [core] Fix placement for updated bucketsMikhail Pozdnyakov2019-09-131-10/+8
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-231-5/+5
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-201-2/+2
* [core] Shrink RenderOrchestrator::filteredLayersForSource in reduceMemoryUse()Mikhail Pozdnyakov2019-07-291-3/+1
* [core] Optimize Query Rendered Features APIMikhail Pozdnyakov2019-07-251-7/+8
* Fix wrong #15065 nit fixAleksandar Stojiljkovic2019-07-191-2/+4
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-111-3/+3
* Issue #15065 changelogs and nit fix.Aleksandar Stojiljkovic2019-07-091-5/+6
* Fix layers rendering after fill-extrusionAleksandar Stojiljkovic2019-07-091-3/+7
* [core] Reserve size for filtered render layersAlexander Shalamov2019-07-091-2/+9
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-091-15/+27