summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/sources/render_custom_geometry_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] RenderCustomGeometrySource should clear tiles after style updateMikhail Pozdnyakov2019-07-121-1/+4
* [core] Introduce RenderTileSourceMikhail Pozdnyakov2019-05-291-50/+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] 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] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+86