summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/renderer_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Introduce variable text placement for point labels - Placement partMikhail Pozdnyakov2019-04-011-8/+8
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-1/+1
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-4/+2
* [core] Lazy-load {Image,Glyph}Manager on Renderer::ImplBruno de Oliveira Abinader2019-03-131-8/+16
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-2/+2
* [core] add texture bindings to draw call invocationsKonstantin Käfer2019-03-121-0/+1
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-121-2/+2
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-011-7/+7
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-011-3/+3
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-011-3/+3
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-121-0/+11
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-2/+4
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-1/+1
* [core] Let placement transitions use the transition duration, if set, and all...Bruno de Oliveira Abinader2018-11-211-2/+2
* [core] Let property evaluation transitions use the transition duration, if setBruno de Oliveira Abinader2018-11-211-2/+6
* [core] Construct RenderItem objects in-place and remove unused headersAlexander Shalamov2018-11-191-9/+5
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-191-31/+33
* [core] Remove casts for Custom and Background render layersAlexander Shalamov2018-11-191-15/+10
* [core] Move layer specific color ramp updates behind common update() methodAlexander Shalamov2018-11-191-9/+1
* [core] Move RenderTile filtering / sorting logic to render layersAlexander Shalamov2018-11-191-46/+1
* [core] Move markContextDestroyed() to the RenderLayerAlexander Shalamov2018-11-191-5/+5
* [core] Remove downcasts for layers that require 3D render passAlexander Shalamov2018-11-191-7/+2
* [core] only generate clip ids for clipped layersMolly Lloyd2018-10-031-2/+5
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-131-0/+1
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-2/+2
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-2/+3
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-0/+4
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-0/+4
* [core] always commit placement to fix #11795Ansis Brammanis2018-06-071-6/+4
* [core] avoid symbol flickering when longitude is wrappedAnsis Brammanis2018-05-221-1/+2
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-8/+16
|\
| * [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-031-8/+16
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-261-1/+4
* | Port global symbol query from GL JS:Chris Loer2018-04-251-14/+36
* | [core] prevent render thread from waking up unneeded on still renderingIvo van Dongen2018-03-141-5/+0
|/
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-1/+10
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-141-2/+2
* [core] fix onLowMemory to release GL buffersChris Loer2018-02-141-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-1/+2
* Prune unused layers from CrossTileSymbolIndexChris Loer2018-01-191-0/+3
* [core] Synchronize state of CollisionIndex and FeatureIndexes.Chris Loer2018-01-181-0/+13
* [core] Use separate shaders for background and clippingLauren Budorick2018-01-091-6/+5
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-2/+3
* [core] Symbol cross-fading.Chris Loer2017-11-171-0/+23
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-5/+3
* [core] Sort child symbol tiles before parent symbol tilesAnsis Brammanis2017-11-171-1/+1