summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] introduce TileDataObserverKonstantin Käfer2016-06-109-76/+84
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-1019-266/+264
* [core] store Resource instead of dependents to build URLKonstantin Käfer2016-06-105-39/+27
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-103-24/+24
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-1010-56/+139
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-1021-240/+309
* [core] s/SharedTexture/PooledTexture/Bruno de Oliveira Abinader2016-06-073-5/+5
* Revert "[core] Use release() instead of get()/reset() in Raster"Bruno de Oliveira Abinader2016-06-071-1/+2
* [core] Renamed OutlineShader's color uniformBruno de Oliveira Abinader2016-06-072-6/+6
* [core] remove unused codeKonstantin Käfer2016-06-075-71/+0
* [core] Use RAII for TexturePool texturesBruno de Oliveira Abinader2016-06-074-36/+38
* [core] Do not expose TexturePool::ImplBruno de Oliveira Abinader2016-06-072-38/+60
* [core] Use initializer list for Unique* objectsBruno de Oliveira Abinader2016-06-071-11/+11
* [core] Revert line-round-limit default to 1 (#5260)John Firebaugh2016-06-061-1/+1
* [core] log2 polyfill for ARMv5Thiago Marcos P. Santos2016-06-064-3/+15
* [core] Naive atomic type for ARMv5Thiago Marcos P. Santos2016-06-0611-19/+64
* [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