summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove ignores for passing tests.upstream/viewport-collision-ignoresChris Loer2017-11-132-8/+5
* Skip fade animation for placed symbols that are currently offscreen.Chris Loer2017-11-136-41/+84
* replace MapMode::Still with Static and TileAnsis Brammanis2017-11-1029-56/+68
* Respond to review comments:Chris Loer2017-11-106-46/+42
* Fix intermittent render test failures: we can't rely on `renderTile.matrix` b...Chris Loer2017-11-092-3/+5
* [core] Added ignores for two query tests that return the same set of items bu...Chris Loer2017-11-091-0/+2
* [core] Removed ignores for fixed issues.Chris Loer2017-11-091-36/+0
* [core] Update unit tests for viewport collision.Chris Loer2017-11-099-110/+71
* [core] Remove dead codeChris Loer2017-11-0911-514/+1
* [core] Use floats instead of ints for Shaping.Chris Loer2017-11-092-5/+5
* [core] Update shaders/tests from GL JS.Chris Loer2017-11-0914-155/+380
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-0917-38/+84
* [core] Switch from background to foreground placementChris Loer2017-11-0920-428/+692
* [core] Enable dynamic updates of index buffers.Chris Loer2017-11-093-5/+23
* [core] Add global CollisionIndex to replace CollisionTile.Chris Loer2017-11-093-0/+401
* [core] Add Placement class.Chris Loer2017-11-093-0/+391
* [core] Add circle geometries to GridIndex.Chris Loer2017-11-093-52/+339
* [core] Add CrossTileSymbolIndex.Chris Loer2017-11-093-0/+236
* [Qt] Explicit QVariant type as string when binding textBruno de Oliveira Abinader2017-11-091-2/+11
* [Qt] Do not assume viewport size == fbo size in Qt4Bruno de Oliveira Abinader2017-11-091-0/+2
* [Qt] Call QNetworkReply::readAll() only onceBruno de Oliveira Abinader2017-11-093-6/+6
* [Qt] Call QSqlQuery::finish() when inactiveBruno de Oliveira Abinader2017-11-091-9/+10
* [Qt] Do not store QSqlDatabaseBruno de Oliveira Abinader2017-11-091-21/+30
* [build] Added Qt{4,5} Linux build folders to YCM configBruno de Oliveira Abinader2017-11-091-0/+2
* [Qt] Qt SQLite driver has no setForwardOnly supportBruno de Oliveira Abinader2017-11-091-4/+2
* [android] MapRendererRunnable - avoid weak reference table overflowIvo van Dongen2017-11-093-11/+16
* [android] fix map snapshotter marker exampleIvo van Dongen2017-11-091-1/+3
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-0912-53/+35
* Fix gl-js submodule sha (#10420)Anand Thakker2017-11-081-0/+0
* Implement Expressions (#9439)Anand Thakker2017-11-08167-174/+6459
* [android] - update getting started documentationTobrun2017-11-031-63/+45
* [android] TextureView - cleanup destruction codeIvo van Dongen2017-11-031-12/+29
* [android] test app - texture view test activitiesIvo van Dongen2017-11-0210-0/+743
* [android] bring back texture viewIvo van Dongen2017-11-024-24/+85
* [android] texture view map rendererIvo van Dongen2017-11-024-0/+545
* [android] move egl under renderer packageIvo van Dongen2017-11-024-11/+8
* [android] encapsulate gl surfaceview rendering specifics in map renderer subc...Ivo van Dongen2017-11-023-48/+114
* Revert "[core] Expose ColorMask in gl::Context::clear()"Bruno de Oliveira Abinader2017-11-023-14/+6
* [android] make location provider optional (#9488)Pablo Guardiola2017-11-0116-118/+280
* [android] - check for possitive animation durationTobrun2017-11-011-1/+1
* [test] Added GLContextMode.Shared utestBruno de Oliveira Abinader2017-11-013-0/+115
* [core] Let transparency leak in GLContext::Shared modeBruno de Oliveira Abinader2017-11-011-3/+14
* [core] Expose ColorMask in gl::Context::clear()Bruno de Oliveira Abinader2017-11-013-7/+10
* [core] Expose GLContextMode in HeadlessFrontendBruno de Oliveira Abinader2017-11-012-6/+7
* [core] Move GLContextMode to its own Renderer headerBruno de Oliveira Abinader2017-11-017-11/+23
* [android] - add logo resize to MapSnapshotterTobrun2017-11-012-4/+58
* [android] - make snapshot logo optionalTobrun2017-11-016-8/+36
* [darwin] MGLMapSnapshot - add missing EXPORTIvo van Dongen2017-11-011-0/+1
* [android] - rework ease interactions to take in account possitve duration req...Tobrun2017-10-312-13/+8
* [android] map snapshotter - expose attributionsIvo van Dongen2017-10-315-5/+48