summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-312-20/+20
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-2425-23/+95
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-248-22/+51
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-232-20/+4
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-206-47/+40
* [core] Fix sort order for queryRenderedFeatures when features are filtered.Chris Loer2018-07-031-4/+4
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-4/+6
* [core] Use a getter for the BackendScope static variableThiago Marcos P. Santos2018-06-131-7/+15
* [core] always commit placement to fix #11795Ansis Brammanis2018-06-071-6/+4
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-042-3/+3
* [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-223-1/+45
* [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-1714-181/+462
|\