summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * | [core] Don't crash on line labels with 0 glyphs.Chris Loer2018-02-071-2/+3
| * | [android] - blacklist adreno 2xx for VAO supportTobrun2018-02-051-2/+3
| * | [core] blacklist binary program loading for Vivante GC4000 GPUsKonstantin Käfer2018-01-091-1/+4
* | | [core] prevent render thread from waking up unneeded on still renderingIvo van Dongen2018-03-142-5/+5
* | | [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-0810-12/+307
* | | [qt] Fix Qt build on MinGWThiago Marcos P. Santos2018-03-071-1/+1
* | | [core] Don't reuse heatmap render texture on viewport resize.Chris Loer2018-02-261-1/+1
* | | [core] Fix build with Qt + Android + GCC 4.9Thiago Marcos P. Santos2018-02-261-1/+1
* | | [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+0
* | | [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-02-231-2/+9
* | | [core] check opengl error state after custom layer invocationsIvo van Dongen2018-02-231-3/+4
* | | [core] don't hide icons if text is an empty stringAnsis Brammanis2018-02-211-3/+3
* | | [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-02-192-22/+45
* | | [core] Implement Expression::serialize()Chris Loer2018-02-1610-23/+177
| |/ |/|
* | [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-1535-25/+1153
* | [core] fix opacity of duplicate labels with -allow-overlap: trueAnsis Brammanis2018-02-151-3/+8
* | [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-149-10/+37
* | [core] add maxzoom uniform for raster-dem tilesets (#11134)Molly Lloyd2018-02-146-7/+21
* | [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-1419-27/+27
* | [core] fix onLowMemory to release GL buffersChris Loer2018-02-141-1/+1
* | TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-1/+1
* | [core] Make RendererObserver a public interfaceThiago Marcos P. Santos2018-02-091-35/+0
* | Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-1/+1
* | [core] align raster-dem tiles to pixel grid (#11119)Molly Lloyd2018-02-061-2/+2
* | [core] Don't crash on line labels with 0 glyphs.Chris Loer2018-02-061-2/+3
* | [core] Account for overscaling in debug collision circles.Chris Loer2018-02-064-3/+10
* | Reset tileset-based render sources when any tileset properties changed. (#11042)Asheem Mamoowala2018-02-056-24/+27