summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/render_annotation_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] TilePyramid::update accepts source implMikhail Pozdnyakov2020-04-201-4/+2
* [core] Add setMaxOverscaleFactorForParentTilesAlexander Shalamov2020-04-011-1/+2
* [core] Override default prefetch delta if source has it's own settingAlexander Shalamov2020-02-111-13/+13
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-181-1/+1
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-091-1/+1
* [core] Inherit RenderAnnotationSource from RenderTileSourceMikhail Pozdnyakov2019-06-101-36/+1
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-281-0/+8
* [core] Prepare render sources before render layers are initializedMikhail Pozdnyakov2019-05-221-1/+1
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-2/+6
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-291-4/+0
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-1/+1
* [core]Disable RenderAnnotationSource when annotations are disabledMikhail Pozdnyakov2018-12-111-0/+3
* [core] fix circle querying for scale and alignmentChris Loer2018-04-261-2/+3
* Port global symbol query from GL JS:Chris Loer2018-04-251-3/+2
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-2/+2
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+1
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-171-2/+3
* [core] limit annotation tile source to z16upstream/android-v5.1.4Konstantin Käfer2017-10-191-1/+3
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-2/+2
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-211-1/+1
* [core] Refactor Painter awayJohn Firebaugh2017-07-191-6/+6
* [core] refactor ClipID generationKonstantin Käfer2017-07-061-1/+1
* [core] remove tile cache size setterIvo van Dongen2017-06-271-4/+0
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-3/+4
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-1/+1
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-20/+19
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-3/+4
* [core] Immutable ImplsJohn Firebaugh2017-05-121-1/+5
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-1/+1
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-0/+79