summaryrefslogtreecommitdiff
path: root/test/tile
Commit message (Expand)AuthorAgeFilesLines
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-1/+1
* [core] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
* [core] renderer interfaceIvo van Dongen2017-07-182-3/+2
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-184-6/+14
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-122-4/+4
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-124-4/+8
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-73/+73
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-221-0/+4
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-2/+1
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-132-8/+12
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-134-12/+12
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-134-12/+12
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-2/+2
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-054-12/+27
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-051-1/+1
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-264-4/+4
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-122-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-122-2/+2
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-121-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-044-18/+18
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-034-8/+8
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-8/+8
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+1
* [core] split off render layersIvo van Dongen2017-04-252-2/+2
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-244-4/+4
* [core] Render parent raster tiles when ideal tile can't be loadedKonstantin Käfer2017-04-202-1/+13
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-1/+1
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-111-0/+1
|\
| * [core] check null data in query source features (#8553)John Firebaugh2017-03-281-0/+10
| * [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-141-0/+88
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+1
* | [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-2/+2
* | [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-2/+2
* | [core] check null data in query source featuresIvo van Dongen2017-03-281-0/+9
* | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-1/+1
* | [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-151-7/+24
* | [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-141-0/+88
|/
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-2/+4
* [core] don't treat empty raster tiles as "DataAvailability::All"Konstantin Käfer2017-02-221-0/+15
* compare polygon ring areas absolutelynode-v3.4.4-13e504Dane Springmeyer2017-02-091-0/+46
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+3
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-0/+72
* [core] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-101-9/+1
* [core] Keep symbol and non-symbol buckets segregatedJohn Firebaugh2017-01-101-0/+43
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-222-2/+2
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-2/+1
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-202-2/+2
* [core] TileCoordinate::fromLatLng no longer depens on TransformStateBruno de Oliveira Abinader2016-10-191-2/+2