summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Split layer type specific code in mbgl::ProgramsMikhail Pozdnyakov2019-01-1110-26/+29
* [core] shader program must always match bucket in render symbol layerMikhail Pozdnyakov2019-01-116-47/+71
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-0418-95/+95
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-126-0/+127
* [core] Share GeoJSONData pointer as weak_ptr instead of raw ptrAlexander Shalamov2018-12-122-8/+8
* [core]Disable RenderAnnotationSource when annotations are disabledMikhail Pozdnyakov2018-12-111-1/+8
* [core] layermanager folderMikhail Pozdnyakov2018-11-302-0/+3
* [core] Do not consider X axis when constraining scaleBruno de Oliveira Abinader2018-11-291-4/+3
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-1/+2
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-282-2/+13
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2715-64/+17
* [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] Remove RenderLayer's is<> as<> methodsAlexander Shalamov2018-11-1911-65/+0
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-196-36/+87
* [core] Remove casts in bucketsAlexander Shalamov2018-11-197-24/+18
* [core] Add use LayerTypeInfo::Layout for the layers that require LayoutAlexander Shalamov2018-11-195-5/+9
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-195-2/+14
* [core] Remove casts for Custom and Background render layersAlexander Shalamov2018-11-195-15/+26
* [core] Move layer specific color ramp updates behind common update() methodAlexander Shalamov2018-11-197-12/+26
* [core] Move RenderTile filtering / sorting logic to render layersAlexander Shalamov2018-11-195-51/+71
* [core] Move markContextDestroyed() to the RenderLayerAlexander Shalamov2018-11-195-10/+15
* [core] Remove downcasts for layers that require 3D render passAlexander Shalamov2018-11-191-7/+2
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-141-4/+19
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-4/+3
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-251-0/+32
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+0
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+10
* [core] only generate clip ids for clipped layersMolly Lloyd2018-10-031-2/+5
* [core] don't prefetch AnnotationTilesMolly Lloyd2018-10-031-1/+1
* [core] prevent crash when expression for pattern evaluates to "" (#12896)Molly Lloyd2018-09-181-2/+11
* [core] Enable face culling for fill extrusion layersBruno de Oliveira Abinader2018-09-132-4/+10
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-1313-0/+21
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-122-2/+4
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+1
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-319-24/+30
* [core] remove redundant Uniform::Type aliasMolly Lloyd2018-08-311-1/+1
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-3145-283/+853
* [core] move PaintProperty::Attribute to TypeList and pass to Binder constructorsKonstantin Käfer2018-08-311-3/+16
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-311-2/+2
* [core] allow passing multiple AttributeTypes to a PaintPropertyBinderKonstantin Käfer2018-08-311-9/+9
* [core] rename gl::Attribute to gl::Attribute to remove overloaded namingKonstantin Käfer2018-08-311-7/+7
* [core] simplify attribute/location typesKonstantin Käfer2018-08-311-13/+4
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-235-30/+122
* [core] downgrade event severity for erroneous DDS rendering to WarningKonstantin Käfer2018-08-201-1/+1
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-0/+4
* [core] Fix build when building Qt Location plugin for AndroidSudarsana Babu Nagineni2018-08-101-2/+2
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-082-3/+3
* [core] don't prefetch tiles for geojson sources (#12529)Molly Lloyd2018-08-021-1/+1