summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump mapbox-gl-js version for new shaders and tests.upstream/backup_cloer_text_pitch_scalingChris Loer2017-06-071-0/+0
* [core] [DO NOT MERGE] No longer specialize Segment on Attributes, so that Pro...Chris Loer2017-06-0617-91/+175
* [core] [DO NOT MERGE] Use less-likely-to-collide "fill_or_halo_color" instead...Chris Loer2017-06-062-2/+8
* [core] [DO NOT MERGE] Prototype approach to subsetting symbol attribute bindingChris Loer2017-06-068-107/+123
* [core] [DO NOT MERGE]Selectively bind fill_color and halo_color:Chris Loer2017-06-064-16/+27
* [core] Hold on to tile yStretch value for rendering old symbolBuckets while w...Chris Loer2017-06-062-2/+10
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-06-065-593/+588
* [core] Limit symbol re-placement on changed tile distance to pitch > 25.Chris Loer2017-06-061-1/+7
* [core] Re-generate shaders.Chris Loer2017-06-063-58/+137
* [core] Use fade texture in collision debug boxes so that they agree more clos...Chris Loer2017-06-064-3/+5
* [core] Set "max_camera_distance" to 1.5 for viewport-aligned road labels.Chris Loer2017-06-063-3/+19
* [core] Enable tile clipping for collision boxes.Chris Loer2017-06-061-1/+1
* [core] Extend collision feature boxes to accommodate potential pitch-scaling.Chris Loer2017-06-061-8/+49
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-06-069-21/+53
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-06-0611-25/+82
* [android] - remove upgrade runtime exceptions (#9191)Tobrun2017-06-061-16/+2
* [docs] Update ARCHITECTURE.md for immutability and RenderStyle splitJohn Firebaugh2017-06-051-6/+40
* [core] Named members for diff before/afterJohn Firebaugh2017-06-053-5/+12
* [core] Collection-level immutabilityJohn Firebaugh2017-06-0513-139/+254
* [core] Don't share TransformState referenceJohn Firebaugh2017-06-052-5/+5
* [core] Fix several bugs in AnnotationManagerJohn Firebaugh2017-06-052-6/+18
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-0530-595/+688
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-0514-287/+135
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0552-424/+486
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-0519-13/+47
* [core] use the last field in a property value, rather than the first fieldKonstantin Käfer2017-06-031-10/+17
* [core] interpret missing field in vector tile values as null instead of falseKonstantin Käfer2017-06-031-1/+1
* Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-02148-855/+4058
* Update GL-JS submodule pin to latest masterAsheem Mamoowala2017-06-011-0/+0
* [core] Add templated RTTI for RenderSource classesAsheem Mamoowala2017-06-017-4/+44
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-016-7/+29
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-0114-67/+48
* [core] Update gl-js submodule to include ImageSource render testsAsheem Mamoowala2017-06-011-0/+0
* [core] Render Image SourceAsheem Mamoowala2017-06-0115-16/+368
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-0111-13/+64
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-018-5/+54
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-0118-5/+389
* [android] fix crash in runtime style ui testsIvo van Dongen2017-06-011-12/+37
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-017-20/+31
* [android] Fix tracking mode + camera race condition (#9133)Pablo Guardiola2017-05-316-95/+56
* Bump node version - v3.5.3 (#9144)node-v3.5.3Bobby Sudekum2017-05-302-1/+5
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-307-32/+77
* [ios][macos] test remove source in useIvo van Dongen2017-05-301-0/+16
* [android] test remove source in useIvo van Dongen2017-05-301-0/+18
* [core] check source usage before removeIvo van Dongen2017-05-302-0/+55
* [core] ensure layer::accept works with non-void return values on gccIvo van Dongen2017-05-301-0/+7
* Revert "[core] Factor timePoint initialization"Bruno de Oliveira Abinader2017-05-302-5/+3
* [core] default file source - ensure thread safety for cached valuesIvo van Dongen2017-05-272-6/+21
* [core] default file source - ensure thread safety for local file and asset re...Ivo van Dongen2017-05-272-40/+48
* [core] add test to demonstrate waiting threads in mailbox::receive won't cras...Ivo van Dongen2017-05-271-0/+56