summaryrefslogtreecommitdiff
path: root/src/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Move TransformState::{un,}project() to ProjectionBruno de Oliveira Abinader2016-10-191-1/+2
* [core] Use TilePoint in Source::Impl::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-111-4/+21
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-112-31/+24
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-044-169/+15
* [core] Preserve non-access_token query parameters in canonicalizeTileURLSam Matthews2016-10-031-0/+11
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-293-3/+5
* [core] introduces types for GL objectsKonstantin Käfer2016-09-292-2/+2
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-292-5/+5
* [core] Use geojson as a header only libraryThiago Marcos P. Santos2016-09-281-0/+1
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-274-14/+11
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-274-20/+20
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-272-0/+89
* [core] Make sure textures have a scaling filter set after uploadKonstantin Käfer2016-09-272-13/+20
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-272-3/+3
* [core] Allow retrieving texture ID and sizeKonstantin Käfer2016-09-272-3/+17
* [core] Fix initialization race on util::mapbox::isMapboxURL (#6455)Thiago Marcos P. Santos2016-09-261-4/+8
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-6/+24
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-162-195/+0
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-2/+2
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-164-216/+0
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-19/+17
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-142-6/+6
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-145-11/+10
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-135-0/+82
* [core] Don't use std::move on forwarding referencesJohn Firebaugh2016-09-081-1/+1
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-082-15/+18
* [core] change bool onRight to SideKonstantin Käfer2016-09-071-5/+10
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-062-0/+26
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-061-26/+0
* [core] const consistencyJohn Firebaugh2016-08-262-3/+3
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-11/+3
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-051-1/+1
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-11/+0
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-261-7/+10
* [core] use more const, auto and refsKonstantin Käfer2016-07-191-37/+32
* [core] add check for missing sprite URL file extensionKonstantin Käfer2016-07-191-0/+8
* [core] Move set/get thread names to platform::Thiago Marcos P. Santos2016-07-161-24/+1
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-133-48/+3
* Merge branch 'boundsj-merge-3.3.0.rc.1'Jesse Bounds2016-07-082-13/+1
|\
| * Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-072-13/+1
| |\
| | * [ios] #3979 compress telemetry events (#5490)Fredrik Karlsson2016-07-052-13/+1
* | | [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-082-7/+25
|/ /
* | [core] refactor Raster and allow explicit mipmapping levelsKonstantin Käfer2016-07-042-49/+53
* | mapbox: URL containing query string causes infinite loop (#5554)jingsam2016-07-041-5/+6
* | [android] upgrade to NDK r12bKonstantin Käfer2016-07-011-1/+1
* | [core] code style cleanupsKonstantin Käfer2016-07-015-5/+16
* | [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-272-9/+8
* | [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-0/+11
* | [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-222-14/+5
* | [core] Factor out thread name setter/getterBruno de Oliveira Abinader2016-06-201-7/+24