summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Port is-supported-script to native.Chris Loer2018-04-273-2/+42
* [core] only index features within tile boundariesAnsis Brammanis2018-04-263-5/+11
* [core] fix circle querying for scale and alignmentChris Loer2018-04-2639-68/+186
* [core] fix querying circles across tile boundariesChris Loer2018-04-267-16/+30
* [core] Streaming TileCover for polygonal regions (#11267)Asheem Mamoowala2018-04-265-25/+559
* Review changes:Chris Loer2018-04-251-3/+5
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-0/+3
* Port global symbol query from GL JS:Chris Loer2018-04-2534-196/+219
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2339-377/+411
|\
| * Don't crash on placing symbols with 0 renderable glyphsChris Loer2018-04-192-2/+8
| * Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-122-5/+29
| * Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-1210-0/+20
| * Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+6
| * Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-14/+27
| * [core] re-bind uniform locations after re-linking program (#11618)Łukasz Paczos2018-04-061-0/+5
| * [core] Add Projection matrix to CustomLayerRenderParameters to transform web ...Asheem Mamoowala2018-04-051-0/+4
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-025-52/+22
| * [core] Make FeatureIndex own GeometryTileData.Chris Loer2018-04-025-30/+27
| * [core] Consolidate GeometryTile symbol/nonSymbolBucketsChris Loer2018-04-024-24/+11
| * [core] Convert GeometryTileWorker to "one-phase" loadingChris Loer2018-04-024-129/+141
| * [core] Fixed to-rgba with zero opacityMinh Nguyễn2018-03-303-14/+24
| * [core] Round-trip linear interpolatorsMinh Nguyễn2018-03-301-1/+5
| * [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-8/+25
| * [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-6/+8
| * [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-221-2/+2
| * [core] Double maximum label width by reducing glyph precision.Chris Loer2018-03-223-4/+4
| * [core] Avoid flashing on pitched overzoomed tiles.Chris Loer2018-03-213-3/+12
| * [core] don't hide icons if text is an empty stringAnsis Brammanis2018-03-191-3/+3
| * [core] Update mapbox-gl-jsJohn Firebaugh2018-03-141-2/+8
| * [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-125/+6
| * [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+2
| * [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-0910-12/+307
| * [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-1/+0
| * Port fix for "at" expression off-by-1 error (#11375)Anand Thakker2018-03-021-4/+10
| * Relax type checking for "length"John Firebaugh2018-03-013-7/+68
| * Infer type assertions for objectJohn Firebaugh2018-03-011-1/+1
| * [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-03-011-2/+9
| * [core] check opengl error state after custom layer invocationsIvo van Dongen2018-03-011-3/+4
| * [core] Implement Expression::serialize()Chris Loer2018-02-2810-23/+177
| * [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+0
| * [core] Don't reuse heatmap render texture on viewport resize.Chris Loer2018-02-221-1/+1
| * [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-02-202-22/+45
* | [core] re-bind uniform locations after re-linking programIvo van Dongen2018-04-051-0/+5
* | Merge tag 'ios-v3.7.6' into masterJason Wray2018-03-141-0/+2
|\ \
| * | [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-03-082-22/+45
| * | [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-03-011-2/+9
| * | [core] check opengl error state after custom layer invocationsIvo van Dongen2018-03-011-3/+4
| * | [core] continue loading style even if we mutate itKonstantin Käfer2018-02-271-5/+0
| * | Reset tileset-based render sources when any tileset properties changed. (#11042)Asheem Mamoowala2018-02-084-16/+18
| * | Support TileJSON bounds property (#10701)Asheem Mamoowala2018-02-0810-1/+254