summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/sources/render_geojson_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadupstream/gfx-refactor-7Konstantin 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] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] TilePyramid has sorted render tilesMikhail Pozdnyakov2019-01-161-4/+3
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-121-0/+86
* [core] Share GeoJSONData pointer as weak_ptr instead of raw ptrAlexander Shalamov2018-12-121-7/+7
* [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] Bypass GeoJSON tile data update if tileID zoom is above source's maxZoomBruno de Oliveira Abinader2017-09-151-5/+8
* [core] Clear RenderGeoJSONSource tilePyramid if no data is availableBruno de Oliveira Abinader2017-08-301-6/+11
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-241-2/+2
* [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-27/+26
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-3/+4
* [core] Immutable ImplsJohn Firebaugh2017-05-121-6/+9
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-1/+1
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-0/+95