summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Immutable ImplsJohn Firebaugh2017-05-121-17/+2
* [core] Reset observers of removed Sources and LayersJohn Firebaugh2017-05-051-1/+1
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-278/+3
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+0
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-4/+4
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-6/+0
* Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-4/+4
* [core] query source featuresIvo van Dongen2017-03-091-0/+18
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
* [core] clear source when removed from styleIvo van Dongen2017-03-061-0/+4
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-7/+9
* [core] Allow tile cache size to change with viewport sizeJohn Firebaugh2017-01-261-1/+1
* [core] Scale tile cache size based on tile sizeJohn Firebaugh2017-01-261-2/+2
* [core] Use std::tie in Source::Impl::queryRenderedFeatures sortBruno de Oliveira Abinader2017-01-171-3/+2
* [core] Ensure a non-zero source tile cache sizeJohn Firebaugh2016-12-121-2/+2
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] cache raster tilesKonstantin Käfer2016-11-171-1/+1
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-081-2/+4
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-0/+6
* [core] Fix render tile ordering when querying sourcesBruno de Oliveira Abinader2016-11-041-2/+13
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-3/+3
* [core] remove tiles for disabled sourcesKonstantin Käfer2016-10-271-6/+18
* [core] Improve Source::Impl readabilityBruno de Oliveira Abinader2016-10-111-18/+11
* [core] Use TilePoint in Source::Impl::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-111-18/+10
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-24/+10
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-2/+2
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-2/+2
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-061-0/+9
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-051-2/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-5/+6
* [core] Rename data ⇢ tile; use Resource::NecessityJohn Firebaugh2016-08-261-29/+26
* [core] Inline Source::Impl::getTileJohn Firebaugh2016-08-261-11/+3
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-261-2/+9
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+280