summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-266-17/+17
* Merge branch 'master' into blurKonstantin Käfer2014-05-266-114/+64
|\
| * Merge pull request #245 from mapbox/issue_241Konstantin Käfer2014-05-242-100/+0
| |\
| | * remove generated shaders from git - Closes #241Dane Springmeyer2014-05-232-100/+0
| * | Merge pull request #244 from mapbox/issue_240Konstantin Käfer2014-05-241-1/+3
| |\ \
| | * | correct namespace usageDane Springmeyer2014-05-231-1/+3
| | |/
| * | foundations of delegate/callback APIJustin R. Miller2014-05-231-0/+7
| * | Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-05-234-223/+181
| |\ \ | | |/
| | * Merge branch 'master' into road-poi-labelsNicki Dlugash2014-05-236-105/+1050
| | |\
| | * | playing around with road and poi label strokes, to match updated iconsNicki Dlugash2014-05-222-40/+40
| * | | disallow/undo rotation at low zooms and near world edgeJustin R. Miller2014-05-233-5/+54
* | | | move a view calls to generic functionsKonstantin Käfer2014-05-262-16/+23
* | | | only blur if we actually need toKonstantin Käfer2014-05-261-1/+3
* | | | use lambda initialization for matrixKonstantin Käfer2014-05-261-7/+8
* | | | don't respect opacity when prerendering tile; we do opacity at composite-timeKonstantin Käfer2014-05-262-2/+9
* | | | use sigma 1 for blur by defaultKonstantin Käfer2014-05-264-15/+11
* | | | add isVisible function to PropertiesKonstantin Käfer2014-05-261-9/+2
* | | | move blurring to texture objectKonstantin Käfer2014-05-263-77/+87
* | | | respect the prerendered-* stylesheet valuesKonstantin Käfer2014-05-261-6/+6
* | | | consolidate stylesheet cascadingKonstantin Käfer2014-05-262-134/+53
* | | | generalize stylesheet parse functionKonstantin Käfer2014-05-263-97/+41
* | | | fix blur fringesKonstantin Käfer2014-05-261-22/+12
* | | | first draft at blurringKonstantin Käfer2014-05-2313-17/+342
* | | | add keys to stylesheetKonstantin Käfer2014-05-232-0/+16
| |_|/ |/| |
* | | use boost optional to mark initialized valuesKonstantin Käfer2014-05-232-183/+141
|/ /
* | reset angle on resize to small zoomsJustin R. Miller2014-05-221-0/+1
* | disallow/undo rotation at low zoomsJustin R. Miller2014-05-221-0/+7
* | fixes #48: constrain min zoom/vertical pan to within worldJustin R. Miller2014-05-221-0/+18
* | clearer commentsJustin R. Miller2014-05-221-3/+2
* | style cascading needs to happen every render for transitionsJustin R. Miller2014-05-221-4/+1
* | be sure to track previous compositesJustin R. Miller2014-05-221-0/+1
* | support for style transitionsJustin R. Miller2014-05-226-99/+1063
|/
* better sprite warningsKonstantin Käfer2014-05-223-8/+20
* no need to use nonpremultiplied alpha blendingKonstantin Käfer2014-05-221-8/+0
* Merge remote-tracking branch 'origin/master' into composite-layersKonstantin Käfer2014-05-221-1/+1
|\
| * width functions as constantsEden Halperin2014-05-212-36/+36
| * underscale by 1 zoom level instead of 3Vladimir Agafonkin2014-05-211-1/+1
* | ifdef => ifKonstantin Käfer2014-05-221-2/+2
* | fix framebuffer drawing on iosKonstantin Käfer2014-05-224-13/+29
* | add cleanup call for destroying framebuffersKonstantin Käfer2014-05-222-1/+22
* | fix compile on iosKonstantin Käfer2014-05-222-21/+29
* | make sure we're not calling functions that aren't threadsafeKonstantin Käfer2014-05-221-16/+46
* | fix alpha blending + add depth/stencil buffersKonstantin Käfer2014-05-2111-147/+218
* | show tile parse warningsKonstantin Käfer2014-05-213-3/+19
* | don't require a style for composited layersKonstantin Käfer2014-05-211-2/+2
* | first shot at composited blendingKonstantin Käfer2014-05-2113-13/+248
* | partially revert 6136ab6d213c0aa5e6afba632fc42b5999e70615Konstantin Käfer2014-05-213-47/+101
* | show style parse warning if the flag is setKonstantin Käfer2014-05-212-1/+10
* | make sure we also parse classes for nested layersKonstantin Käfer2014-05-211-31/+62
|/
* optimized shadersKonstantin Käfer2014-05-212-36/+36