summaryrefslogtreecommitdiff
path: root/include/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] remove Renderer::flushKonstantin Käfer2019-04-051-2/+0
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-052-20/+0
* [core] refactor RendererBackendKonstantin Käfer2019-04-052-94/+5
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-052-37/+2
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-0/+4
* [core] Expose a way of flushing the graphics pipelineThiago Marcos P. Santos2019-03-201-0/+2
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-2/+1
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-271-0/+1
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-121-1/+8
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-141-4/+10
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-251-1/+9
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+22
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-3/+3
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-1/+1
* [core] Make RendererObserver a public interfaceThiago Marcos P. Santos2018-02-091-0/+35
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-1/+2
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-291-1/+1
* Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-101-0/+2
|\
| * [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-181-0/+2
* | [core] Move GLContextMode to its own Renderer headerBruno de Oliveira Abinader2017-11-012-1/+19
|/
* [core] send signal to RenderCustomLayer when gl context has been lostIvo van Dongen2017-09-221-0/+2
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-0/+2
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-262-3/+7
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-251-4/+0
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-192-2/+2
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-192-2/+2
* [core] Bracket init works for optional<T> in GCC 4.9Bruno de Oliveira Abinader2017-07-192-5/+5
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-182-0/+9
* [core] rename backend to renderer backendIvo van Dongen2017-07-183-2/+117
* [core] renderer interfaceIvo van Dongen2017-07-183-0/+128
* make most headers privateKonstantin Käfer2014-12-049-697/+0
* Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-021-1/+1
* Eliminate Map::getTexturepool()John Firebaugh2014-11-261-3/+1
* Fix variable shadowingJohn Firebaugh2014-10-291-1/+1
* Render map with a copy of TransformStateJohn Firebaugh2014-10-291-3/+17
* make addGlyphsToAtlas static method of SymbolBucket + add addGlyphs method to...artemp2014-10-271-2/+2
* fix variable shadowingKonstantin Käfer2014-10-222-5/+5
* Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-107-20/+19
|\
| * use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-247-20/+19
* | Adds the function Map::terminate() to allow all GL resources heldLeith Bade2014-09-101-0/+2
|/
* SDF icon support (fixes #404)John Firebaugh2014-09-082-3/+18
* FrameHistory::getFadePropertiesJohn Firebaugh2014-09-051-0/+8
* TextShader ⇢ SDFShaderJohn Firebaugh2014-09-042-4/+4
* Less shader boilerplateJohn Firebaugh2014-09-041-0/+2
* Fix text/icon-translate-anchorJohn Firebaugh2014-09-041-1/+1
* linepattern in progressLauren Budorick2014-09-032-1/+5
* SimplifyJohn Firebaugh2014-08-281-1/+0
* Remove vtxMatrix stateJohn Firebaugh2014-08-281-2/+1
* Record frame history in the correct placeJohn Firebaugh2014-08-281-2/+2
* Render background with plain shaderJohn Firebaugh2014-08-271-0/+15