summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Do not consider error'ed responses freshThiago Marcos P. Santos2017-02-071-1/+1
* [ios, macos] Add support for data-driven property functionsJesse Bounds2017-02-021-0/+5
* [core] default value support in categorical function conversionIvo van Dongen2017-02-028-31/+64
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-0225-164/+897
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-277-12/+12
* [core] add clone() call to Image objectsKonstantin Käfer2017-01-261-0/+7
* [core] Include what you useThiago Marcos P. Santos2017-01-201-0/+1
* [Qt] Use Qt's OpenGL headerThiago Marcos P. Santos2017-01-201-0/+3
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-164-2/+66
|\
| * [core] Filter operator==John Firebaugh2017-01-041-1/+59
| * [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-203-1/+7
* | [core] Get rid of user-specified refsJohn Firebaugh2017-01-042-0/+3
* | [core] Use PropertyMap typedefJohn Firebaugh2017-01-041-2/+2
* | [core] Remove constexpr from ColorJohn Firebaugh2017-01-041-10/+10
* | [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-202-3/+4
|\ \ | |/
| * [core] use raii to guard backend deactivationIvo van Dongen2016-12-131-6/+25
| * [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-3/+3
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-051-0/+1
* | [core] use raii to guard backend deactivationIvo van Dongen2016-12-121-6/+25
* | [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-095-1/+102
* | [core] Move evaluation algorithm to FunctionJohn Firebaugh2016-12-061-1/+4
* | [core] Inline friend equality operatorsJohn Firebaugh2016-12-062-23/+15
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-0/+2
|\ \ | |/
| * [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-281-0/+2
| * [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-131-2/+2
| * [linux] Added OSMesa headless backendBruno de Oliveira Abinader2016-11-132-0/+9
* | [core] Functions must have at least one stopJohn Firebaugh2016-12-012-2/+8
* | [core] Assert valid range for color componentsJohn Firebaugh2016-11-291-0/+16
* | [core] remove unused umbrella header in favor of individual includesKonstantin Käfer2016-11-221-4/+0
* | [build] move logging to utilKonstantin Käfer2016-11-223-1/+1
* | [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-223-110/+0
* | [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-27/+0
* | [build] move GLFW-related files to platform/glfwKonstantin Käfer2016-11-222-135/+0
* | [build] move default_styles to platform/defaultKonstantin Käfer2016-11-221-31/+0
* | [build] move Reachability to platform/darwinKonstantin Käfer2016-11-221-95/+0
* | [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-172-4/+16
* | [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-111-2/+2
* | [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-5/+0
* | [build] Remove unused gl/implementation.hppBruno de Oliveira Abinader2016-11-083-19/+0
* | [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-081-43/+16
* | [core] Refactor HeadlessDisplayBruno de Oliveira Abinader2016-11-081-13/+6
* | [linux] Added OSMesa headless backendBruno de Oliveira Abinader2016-11-042-0/+9
* | [core] add ability to upload alpha-only textures + imagesKonstantin Käfer2016-11-011-3/+6
* | [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-312-0/+29
* | [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-282-1/+5
* | [core] operator bool() must always be explicitJohn Firebaugh2016-10-281-1/+1
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-276-29/+61
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-257-111/+66
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-258-112/+177