summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-042-0/+142
* Happy new year! 🎉Minh Nguyễn2017-01-041-1/+1
* [core] Correct boolean function interpolationJohn Firebaugh2016-12-221-10/+20
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-212-7/+9
* [core] refactor URL parsingKonstantin Käfer2016-12-212-1/+186
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-202-0/+12
|\
| * [core] guard against duplicate layer idsIvo van Dongen2016-12-131-0/+28
| * [test] Fixed Map-GetImageMinh Nguyễn2016-12-051-1/+1
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-052-0/+12
| * [core] guard against duplicate source id’sIvo van Dongen2016-12-021-0/+21
| * [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-132-4/+4
| * [linux] Use OSMesa when running Node testsBruno de Oliveira Abinader2016-11-131-1/+1
* | [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-201-24/+26
* | [core] guard against duplicate layer idsIvo van Dongen2016-12-121-0/+28
* | [core] add util::isURL() for checking whether a string starts with a URL schemeKonstantin Käfer2016-12-071-0/+25
* | [core] Functions must have at least one stopJohn Firebaugh2016-12-012-6/+1
* | [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-301-24/+24
* | [core] guard against duplicate source id’sIvo van Dongen2016-11-301-0/+21
* | [core] Assert valid range for color componentsJohn Firebaugh2016-11-291-16/+16
* | [build] upgrade to variant 1.1.4 and dependenciesKonstantin Käfer2016-11-284-12/+12
* | [android][build] core tests - initial setup for rendering testsIvo van Dongen2016-11-276-2/+11
* | [core] fix up online file source test so it compiles on androidIvo van Dongen2016-11-271-5/+5
* | [build] move logging to utilKonstantin Käfer2016-11-2210-10/+10
* | [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-2211-22/+22
* | [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-2213-13/+13
* | [test] Check all zoom levels in Annotations.SymbolAnnotationBruno de Oliveira Abinader2016-11-181-8/+5
* | [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-173-52/+52
* | [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-171-24/+24
* | [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-2/+2
* | [linux] Ensure EGL uses OpenGL ES 2.0 client APIBruno de Oliveira Abinader2016-11-171-0/+12
* | [test] Use shared headless displayBruno de Oliveira Abinader2016-11-1712-20/+37
* | [tests] Disable "ContinuousRendering" test; causing spurious CI failuresJohn Firebaugh2016-11-151-1/+1
* | [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-112-4/+4
* | [core] add continuous rendering test that terminates once it settles downKonstantin Käfer2016-11-091-0/+59
* | [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-084-0/+30
* | [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-20/+8
* | [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-1/+0
* | [core] add more detail to invalid metrics error in createSpriteImageMike Morris2016-11-041-6/+91
* | [linux] Use OSMesa when running Node testsBruno de Oliveira Abinader2016-11-041-1/+1
* | [core] Set bucket segments to initialize emptyBruno de Oliveira Abinader2016-11-021-0/+41
* | [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* | [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-011-38/+30
* | Revert "[core] Don't use GL_LINEAR if panning w/o rotation nor pitch"Bruno de Oliveira Abinader2016-11-011-16/+0
* | [core] Cleanup TransformState::getIntegerZoomBruno de Oliveira Abinader2016-10-311-0/+23
* | [core] Don't use GL_LINEAR if panning w/o rotation nor pitchBruno de Oliveira Abinader2016-10-311-0/+16
* | [core] Use VAOs internallyJohn Firebaugh2016-10-281-7/+0
* | [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-7/+5
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-2718-136/+134
* | [core] don't load tiles from sources that aren't usedKonstantin Käfer2016-10-271-0/+48
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-2512-141/+111