summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* offset line returns geometrycollectionupstream/alexshalamov_wip_qrfAlexander Shalamov2019-07-231-15/+9
* force getGeometries() return const refAlexander Shalamov2019-07-2312-24/+32
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-225-40/+52
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-226-91/+93
* [core] sizeof(SymbolBucket) 2312 -> 2296Mikhail Pozdnyakov2019-07-222-15/+22
* [core] Introduce RenderTileSetSource classMikhail Pozdnyakov2019-07-228-125/+132
* [core] Avoid unneeded tile sets copying at sources codeMikhail Pozdnyakov2019-07-229-33/+22
* [core] Render sources keep the existing tiles until the new tileset is readyMikhail Pozdnyakov2019-07-223-12/+24
* [core] Do not try to place a center anchor beyond the center of the lineThiago Marcos P. Santos2019-07-191-0/+2
* Fix wrong #15065 nit fixAleksandar Stojiljkovic2019-07-191-2/+4
* [core] Fix collision with content insetsAleksandar Stojiljkovic2019-07-173-14/+12
* [core] Favor previous anchor only when still in the `text-variable-anchor` op...Mikhail Pozdnyakov2019-07-171-10/+14
* [core] RenderCustomGeometrySource should clear tiles after style updateMikhail Pozdnyakov2019-07-121-1/+4
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-1112-22/+47
* [core] decrease the minimum pixel distance required to interpolate during cam...Łukasz Paczos2019-07-091-1/+1
* [core] Put gfx backend scope guard to Renderer::reduceMemoryUse()Mikhail Pozdnyakov2019-07-091-0/+1
* Issue #15065 changelogs and nit fix.Aleksandar Stojiljkovic2019-07-091-5/+6
* Fix layers rendering after fill-extrusionAleksandar Stojiljkovic2019-07-0910-15/+31
* [core] Share render tiles lists between layersMikhail Pozdnyakov2019-07-0915-58/+87
* [core] Reserve size for filtered render layersAlexander Shalamov2019-07-092-2/+17
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-0921-58/+63
* Revert "[core] Change severity of too many data-driven properties to "Info""Thiago Marcos P. Santos2019-07-081-13/+13
* [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
* [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-0413-123/+260
* [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
* [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
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-0221-0/+82
* [core] include Hiragana and Katakana glyph ranges to LocalGlyphRasterizerThiago Marcos P. Santos2019-06-281-1/+2
* [core] Add number-format expressionJuha Alanen2019-06-273-0/+219
* [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-251-0/+10
* [core] Introduce RenderOrchestratorMikhail Pozdnyakov2019-06-256-705/+783
* [core] Introduce RenderTreeMikhail Pozdnyakov2019-06-256-93/+243
* [core] PaintParameters do not need UpdateParametersMikhail Pozdnyakov2019-06-253-10/+17
* [core] Remove RenderPass::UploadMikhail Pozdnyakov2019-06-255-8/+4
* [core] Simplify RenderLayer::upload()Mikhail Pozdnyakov2019-06-256-34/+25
* [core] Change severity of too many data-driven properties to "Info"Thiago Marcos P. Santos2019-06-151-13/+13
* [core] Keep the same sort index for all feature ringsMikhail Pozdnyakov2019-06-121-1/+1
* [core] don't call glFlush on every frameKonstantin Käfer2019-06-124-1/+12
* [build] remove roundtrip through <experimental/optional> when using optionalKonstantin Käfer2019-06-121-1/+1
* [core] Remove unused OffscreenTexture variant with depth render targetAleksandar Stojiljkovic2019-06-115-44/+2
* [core] Switch back to a more compact line attributes layout (#14851)Vladimir Agafonkin2019-06-1012-209/+216
* [core] TilePyramind uses TransformState::getScale()Mikhail Pozdnyakov2019-06-103-1/+5