summaryrefslogtreecommitdiff
path: root/src/map/source.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-369/+0
* remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-2/+2
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-1/+1
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-021-6/+6
* Inline Source::updateTiles()John Firebaugh2014-11-261-24/+9
* Pass SourceInfo as referenceJohn Firebaugh2014-11-261-11/+11
* Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-261-8/+12
* Eliminate Map::getStyle()John Firebaugh2014-11-261-4/+12
* Make Map::getSprite() privateJohn Firebaugh2014-11-261-6/+6
* Eliminate Map::getTexturepool()John Firebaugh2014-11-261-7/+14
* Map Map::getWorker() privateJohn Firebaugh2014-11-261-6/+6
* Eliminate Map::getGlyphStore()John Firebaugh2014-11-261-6/+13
* Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-261-6/+6
* Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-261-6/+6
* Eliminate Map::getFileSourceJohn Firebaugh2014-11-211-8/+8
* add missing headerKonstantin Käfer2014-10-221-0/+2
* fix variable shadowingKonstantin Käfer2014-10-221-5/+5
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-241-11/+11
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-4/+4
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-4/+5
* Refactor tile cover to match JSJohn Firebaugh2014-09-221-134/+39
* Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-261-1/+12
|\
| * compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-211-1/+12
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-221-16/+2
* | Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-211-17/+50
|/
* remove trailing whitespaceKonstantin Käfer2014-08-121-1/+1
* VICTORYLauren Budorick2014-08-111-3/+3
* render single tile in source.cppLauren Budorick2014-08-111-0/+7
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-171-11/+2
* refactor source information into SourceInfo objectKonstantin Käfer2014-07-171-24/+17
* rename llmr => mbglKonstantin Käfer2014-07-161-23/+23
* move std::erase_if => util::erase_ifKonstantin Käfer2014-07-141-2/+2
* break out StyleSource from Source, move getActiveSources andMike Morris2014-07-101-0/+7
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-101-5/+9
|\
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-091-5/+9
* | move to per-map access tokenJustin R. Miller2014-07-091-13/+7
* | Use API v4 and access tokensJohn Firebaugh2014-07-081-1/+10
|/
* load glyphset url from stylesheetKonstantin Käfer2014-07-021-2/+1
* even more refactoringKonstantin Käfer2014-06-271-0/+1
* saving current stateKonstantin Käfer2014-06-231-45/+57
* Revert "background grid"Konstantin Käfer2014-06-031-13/+0
* background gridJustin R. Miller2014-06-021-0/+13
* fix alpha blending + add depth/stencil buffersKonstantin Käfer2014-05-211-9/+13
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-8/+8
* move tiles to std::map for faster lookupsKonstantin Käfer2014-05-131-20/+23
* move weak_ptr list of tile_data objects to a map for faster lookupsKonstantin Käfer2014-05-131-9/+7
* don't try to render layers that do not produce anyting during the current ren...Konstantin Käfer2014-05-121-0/+1
* clean up gl::group() structureKonstantin Käfer2014-05-121-0/+1
* draw by layer, not by tileKonstantin Käfer2014-05-121-2/+11
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-091-26/+36