summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-024-16/+15
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-013-21/+13
* replace iterator variable types with autoKonstantin Käfer2015-04-016-13/+13
* Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-318-29/+17
* Remove unusedJohn Firebaugh2015-03-312-4/+0
* clip fill antialiasing with depth buffer to avoid overlappingAnsis Brammanis2015-03-244-3/+10
* Compare correct fill/stroke variablesJohn Firebaugh2015-03-241-2/+2
* feature() -> getFeature() to clear up ambiguity / Linux compiler errorJustin R. Miller2015-03-171-1/+1
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-135-27/+27
* Index glyph use by tile pointer value, not tile IDJohn Firebaugh2015-03-132-4/+7
* Remove unused declarationJohn Firebaugh2015-03-131-3/+0
* Remove needless indirectionJohn Firebaugh2015-03-132-12/+1
* Move atlas ownership to StyleJohn Firebaugh2015-03-135-27/+27
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-122-15/+17
* Use single geometry formatJohn Firebaugh2015-03-094-232/+234
* Rework GeometryTile* interfaceJohn Firebaugh2015-03-092-14/+28
* unique -> shared ptrJustin R. Miller2015-03-091-1/+1
* move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-092-5/+5
* move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-091-4/+4
* move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-092-13/+13
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-095-239/+239
* move to abstract base classes & shared pointersJustin R. Miller2015-03-092-11/+12
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-096-75/+32
* Fix satellite style label renderingJohn Firebaugh2015-03-091-4/+0
* add more locking around GlyphStore and FontStackKonstantin Käfer2015-03-061-2/+2
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-0617-74/+81
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-1711-67/+88
* make StyleBucket mutableKonstantin Käfer2015-02-178-45/+58
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-162-8/+6
* Fix line label interpolation offset.Ansis Brammanis2015-02-111-7/+3
* Merge remote-tracking branch 'origin/master' into line-label-densityAnsis Brammanis2015-02-104-109/+82
|\
| * use correct interpolation for background imagesAnsis Brammanis2015-02-101-1/+1
| * switch from low/high to from/toAnsis Brammanis2015-02-043-29/+29
| * Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-0411-110/+130
| |\
| * | remove old version of zoomHistoryAnsis Brammanis2015-02-022-29/+1
| * | use faded pattern functions for dasharraysAnsis Brammanis2015-02-021-25/+14
| * | implement functions for line-imageAnsis Brammanis2015-02-022-15/+11
| * | implement functions for background-imageAnsis Brammanis2015-02-021-16/+34
| * | implement functions for patternsAnsis Brammanis2015-02-022-25/+23
* | | improve line label densityAnsis Brammanis2015-02-101-1/+18
| |/ |/|
* | make vaos immovableKonstantin Käfer2015-02-046-83/+101
* | Add functions for layout properties.Lauren Budorick2015-02-031-4/+4
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into chronoLeith Bade2015-02-041-1/+1
|\ \
| * | add wrapped padding to sprite for repeating imagesAnsis Brammanis2015-02-031-1/+1
| |/
* | Use std::chronoLeith Bade2015-02-047-29/+31
|/
* make line-opacity work with line-imageAnsis Brammanis2015-01-301-0/+1
* Merge branch 'no-crossfade'Ansis Brammanis2015-01-264-6/+71
|\
| * transition dashes when resetting their stretchAnsis Brammanis2015-01-231-2/+15
| * don't permanently crossfade line patternsAnsis Brammanis2015-01-231-1/+13
| * Don't permanently crossfade fill patterns.Ansis Brammanis2015-01-233-3/+43