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