summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-68/+0
* [core] Remove unnecessary explicit destructorsJohn Firebaugh2016-06-131-4/+0
* [core] Eliminate static {Vector,Raster}TileData::parseDataJohn Firebaugh2016-06-131-4/+0
* [core] Merge FileBasedTileSource and TileSourceJohn Firebaugh2016-06-101-5/+3
* [core] Factor common code into FileBasedTileSourceJohn Firebaugh2016-06-101-7/+2
* [core] Simplify FileBasedTileSourceJohn Firebaugh2016-06-101-1/+1
* [core] Merge ImageTileSource into RasterTileDataJohn Firebaugh2016-06-101-2/+9
* [core] Eliminate TileData dependency on TileSourceJohn Firebaugh2016-06-101-2/+5
* [core] Push conditional initialization into subclassesJohn Firebaugh2016-06-101-4/+12
* [core] merge similar implementation of VectorTileSource and ImageTileSourceKonstantin Käfer2016-06-101-8/+6
* [core] introduce TileDataObserverKonstantin Käfer2016-06-101-12/+9
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-101-37/+35
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-101-35/+36
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-2/+2
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-251-3/+3
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-251-1/+0
* [core] normalize TileData::State::obsolete handlingKonstantin Käfer2016-05-251-4/+2
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-251-10/+0
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-251-4/+0
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+3
* [core] only render tiles that have dataKonstantin Käfer2016-04-061-0/+4
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-1/+2
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-1/+1
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-0/+82