summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure that LiveTileData can be reparsedJohn Firebaugh2015-09-285-8/+26
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-282-0/+57
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+4
* [core] Annotation cleanupHenry Dooley2015-09-162-136/+101
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-163-4/+2
* fix circle clipping bugAnsis Brammanis2015-09-161-0/+4
* Don't leak GlyphAtlas textures (fixes #2338)John Firebaugh2015-09-162-0/+12
* [node] Enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-09-153-2/+4
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-1513-31/+32
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-1515-53/+56
* [core] GLObjectStore now uses GLuintBruno de Oliveira Abinader2015-09-152-9/+10
* [shader] GL types for all Shader attributesBruno de Oliveira Abinader2015-09-1516-126/+126
* [shader] Shaders vertex and fragments are now GLchar*Bruno de Oliveira Abinader2015-09-152-13/+14
* don't delete the shaders before the programKonstantin Käfer2015-09-142-8/+9
* don't validate the programKonstantin Käfer2015-09-141-25/+0
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-1436-62/+65
* [shader] Moved 'a_pos' GL attribute to ShaderBruno de Oliveira Abinader2015-09-1426-37/+8
* Increased precision of coordinate conversion methodsMinh Nguyễn2015-09-112-10/+10
* increase precision for coordinate conversionsAnsis Brammanis2015-09-115-28/+27
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-085-2/+16
* CameraOptionsMinh Nguyễn2015-09-076-295/+131
* fix circles at very high zoom levelsAnsis Brammanis2015-09-021-1/+1
* Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-023-18/+1
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-024-7/+18
* Provide view invalidation call coalescion via uv_async_tBruno de Oliveira Abinader2015-09-022-20/+10
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-023-7/+4
* Merge pull request #2179 from mapbox/nodeMike Morris2015-09-021-2/+4
|\
| * remove debug logging and whitespace [skip ci]Mike Morris2015-09-011-2/+0
| * In still mode, don't load resources until a render request is madeJohn Firebaugh2015-08-311-1/+1
| * Merge branch 'master' into nodeJohn Firebaugh2015-08-3155-362/+882
| |\
| * | local nvm?Mike Morris2015-08-281-0/+2
| * | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+3
* | | Bump geojsonvt versionThiago Marcos P. Santos2015-09-011-0/+0
| |/ |/|
* | improve dashed and patterned line antialiasingAnsis Brammanis2015-08-278-23/+49
* | fix line antialiasing adjustment bugAnsis Brammanis2015-08-271-1/+1
* | Merge branch 'master' into perspective-without-y-flipMinh Nguyễn2015-08-255-28/+26
|\ \
| * | Revert "only update the render order array when there are changes to tiles"Bruno de Oliveira Abinader2015-08-254-27/+21
| * | Make Bucket::uploaded an atomic boolBruno de Oliveira Abinader2015-08-251-1/+5
| |/
* | move the point origin back to bottom-leftAnsis Brammanis2015-08-251-3/+5
* | fix circle renderingAnsis Brammanis2015-08-241-1/+1
* | fix LatLng --> point for perspective viewsAnsis Brammanis2015-08-245-91/+77
* | port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-2411-92/+89
* | make fill-image tests less sensitiveAnsis Brammanis2015-08-241-1/+1
* | add map.setPitch(pitch) and map.getPitch()Ansis Brammanis2015-08-243-0/+25
* | fix depth clipping in perspective viewAnsis Brammanis2015-08-2410-34/+33
* | load correct covering tiles in perspective viewAnsis Brammanis2015-08-247-54/+139
* | port invert and transformMat4 from gl-matrixAnsis Brammanis2015-08-243-0/+120
* | fix earthquakes in perspective viewAnsis Brammanis2015-08-246-33/+39
* | fix symbol collision detection in perspective viewAnsis Brammanis2015-08-2412-24/+33
* | fix symbol rendering in perspective viewAnsis Brammanis2015-08-247-21/+84