summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | add tessellation libraryKonstantin Käfer2014-02-1722-3/+5377
|/
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-1411-159/+214
|\
| * allow for easier editing of style in XcodeJustin R. Miller2014-02-133-5/+51
| * better spacing in gyp confJustin R. Miller2014-02-131-4/+14
| * only run shader rebuild when files are changedJustin R. Miller2014-02-131-4/+4
| * automatically build shaders during Xcode buildsJustin R. Miller2014-02-131-0/+16
| * add shader sources to project for easier editingJustin R. Miller2014-02-131-2/+4
| * clean up settings mechanism (fixes #9 & #62)Justin R. Miller2014-02-138-108/+87
| * refs #43: rename render methods for clarityJustin R. Miller2014-02-131-15/+15
| * s/view/mapView/ as on iOS for clarityJustin R. Miller2014-02-131-30/+30
| * update iOS hardware target noteJustin R. Miller2014-02-131-1/+3
* | use proper tile sizeKonstantin Käfer2014-02-131-1/+1
|/
* move tile size to constants.hppKonstantin Käfer2014-02-134-14/+30
* make sure we don't encode the first vertex twiceKonstantin Käfer2014-02-131-2/+13
* remove all mentions of degenerate thingsKonstantin Käfer2014-02-133-7/+1
* remove addDegenerate()Konstantin Käfer2014-02-132-7/+0
* cut down on redundant gl uniform changesKonstantin Käfer2014-02-1315-76/+251
* change line_strip drawing for outlines to indexed linesKonstantin Käfer2014-02-139-59/+94
* optimizations + reorder vertex indexKonstantin Käfer2014-02-1319-63/+166
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-134-39/+117
|\
| * fixes #57: flesh out remainder of getters & setters plus animationJustin R. Miller2014-02-124-39/+117
* | remove unused functions and run http_request in other operation queueKonstantin Käfer2014-02-133-93/+25
|/
* Merge branch 'indexed-lines'Konstantin Käfer2014-02-1234-278/+525
|\
| * get point shader to work on iosKonstantin Käfer2014-02-115-2/+11
| * add rule for just making projectKonstantin Käfer2014-02-111-1/+6
| * Merge branch 'master' into indexed-linesKonstantin Käfer2014-02-111-5/+28
| |\
| * | split line vertices into multiple buffer groups if elements overflowKonstantin Käfer2014-02-115-62/+106
| * | move group struct to shared fileKonstantin Käfer2014-02-113-18/+23
| * | drawing lines with trianglesKonstantin Käfer2014-02-1134-259/+448
* | | Merge pull request #55 from mapbox/common-bufferKonstantin Käfer2014-02-1215-219/+175
|\ \ \ | |/ /
| * | add more docsKonstantin Käfer2014-02-101-0/+3
| * | add missing buffer.hppKonstantin Käfer2014-02-101-0/+73
| * | common buffer implementationKonstantin Käfer2014-02-1014-219/+99
* | | add rule for just making projectKonstantin Käfer2014-02-121-1/+6
| |/ |/|
* | fixes #56: iOS network activity indicatorJustin R. Miller2014-02-101-4/+22
* | properly handle notificationsJustin R. Miller2014-02-101-1/+6
|/
* c++ - change types order in boost::variant to move std::string to the endartemp2014-02-101-1/+1
* c++ - prefer switch over long-ish if/else (be nice to compiler)artemp2014-02-101-10/+13
* fixes #50: get rid of GLKViewControllerJustin R. Miller2014-02-072-7/+17
* clean up duplicate calculations on animation branchingJustin R. Miller2014-02-071-8/+13
* added iOS quick zoom gestureJustin R. Miller2014-02-071-0/+31
* code sign on iOS depending on configurationJustin R. Miller2014-02-071-1/+12
* fix iPad/iPhone animation timesJustin R. Miller2014-02-071-1/+1
* fixes #35: decelerated pinch zoomingJustin R. Miller2014-02-071-0/+14
* all iOS gestures cancel previous animationsJustin R. Miller2014-02-071-0/+16
* expose transform animations cancel through mapJustin R. Miller2014-02-072-0/+5
* Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-02-072-29/+78
|\
| * fixes #43: fix tile renders on OS XJustin R. Miller2014-02-071-0/+12
| * fix some indentationJustin R. Miller2014-02-071-16/+16
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-02-072-0/+5
| |\