summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] consolidate Axonometric rendering APIupstream/nagineni-projection_modeSudarsana Babu Nagineni2019-03-079-68/+89
* [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1Jordan Kiley2019-03-064-4/+4
* Removed hybrid library table from readmeMinh Nguyễn2019-03-061-8/+1
* [darwin, build] Explicitly specify number of jobs for CLI buildsJason Wray2019-03-061-2/+4
* [build] Adjust CircleCI resource classes and job countsJason Wray2019-03-061-18/+22
* [core] util::wrap(): std::fmod is not losslessBruno de Oliveira Abinader2019-03-062-82/+93
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-0627-863/+920
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-065-50/+83
* [core] move BufferUsage enum to gfx namespaceKonstantin Käfer2019-03-066-26/+42
* [core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hppKonstantin Käfer2019-03-066-6/+6
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-0623-68/+100
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-0621-49/+85
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-0617-52/+52
* [core] make vertex descriptors constexprKonstantin Käfer2019-03-069-152/+310
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-0616-24/+23
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-0620-107/+158
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-062-9/+52
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-068-7/+94
* Add option to prefetch low-resolution tiles (#14031)m-stephen2019-03-063-0/+21
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-057-52/+55
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-0514-147/+984
* [ios] Mute warnings about OpenGL deprecation. (#14019)Julian Rex2019-03-051-0/+3
* Skip failing render testsMikhail Pozdnyakov2019-03-051-1/+5
* [scripts] Disable unsupported style spec featuresMikhail Pozdnyakov2019-03-051-0/+3
* update shadersMolly Lloyd2019-03-0512-448/+456
* remove unused dem memoryMolly Lloyd2019-03-054-31/+22
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-045-8/+40
* [qt] Also use the base API URL as key for sharing the cache.Thiago Marcos P. Santos2019-03-041-2/+3
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-042-0/+27
* [core] Organize Map::{move,pitch,scale,rotate}ByBruno de Oliveira Abinader2019-03-042-29/+13
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-0410-47/+31
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-0437-135/+151
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-049-59/+50
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-047-34/+20
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-0419-131/+112
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-046-2/+17
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-044-4/+10
* [qt] Cleanup QMapboxGL::coordinateZoomForBounds()Bruno de Oliveira Abinader2019-03-041-14/+1
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-043-18/+14
* [android] add plural style builder methodsŁukasz Paczos2019-03-042-0/+200
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-013-6/+19
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-0127-110/+126
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-0126-147/+192
* [core] remove special casing in code genKonstantin Käfer2019-03-011-1/+1
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-0130-123/+140
* [core] move GL enum conversions to separate fileKonstantin Käfer2019-03-019-133/+173
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-0117-115/+135
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-0149-126/+141
* [core] include what you useKonstantin Käfer2019-03-018-9/+9
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-0151-459/+393