summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use the global animationTime instead of querying our own timeKonstantin Käfer2015-08-203-11/+9
* only update the render order array when there are changes to tilesKonstantin Käfer2015-08-204-21/+27
* move RenderPass check to the StyleLayer objectKonstantin Käfer2015-08-204-43/+40
* remove unused gaussian shaderAnsis Brammanis2015-08-206-78/+0
* use glClear to draw solid background fillsKonstantin Käfer2015-08-192-16/+19
* fix debugging names on iOSKonstantin Käfer2015-08-191-1/+1
* disable debugging groups in non-debug buildsKonstantin Käfer2015-08-196-20/+23
* reset the ThreadContext after the last loop iterationKonstantin Käfer2015-08-191-4/+4
* remove mutex from LineAtlasKonstantin Käfer2015-08-192-8/+5
* Trigger a view invalidation upon resumeBruno de Oliveira Abinader2015-08-191-0/+4
* Merge pull request #2030 from mapbox/2029-log-threadcontextLeith Bade2015-08-181-6/+30
|\
| * Fix ThreadContext to check for valid current pointerLeith Bade2015-08-111-6/+30
* | Restore geojsonvt version to 995ffc72c5Thiago Marcos P. Santos2015-08-131-0/+0
* | Fix Update flags in mbgl::TransformBruno de Oliveira Abinader2015-08-131-2/+2
* | Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-135-26/+21
* | Merge branch 'master' into 1856-material-take-2Brad Leege2015-08-122-5/+5
|\ \
| * | add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-0/+4
| |/
| * don't constantly repaint by setting needsRepaint to falseKonstantin Käfer2015-08-101-5/+1
* | #1856 - Initial conversion to Material Design componentsBrad Leege2015-08-071-0/+0
|/
* Ignore tile URL shardingMinh Nguyễn2015-08-061-1/+1
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-054-21/+29
* Coalesce view invalidation callsBruno de Oliveira Abinader2015-08-052-6/+19
* Added Update::RepaintBruno de Oliveira Abinader2015-08-052-12/+14
* Removed Transform::needsTransition()Bruno de Oliveira Abinader2015-08-053-9/+4
* Make MapContext use StillImageCallback definition from MapBruno de Oliveira Abinader2015-08-052-5/+4
* don't use certain STL functionsKonstantin Käfer2015-08-0426-42/+51
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-2917-35/+33
* s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-283-11/+11
* s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-284-18/+18
* Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-284-11/+29
* Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-281-0/+36
* Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-271-1/+1
* Add curly-braces to if-statementsjakepruitt2015-07-271-2/+5
* Adding special case for non-fontstack "glyph" resource URLsjakepruitt2015-07-271-1/+5
* Export default transition delay in Map public APIBruno de Oliveira Abinader2015-07-212-2/+11
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-2/+6
* s/AppliedClassProperties/AppliedClassPropertyValues/Bruno de Oliveira Abinader2015-07-204-18/+18
* Cleaned up FrameHistoryBruno de Oliveira Abinader2015-07-201-3/+3
* Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-6/+2
* Check for pending animations or transitions when scheduling another render passBruno de Oliveira Abinader2015-07-201-1/+1
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-174-139/+135
* Add docs to WorkQueue and GlyphStoreThiago Marcos P. Santos2015-07-173-3/+21
* Only print Sprite warnings if we have Sprites setThiago Marcos P. Santos2015-07-161-1/+3
* Remove hacks because of Glyph requests could not be canceledThiago Marcos P. Santos2015-07-161-6/+2
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-164-76/+68
* Keep updating until all the tiles are State::parsedThiago Marcos P. Santos2015-07-165-19/+2
* Introduce the WorkQueueThiago Marcos P. Santos2015-07-162-0/+73
* Add an interface for invoking cancellable tasks on the RunLoopThiago Marcos P. Santos2015-07-152-5/+28
* Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-2/+6
|\
| * fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1