summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [android] #5291 - Fixing merge conflictsBrad Leege2016-06-091-2/+2
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-0916-23/+80
|\
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-0615-22/+79
| * [core] Fill the initial `changeTimes` with the reference timestamp of the fir...Thiago Marcos P. Santos2016-05-271-1/+1
| * [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-2710-27/+29
| * [core] Move objectStore in {GL,TexturePool}Holder::reset()Bruno de Oliveira Abinader2016-05-272-11/+10
* | [core] code style and remove unused codeKonstantin Käfer2016-06-063-111/+9
* | [core] Refresh Texture Pool logicBruno de Oliveira Abinader2016-06-034-24/+26
* | [core] Use release() instead of get()/reset() in RasterBruno de Oliveira Abinader2016-06-031-2/+1
* | [core] Perform GL object store cleanup on low memoryBruno de Oliveira Abinader2016-06-031-0/+1
* | [core] Clean up style.cppJohn Firebaugh2016-06-021-30/+27
* | [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-023-15/+9
* | [core] Move RenderData alongside RenderItemJohn Firebaugh2016-06-025-37/+42
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-02119-661/+831
* | [core] Add {min,max}Zoom accessorsJohn Firebaugh2016-06-021-0/+16
* | [core] Add Filter accessorsJohn Firebaugh2016-06-026-113/+40
* | [core] Introduce PropertyValue<T>John Firebaugh2016-06-0217-465/+542
* | [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-10/+3
* | [core] Runtime style layer APIJohn Firebaugh2016-06-0289-1078/+2155
* | [tests] Tweak LineAnnotation test so that it reveals a bug; fix the bugJohn Firebaugh2016-06-021-1/+1
* | [core] Constrain annotation API to the supported geometry typesJohn Firebaugh2016-06-0110-25/+10
* | [all] Rationalize annotation APIJohn Firebaugh2016-06-0114-220/+269
* | [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-013-23/+86
* | [core] Do annotation longitude wrapping together with latitude clampingJohn Firebaugh2016-06-011-2/+3
* | [core] Store feature keys in same order as in vector tileMinh Nguyễn2016-06-011-5/+4
* | [test] Added GL objects testsBruno de Oliveira Abinader2016-06-012-3/+19
* | [core] Use unique_resource for GL objectsBruno de Oliveira Abinader2016-06-0117-234/+175
* | [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-0167-266/+266
* | [core] Update sdf shader codeBruno de Oliveira Abinader2016-06-014-36/+27
* | [core] Update icon shader codeBruno de Oliveira Abinader2016-06-013-33/+20
* | [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-313-1/+19
* | [core] Run fixupPolygons on geojson-vt-cpp polygon outputJohn Firebaugh2016-05-312-0/+10
* | [core] Fix up v1 vector tile geometries with clipperJohn Firebaugh2016-05-314-1/+76
* | [core] Run fix_members.sh on clipper codeJohn Firebaugh2016-05-313-424/+448
* | [core] Re-add clipper from https://github.com/mapnik/clipper/blob/r496-mapnikJohn Firebaugh2016-05-312-0/+6137
* | [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-3120-10359/+50
* | [core] Use init list for shader attributesBruno de Oliveira Abinader2016-05-316-17/+17
* | [core] Update circle shader codeBruno de Oliveira Abinader2016-05-314-9/+15
* | [ios, osx] Holes in polygonsMinh Nguyễn2016-05-271-11/+12
* | [core] Fill the initial `changeTimes` with the reference timestamp of the fir...Thiago Marcos P. Santos2016-05-271-1/+1
* | [core] refactor updateRenderables algorithmKonstantin Käfer2016-05-272-67/+84
* | [core] remove unused template definitionKonstantin Käfer2016-05-274-104/+81
* | [core] AnnotationTileLayer vends its own name (#5163)Minh Nguyễn2016-05-264-3/+11
* | [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-2610-27/+29
* | [core] Move objectStore in {GL,TexturePool}Holder::reset()Bruno de Oliveira Abinader2016-05-262-11/+10
|/
* [core] Port "combine line-width and line-gap-width in shader"John Firebaugh2016-05-254-26/+18
* [core] Port "separate u_opacity from u_color"John Firebaugh2016-05-2511-52/+24
* [core] Share shaders with gl-jsJohn Firebaugh2016-05-2527-679/+9
* [core] box_shader ⇢ collision_box_shaderJohn Firebaugh2016-05-255-4/+4
* [core] Remove unused dot shaderJohn Firebaugh2016-05-257-60/+0