summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] move ProgramMap to within the gl::Program objectupstream/gfx-refactor-5Konstantin Käfer2019-03-1953-327/+819
* [core] use constexpr string concatenation for uniform/attribute namesKonstantin Käfer2019-03-1927-533/+621
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-1951-541/+541
* [core] expose vertex binding count in gfx::ContextKonstantin Käfer2019-03-194-13/+12
* [core] remove gl/context.hpp from more files, cast where necessaryKonstantin Käfer2019-03-1923-76/+91
* [ios] Deleted unused NSData categoryMinh Nguyễn2019-03-186-103/+0
* [build] Add sha to the coverage json (#14145)Jordan Kiley2019-03-181-2/+6
* [android] bump telemetry version to 4.3.0Łukasz Paczos2019-03-182-1/+1
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-182-24/+33
* [android] - remove base idlingResource setuptobrun2019-03-1822-735/+495
* [ios, macos] Add format expression convenience methods support. (#14094)Fabian Guerra Soto2019-03-1520-22/+329
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-15156-2567/+2480
* [android] - older device for running gnustl instrumentation tests on firebasetobrun2019-03-151-28/+28
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-158-123/+376
* [core] Forward evaluation context directly to evaluated propertyAlexander Shalamov2019-03-151-1/+5
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-1411-56/+123
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-1410-44/+58
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-148-85/+3
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
* [build] Fix for ci.template cloudformationAlexander Shalamov2019-03-141-1/+1
* [ios] Updated podspecs (#14110)ios-v4.10.0-alpha.2Jordan Kiley2019-03-133-3/+3
* [android, ios] Fix issue in binary size scriptNadia Barbosa2019-03-131-4/+8
* [ios] Generate iOS code coverage for metrics (#14015)Jordan Kiley2019-03-135-0/+82
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-1314-693/+145
* [android] rearrange execution time of the binary size metric collection scriptandroid-v7.3.0-alpha.2Łukasz Paczos2019-03-131-5/+5
* [android] changelog for 7.3.0-alpha.2Łukasz Paczos2019-03-131-0/+12
* [core] Remove fileSource from render.benchmark.cppAlexander Shalamov2019-03-131-1/+1
* [android] when changing the resource path, recreate database instead of the w...Łukasz Paczos2019-03-135-107/+121
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-136-11/+45
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-138-48/+377
* [android, iOS, macOS] Adding Galician translation from Transifex (#14095)Langston Smith2019-03-1314-1/+594
* [scripts] Fix local code coverage scriptSudarsana Babu Nagineni2019-03-131-14/+24
* [android] Updated Android readme links and writing (#14090)Langston Smith2019-03-131-8/+4
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-1336-66/+46
* [core] Lazy-load {Image,Glyph}Manager on Renderer::ImplBruno de Oliveira Abinader2019-03-132-9/+18
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-1340-256/+4792
* [build] Upload documentation coverage metrics to S3Ander Conselvan de Oliveira2019-03-132-2/+31
* [build] Check documentation coverage on CIAnder Conselvan de Oliveira2019-03-134-9/+108
* [build] Ignore private symbols when calculating documentation coverageAnder Conselvan de Oliveira2019-03-131-1/+2
* [build] A build target to check for doxygen documentation coverageAnder Conselvan de Oliveira2019-03-133-0/+220
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-1311-62/+94
* [ios, build] Remove unnecessary clean step from release packagingJason Wray2019-03-121-1/+0
* [node] Change Map/FileSource relationship to compositionBruno de Oliveira Abinader2019-03-122-12/+27
* [darwin] Fix MGLMapView.direction wrappingJason Wray2019-03-125-13/+113
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-122-15/+17
* [android] explicitly declare MapboxIssueRegistry's lint versionŁukasz Paczos2019-03-121-0/+4
* [android] fix quick-zoom + double-tap gestures combo regressionŁukasz Paczos2019-03-121-4/+18
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-1250-237/+374
* [core] add texture bindings to draw call invocationsKonstantin Käfer2019-03-1217-26/+127
* [core] add place for specifying textures/samplers separately from uniformsKonstantin Käfer2019-03-1216-0/+28