summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-121-1/+2
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-121-2/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-13/+8
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-88/+8
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+1
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+1
* [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-071-3/+5
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-4/+0
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-1/+1
* [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+1
* [core] query source featuresIvo van Dongen2017-03-091-0/+3
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-2/+2
* [core] clear source when removed from styleIvo van Dongen2017-03-061-0/+3
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-1/+3
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-081-1/+1
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-3/+6
* [core] remove tiles for disabled sourcesKonstantin Käfer2016-10-271-0/+4
* [core] geojson source - clear cache when json content is setIvo van Dongen2016-10-251-1/+1
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-0/+2
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-201-1/+1
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-9/+6
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-1/+1
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-061-1/+5
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-1/+1
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-061-0/+4
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-051-3/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-2/+3
* [core] Inline Source::Impl::getTileJohn Firebaugh2016-08-261-2/+0
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+101