summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadupstream/gfx-refactor-7Konstantin Käfer2019-05-151-2/+2
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-1/+2
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-1/+0
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-1/+1
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-081-1/+1
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-3/+0
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-4/+4
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-211-3/+12
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-211-3/+0
* [core] remove dependencies on RunLoopIvo van Dongen2017-08-091-2/+2
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-1/+7
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-0/+6
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-1/+1
* [core] Immutable ImplsJohn Firebaugh2017-05-121-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] split off render layersIvo van Dongen2017-04-251-1/+1
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-201-2/+6
* [core] make Tile::getBucket constIvo van Dongen2017-04-191-1/+1
* [core] don't treat empty raster tiles as "DataAvailability::All"Konstantin Käfer2017-02-221-2/+2
* [core] Tiles that error on load are not renderableJohn Firebaugh2016-10-051-2/+6
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-31/+18
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-2/+2
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+3
* [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-221-2/+1
* [core] Virtualize Source::createTileJohn Firebaugh2016-06-141-0/+2
* [core] Eliminate duplicate Necessity typesJohn Firebaugh2016-06-131-1/+1
* [core] TileSource ⇢ TileLoaderJohn Firebaugh2016-06-131-3/+3
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-0/+68