summaryrefslogtreecommitdiff
path: root/src/map/source.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename animation => transitionKonstantin Käfer2014-04-301-3/+3
* move animation time api to use nanosecondsKonstantin Käfer2014-04-301-1/+1
* move to libuv for the rendering loopKonstantin Käfer2014-04-301-9/+8
* use an event loop per map that is not the render threadKonstantin Käfer2014-04-251-1/+1
* cleanup + unused argumentsKonstantin Käfer2014-04-161-1/+1
* use unique_ptrs and fix compile on mapnikKonstantin Käfer2014-04-151-3/+4
* remove unused variableKonstantin Käfer2014-04-151-2/+0
* fix initialization orderKonstantin Käfer2014-04-151-4/+4
* add debug markers for easier gl debuggingKonstantin Käfer2014-04-151-2/+2
* load the normalized_id rather than the logical idKonstantin Käfer2014-04-151-2/+2
* Merge remote-tracking branch 'remotes/origin/pr/127'Konstantin Käfer2014-04-151-5/+3
* cleanup APIs a bitJustin R. Miller2014-04-091-11/+3
* move to raster buckets & tile parser handling raster decodingJustin R. Miller2014-04-091-6/+9
* refs #101: data sources with stylingJustin R. Miller2014-04-041-7/+8
* abstract out zoom adjustJustin R. Miller2014-04-021-11/+10
* refs #101: first cut of basic hacky data sourcesJustin R. Miller2014-04-021-0/+386