summaryrefslogtreecommitdiff
path: root/include/llmr/map
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tessellationKonstantin Käfer2014-02-283-4/+28
|\
| * Merge pull request #68 from mapbox/poi-renderKonstantin Käfer2014-02-213-2/+28
| |\
| | * add timeouts for panning,scaling,rotatingKonstantin Käfer2014-02-212-1/+15
| | * enable texture interpolation during rotating and scalingKonstantin Käfer2014-02-192-0/+7
| | * refs #60: first cut of POI renderingJustin R. Miller2014-02-142-1/+6
| * | trigger a bogus mouse move event to interrupt glfwWaitEvents()Konstantin Käfer2014-02-211-2/+0
| |/
* | allow switching the vao if we switch the style from plain color to pattern fillKonstantin Käfer2014-02-181-1/+1
|/
* clean up settings mechanism (fixes #9 & #62)Justin R. Miller2014-02-131-3/+4
* move tile size to constants.hppKonstantin Käfer2014-02-131-3/+0
* cut down on redundant gl uniform changesKonstantin Käfer2014-02-131-3/+3
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-131-0/+3
* fixes #57: flesh out remainder of getters & setters plus animationJustin R. Miller2014-02-122-12/+15
* drawing lines with trianglesKonstantin Käfer2014-02-111-4/+6
* common buffer implementationKonstantin Käfer2014-02-101-2/+4
* expose transform animations cancel through mapJustin R. Miller2014-02-071-0/+1
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-072-2/+2
|\
| * allow for animated movesJustin R. Miller2014-02-062-2/+2
* | add cancelAnimations() functionKonstantin Käfer2014-02-071-0/+1
|/
* render updates if tiles changed after movementsKonstantin Käfer2014-02-061-1/+1
* Merge remote-tracking branch 'origin/animated-scale'Konstantin Käfer2014-02-062-4/+4
|\
| * refs #30: animated scaleByJustin R. Miller2014-02-052-4/+4
* | c++artemp2014-02-064-32/+12
|/
* textured fills & enforce vao program with templatesKonstantin Käfer2014-02-051-1/+2
* move to vertex array objectsKonstantin Käfer2014-02-051-2/+5
* fixes #33: rotate around arbitrary pointJustin R. Miller2014-02-041-1/+1
* refs #24: Gyp-built iOS test appJustin R. Miller2014-02-041-6/+17
* refactor header includesKonstantin Käfer2014-02-044-65/+18
* remove VectorTile member variable of TileKonstantin Käfer2014-02-041-4/+4
* compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-031-0/+1
* textured fillsKonstantin Käfer2014-02-031-2/+0
* add sprite object and parse imageKonstantin Käfer2014-02-031-0/+4
* add rapidjson for parsing sprite json filesKonstantin Käfer2014-02-032-1/+2
* create async() functionKonstantin Käfer2014-01-311-5/+7
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-1/+2
* parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-291-0/+1
* buggy line supportKonstantin Käfer2014-01-281-8/+13
* change coordinate to use null structKonstantin Käfer2014-01-281-3/+4
* create line geometryKonstantin Käfer2014-01-281-0/+22
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-0/+1
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-282-7/+75
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-281-3/+3
* cascade stylesKonstantin Käfer2014-01-271-1/+1
* draw fills according to the styleKonstantin Käfer2014-01-273-28/+47
* pass style into painterKonstantin Käfer2014-01-231-1/+1
* add style objectKonstantin Käfer2014-01-232-6/+3
* do not use shared pointers for bucketsKonstantin Käfer2014-01-231-1/+1
* move to layer systemKonstantin Käfer2014-01-232-56/+49
* fill drawingKonstantin Käfer2014-01-221-7/+65
* make it work on retina screensKonstantin Käfer2014-01-212-1/+5
* tile => TileKonstantin Käfer2014-01-202-19/+21