| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ambiguous constructor callupstream/fix-11594 | Anand Thakker | 2018-04-12 | 1 | -1/+1 |
* | Don't enforce ["zoom"] constraints for filters | Anand Thakker | 2018-04-12 | 2 | -5/+29 |
* | Update layer immediately when changing its max/min zoom level (#11399) | Łukasz Paczos | 2018-04-12 | 10 | -0/+20 |
* | Add abs, round, floor, ceil operators (#11653) | Anand Thakker | 2018-04-11 | 1 | -0/+6 |
* | Fix style parsing bug for constant expressions (#11606) | Anand Thakker | 2018-04-09 | 1 | -14/+27 |
* | [core] re-bind uniform locations after re-linking program (#11618) | Łukasz Paczos | 2018-04-06 | 1 | -0/+5 |
* | [core] Add Projection matrix to CustomLayerRenderParameters to transform web ... | Asheem Mamoowala | 2018-04-05 | 1 | -0/+4 |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 5 | -52/+22 |
* | [core] Make FeatureIndex own GeometryTileData. | Chris Loer | 2018-04-02 | 5 | -30/+27 |
* | [core] Consolidate GeometryTile symbol/nonSymbolBuckets | Chris Loer | 2018-04-02 | 4 | -24/+11 |
* | [core] Convert GeometryTileWorker to "one-phase" loading | Chris Loer | 2018-04-02 | 4 | -129/+141 |
* | [core] Fixed to-rgba with zero opacity | Minh Nguyễn | 2018-03-30 | 3 | -14/+24 |
* | [core] Round-trip linear interpolators | Minh Nguyễn | 2018-03-30 | 1 | -1/+5 |
* | [core] Fix potential race condition crash in symbol querying.. | Chris Loer | 2018-03-29 | 2 | -8/+25 |
* | [core] Fix potential race condition crash in symbol querying.. | Chris Loer | 2018-03-29 | 2 | -6/+8 |
* | [core] Don't resolve tokens after evaluating a text-field or icon-image expre... | John Firebaugh | 2018-03-22 | 1 | -2/+2 |
* | [core] Double maximum label width by reducing glyph precision. | Chris Loer | 2018-03-22 | 3 | -4/+4 |
* | [core] Avoid flashing on pitched overzoomed tiles. | Chris Loer | 2018-03-21 | 3 | -3/+12 |
* | [core] don't hide icons if text is an empty string | Ansis Brammanis | 2018-03-19 | 1 | -3/+3 |
* | [core] Update mapbox-gl-js | John Firebaugh | 2018-03-14 | 1 | -2/+8 |
* | [core] Stringify expression syntax, not function syntax | John Firebaugh | 2018-03-14 | 1 | -125/+6 |
* | [core] TileJSON conversion clamps bounds longitude to [-180,180], per spec | Asheem Mamoowala | 2018-03-09 | 1 | -0/+2 |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-09 | 10 | -12/+307 |
* | [android] calculating camera's LatLng for bounds without map padding (#11410) | Łukasz Paczos | 2018-03-08 | 1 | -1/+0 |
* | Port fix for "at" expression off-by-1 error (#11375) | Anand Thakker | 2018-03-02 | 1 | -4/+10 |
* | Relax type checking for "length" | John Firebaugh | 2018-03-01 | 3 | -7/+68 |
* | Infer type assertions for object | John Firebaugh | 2018-03-01 | 1 | -1/+1 |
* | [core] blacklist vao usage on mali t720 (sapphire 650) | Ivo van Dongen | 2018-03-01 | 1 | -2/+9 |
* | [core] check opengl error state after custom layer invocations | Ivo van Dongen | 2018-03-01 | 1 | -3/+4 |
* | [core] Implement Expression::serialize() | Chris Loer | 2018-02-28 | 10 | -23/+177 |
* | [core] continue loading style even if we mutate it | Konstantin Käfer | 2018-02-23 | 1 | -5/+0 |
* | [core] Don't reuse heatmap render texture on viewport resize. | Chris Loer | 2018-02-22 | 1 | -1/+1 |
* | [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques... | Asheem Mamoowala | 2018-02-20 | 2 | -22/+45 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 35 | -25/+1153 |
* | [core] fix opacity of duplicate labels with -allow-overlap: true | Ansis Brammanis | 2018-02-15 | 1 | -3/+8 |
* | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 9 | -10/+37 |
* | [core] add maxzoom uniform for raster-dem tilesets (#11134) | Molly Lloyd | 2018-02-14 | 6 | -7/+21 |
* | [core] Rename "onLowMemory" to "reduceMemoryUse". | Chris Loer | 2018-02-14 | 19 | -27/+27 |
* | [core] fix onLowMemory to release GL buffers | Chris Loer | 2018-02-14 | 1 | -1/+1 |
* | TileJSON Bounds allows values inclusive of world extents | Asheem Mamoowala | 2018-02-12 | 1 | -1/+1 |
* | [core] Make RendererObserver a public interface | Thiago Marcos P. Santos | 2018-02-09 | 1 | -35/+0 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 1 | -1/+1 |
* | [core] align raster-dem tiles to pixel grid (#11119) | Molly Lloyd | 2018-02-06 | 1 | -2/+2 |
* | [core] Don't crash on line labels with 0 glyphs. | Chris Loer | 2018-02-06 | 1 | -2/+3 |
* | [core] Account for overscaling in debug collision circles. | Chris Loer | 2018-02-06 | 4 | -3/+10 |
* | Reset tileset-based render sources when any tileset properties changed. (#11042) | Asheem Mamoowala | 2018-02-05 | 6 | -24/+27 |
* | [android] - blacklist adreno 2xx for VAO support | Tobrun | 2018-01-31 | 1 | -2/+3 |
* | [core] don't force downloading of Open Sans fonts | Konstantin Käfer | 2018-01-25 | 1 | -1/+1 |
* | [core] align implementations of local and asset file source | Konstantin Käfer | 2018-01-25 | 1 | -0/+2 |
* | [core] align raster imagery rendering to pixel rid to avoid blurriness | Konstantin Käfer | 2018-01-24 | 6 | -10/+30 |