summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Moved TileCoordinate to tile cover scopeBruno de Oliveira Abinader2016-03-014-120/+75
* [core] Cleared TileCoordinate from PainterBruno de Oliveira Abinader2016-03-013-14/+12
* [core] Moved wrapping to LatLng scopeBruno de Oliveira Abinader2016-03-012-17/+2
* [core] Simplify Screen to Geometry coordinate conversionBruno de Oliveira Abinader2016-03-012-6/+8
* [core] Use GeometryTileFeature::defaultExtent by defaultBruno de Oliveira Abinader2016-03-015-7/+5
* [core] Replace std::array<double, N> usage in SourceInfoBruno de Oliveira Abinader2016-03-012-7/+14
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-018-88/+88
* [core] Explicit instantiate vec{2,3,4}<double>Bruno de Oliveira Abinader2016-03-011-0/+11
* [core] Get rid of mbgl/util/vec4 - use vec4 from vec.hpp insteadBruno de Oliveira Abinader2016-03-015-103/+45
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-0121-63/+75
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-0110-30/+32
* [core] Fix potential precision data lossBruno de Oliveira Abinader2016-03-012-3/+3
* [core] Build fixThiago Marcos P. Santos2016-02-261-1/+1
* [core] Add timeout for clock skewThiago Marcos P. Santos2016-02-261-0/+2
* [core] abort searching children when lower bound has different wKonstantin Käfer2016-02-251-1/+1
* [core] Set initial offline tile count limit to 768John Firebaugh2016-02-241-1/+1
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-242-0/+4
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-245-2/+38
|\
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-105-2/+38
* | [core] use a store enum instead of RTTIKonstantin Käfer2016-02-249-5/+66
* | [core] fix uninitialized member variableKonstantin Käfer2016-02-241-1/+1
* | [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-1866-321/+313
* | [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-1819-59/+58
* | [gl] Refactor texture pool cleanupBruno de Oliveira Abinader2016-02-183-25/+47
* | [gl] Added mbgl::gl::VAOHolderBruno de Oliveira Abinader2016-02-184-31/+38
* | [gl] Added mbgl::gl::Texture{,Pool}HolderBruno de Oliveira Abinader2016-02-1812-62/+98
* | [gl] Added mbgl::gl::BufferHolderBruno de Oliveira Abinader2016-02-183-20/+43
* | [gl] Added mbgl::gl::ShaderHolderBruno de Oliveira Abinader2016-02-184-42/+53
* | [gl] Added mbgl::gl::ProgramHolderBruno de Oliveira Abinader2016-02-184-30/+59
* | [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-1813-24/+31
* | [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-1812-26/+24
* | [gl] Use Buffer::getID() whenever possibleBruno de Oliveira Abinader2016-02-181-2/+2
* | [gl] Use Shader::getID() whenever possibleBruno de Oliveira Abinader2016-02-1815-30/+32
* | [gl] Moved VAO helpers to common headerBruno de Oliveira Abinader2016-02-181-34/+8
* | [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-153-7/+49
* | [core] round points created by clipLines instead of truncating themAnsis Brammanis2016-02-151-8/+8
* | [core] Add support for updating point annotationsGabriel Miklós2016-02-123-0/+16
* | [tests] Fix buildJohn Firebaugh2016-02-111-0/+1
* | [core] Organize files that were in map folder betterJohn Firebaugh2016-02-1142-53/+56
* | Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-115-11/+16
* | [core] use std::move() to prevent copiesKonstantin Käfer2016-02-112-3/+3
* | [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-101-1/+2
* | [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-1/+0
* | [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-30/+47
* | [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+1
* | Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+22
* | [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+2
* | [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-107-144/+121
* | [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-44/+0
* | [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-103-65/+35