summaryrefslogtreecommitdiff
path: root/src/mbgl/style/source_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* [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