summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Small edit to improve code resiliency (#8540)Anand Thakker2017-03-281-2/+3
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-242-0/+13
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-2321-373/+448
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-234-22/+23
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-233-5/+19
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-235-71/+21
* Verbose commenting on getSegmentGlyphs (#8361)Chris Loer2017-03-221-58/+180
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-2221-32/+443
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2111-4/+243
|\
| * [core] fixes #8433: don't skip style recalculations for fade-from-zero transi...Justin R. Miller2017-03-161-3/+1
| * Increase precision of shader variable (#8423)Anand Thakker2017-03-151-1/+1
| * [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-142-1/+6
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-109-0/+241
| * [core] query source featuresIvo van Dongen2017-03-109-1/+107
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-1011-20/+20
* | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-219-18/+22
* | [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-215-5/+0
* | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-217-9/+9
* | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-215-8/+8
* | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-208-9/+14
* | [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-172-69/+20
* | Added wagyu and removed angus clipperBlake Thompson2017-03-174-6207/+68
* | [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-173-192/+150
* | [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-173-86/+5
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-2/+2
* | [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-173-8/+16
* | [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-155-10/+22
* | [core] Replace variant with polymorphic PaintPropertyBinder classJohn Firebaugh2017-03-151-83/+57
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-0/+5
* | [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-154-39/+23
* | [core] Never join coincident start/end points of LineStringsJohn Firebaugh2017-03-142-17/+9
* | [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-142-1/+6
* | [build] Fix build when using a Z_PREFIX zlibThiago Marcos P. Santos2017-03-141-0/+5
* | [core] query source featuresIvo van Dongen2017-03-099-1/+107
* | [core] rename query options for query rendered featuresIvo van Dongen2017-03-0911-20/+20
* | [core] Extract and de-templatize several Program static methodsJohn Firebaugh2017-03-093-27/+52
* | [core] Avoid unnecessary convert template instantiationsJohn Firebaugh2017-03-091-1/+1
|/
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-0816-244/+234
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-0816-925/+102
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+6
* [core] clear source when removed from styleIvo van Dongen2017-03-063-0/+8
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-0412-59/+61
* [core] const-correctionJohn Firebaugh2017-03-024-4/+4
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-0212-124/+204
* [core] privatize OffscreenTexture implementationKonstantin Käfer2017-03-012-24/+55
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-2821-273/+503
* [core] remove gl.hpp include from shader headersKonstantin Käfer2017-02-2813-26/+0
* [core] There's only ever one icon quadJohn Firebaugh2017-02-286-81/+86
* [core] Eliminate Shaping::textJohn Firebaugh2017-02-283-7/+4
* [core] Release compareText after symbol preparationJohn Firebaugh2017-02-281-0/+1