summaryrefslogtreecommitdiff
path: root/src/mbgl/map/raster_tile_data.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-37/+0
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-291-9/+6
* [core] don't store error stateKonstantin Käfer2016-01-151-1/+1
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-131-4/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-1/+3
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-3/+2
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-2/+0
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-1/+2
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-261-1/+2
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2
* Remove unnecessary virtual methods from TileDataJohn Firebaugh2015-07-021-3/+1
* Don't pass Worker& around so muchJohn Firebaugh2015-07-011-4/+4
* Single-purpose Worker functionsJohn Firebaugh2015-07-011-3/+1
* Push TileMembers members down hierarchyJohn Firebaugh2015-07-011-3/+12
* Make request and reparse pure virtualJohn Firebaugh2015-07-011-3/+7
* build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-041-2/+1
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-2/+1
* Scope the Tile worker thread to an EnvironmentThiago Marcos P. Santos2015-03-181-1/+1
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-1/+1
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-3/+3
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-171-1/+2
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-1/+1
* make most headers privateKonstantin Käfer2014-12-041-0/+33