summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-2510-60/+55
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-258-28/+23
* [core] normalize TileData::State::obsolete handlingKonstantin Käfer2016-05-252-12/+5
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-255-28/+11
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-255-14/+0
* [core] remove unused TileData::State::invalidKonstantin Käfer2016-05-253-11/+1
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-255-14/+10
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-25148-592/+148
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-244-0/+53
* [core] Added PixelZoom, RasterPos to GL configBruno de Oliveira Abinader2016-05-242-0/+17
* [core] move *Observers to their own filesKonstantin Käfer2016-05-2316-75/+139
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-236-20/+41
* [core] Restore default texture unitThiago Marcos P. Santos2016-05-231-0/+1
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-235-22/+50
* [core] better symbol fading with texture lookups (#4579)Ansis Brammanis2016-05-2010-162/+135
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-202-14/+21
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-186-13/+101
* [core] Add classifyRingsJohn Firebaugh2016-05-182-0/+57
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-182-0/+119
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-184-16/+61
* [core] Simplify parametersJohn Firebaugh2016-05-175-21/+20
* [core] Less autoJohn Firebaugh2016-05-171-3/+3
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-5/+1
* [core] Simplify and fix query logic across the antimeridianJohn Firebaugh2016-05-171-38/+14
* [core] Fix properties of GeoJSON layers in queryRenderedFeaturesJohn Firebaugh2016-05-172-10/+9
* [core] Eliminate temporary vector in Style::queryRenderedFeaturesJohn Firebaugh2016-05-171-9/+9
* [core] Use mapbox::geometry::envelope in Source::queryRenderedFeaturesJohn Firebaugh2016-05-171-27/+13
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-176-115/+70
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-176-53/+61
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-10/+16
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-132-5/+15