summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Export symbol placement update status from MapObserverupstream/mikhail_export_placementChangedMikhail Pozdnyakov2019-08-223-6/+8
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-201-2/+2
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-203-5/+13
* [core] also remove version info in ImageManager when removing an image (#15397)Konstantin Käfer2019-08-191-0/+1
* [core] Fix layer impl cast in render layer implementationsMikhail Pozdnyakov2019-08-1610-0/+46
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-4/+15
* [core] Enable opaque pass for background layer. fix heatmap+background test.Aleksandar Stojiljkovic2019-08-052-12/+21
* [core] Remove ProjectedCollisionBox from CollisionBoxMikhail Pozdnyakov2019-08-052-6/+6
* [core] Increase round join approximation precisionAlexander Shalamov2019-08-051-1/+1
* [core] A more accurate algorithm for approximating round line joinsAlexander Shalamov2019-08-051-17/+25
* [core] Fix render tile set source updateMikhail Pozdnyakov2019-08-011-1/+1
* [core] Shrink RenderOrchestrator::filteredLayersForSource in reduceMemoryUse()Mikhail Pozdnyakov2019-07-291-3/+1
* [core] Fix assertion at RenderRasterLayer::prepare()Mikhail Pozdnyakov2019-07-262-2/+5
* [core] Optimize Query Rendered Features APIMikhail Pozdnyakov2019-07-252-7/+9
* [core] Optimize RenderLineLayer::queryIntersectsFeatureMikhail Pozdnyakov2019-07-241-11/+24
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] Remove unused field from icon bufferAlexander Shalamov2019-07-231-1/+0
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-223-22/+34
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-223-7/+7
* [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-223-15/+15
* [core] Render sources keep the existing tiles until the new tileset is readyMikhail Pozdnyakov2019-07-223-12/+24
* Fix wrong #15065 nit fixAleksandar Stojiljkovic2019-07-191-2/+4
* [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] 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-0913-28/+40
* 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-0413-106/+140
* [core] Remove down-casting of render sourcesMikhail Pozdnyakov2019-07-049-49/+10
* [core] Introduce ImageSourceRenderData and RenderSource::getImageRenderData()Mikhail Pozdnyakov2019-07-045-36/+45
* [core] ImageManager is not used at tile upload stageMikhail Pozdnyakov2019-07-045-21/+40
* [core] Introduce ImageManager::getSharedImageMikhail Pozdnyakov2019-07-042-1/+9
* [core] Introduce TileRenderDataMikhail Pozdnyakov2019-07-045-15/+127
* [core] Remove orchestration methods from RenderTileMikhail Pozdnyakov2019-07-0411-32/+39
* [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-021-6/+1
* [core] Introduce RenderOrchestratorMikhail Pozdnyakov2019-06-255-705/+781
* [core] Introduce RenderTreeMikhail Pozdnyakov2019-06-255-93/+242
* [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] don't call glFlush on every frameKonstantin Käfer2019-06-121-1/+1