summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_context.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-0/+1
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-2/+3
* [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-181-2/+2
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+2
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-5/+3
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-171-0/+1
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-151-0/+1
* [core] Custom layersJohn Firebaugh2015-12-091-0/+7
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-3/+2
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-011-1/+5
* [core] Use AsyncTask on the MapContextThiago Marcos P. Santos2015-12-011-6/+3
* [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-181-5/+0
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-2/+2
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+2
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-261-1/+1
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-2/+1
* Move updateAnnotationTiles[IfNeeded] to AnnotationManagerJohn Firebaugh2015-09-281-1/+0
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-111-0/+2
* Provide view invalidation call coalescion via uv_async_tBruno de Oliveira Abinader2015-09-021-3/+1
* Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-131-1/+1
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-6/+3
* Coalesce view invalidation callsBruno de Oliveira Abinader2015-08-051-0/+3
* Make MapContext use StillImageCallback definition from MapBruno de Oliveira Abinader2015-08-051-4/+3
* Unify time point for Mapcontext::updateBruno de Oliveira Abinader2015-07-141-3/+0
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-081-0/+3
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-4/+8
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-061-3/+1
* Cancel pending Style requests before making a new oneThiago Marcos P. Santos2015-07-011-0/+2
* Eliminate MapData::get/setFullyLoadedJohn Firebaugh2015-06-301-1/+8
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-6/+3
* Inline updateTiles and recalculateStyleJohn Firebaugh2015-06-261-2/+0
* drive map rendering from main threadKonstantin Käfer2015-06-261-1/+3
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-4/+0
* Introduce GLObjectStoreThiago Marcos P. Santos2015-06-251-0/+3
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-1/+5
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-041-0/+2
* Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-021-1/+1
* Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-011-12/+2
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-1/+2
* Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-111-1/+1
|\
| * Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-091-1/+1
* | Removed unused method from MapContextThiago Marcos P. Santos2015-05-071-1/+0
|/
* Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-051-2/+0
* Introduce the ResourceLoaderThiago Marcos P. Santos2015-05-051-1/+6
* Convert Style to unique_ptr and pass by referenceJohn Firebaugh2015-04-281-1/+1
* Move Worker to StyleJohn Firebaugh2015-04-281-1/+0
* MapContext::updated doesn't need to be atomicJohn Firebaugh2015-04-281-1/+1
* Move Environment to MapContextJohn Firebaugh2015-04-281-7/+3
* Inline getWorker()John Firebaugh2015-04-281-1/+0