summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Named members for diff before/afterJohn Firebaugh2017-06-053-5/+12
* [core] Collection-level immutabilityJohn Firebaugh2017-06-055-33/+42
* [core] Don't share TransformState referenceJohn Firebaugh2017-06-051-3/+3
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-0517-31/+580
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0515-220/+192
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-0511-6/+28
* [core] Add templated RTTI for RenderSource classesAsheem Mamoowala2017-06-016-4/+39
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-013-7/+11
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-015-27/+15
* [core] Render Image SourceAsheem Mamoowala2017-06-0110-12/+362
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-302-9/+24
* Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc...Asheem Mamoowala2017-05-265-27/+58
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-264-9/+4
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-236-8/+7
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-234-0/+4
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-2/+0
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-1519-31/+31
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-1526-172/+39
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-157-7/+7
* [core] Merge light_properties.hpp into light_impl.hppJohn Firebaugh2017-05-151-1/+0
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-1241-51/+51
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-1212-9/+74
* [core] Remove unused RenderLayer::cloneJohn Firebaugh2017-05-1217-51/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-1232-128/+235
* [tidy] modernize-use-overrideBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-2/+2
* [tidy] llvm-namespace-commentBruno de Oliveira Abinader2017-05-129-9/+9
* [core] delegate light changes to render lightIvo van Dongen2017-05-082-6/+27
* [core] generated accessor methods on lightIvo van Dongen2017-05-082-3/+1
* [core] render lightIvo van Dongen2017-05-083-1/+44
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-082-9/+13
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-042-4/+32
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-0410-21/+21
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-0317-19/+45
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0336-51/+866
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-0214-5/+931
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2714-37/+483
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-264-5/+6
* [core] split off render layersIvo van Dongen2017-04-2542-115/+1139
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-241-4/+13
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-197-0/+84
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-063-8/+32
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-313-4/+4
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-232-12/+12
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-2/+0
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-222-7/+11
* [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-215-6/+6
* [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-154-10/+19
* [core] Never join coincident start/end points of LineStringsJohn Firebaugh2017-03-142-17/+9
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-283-24/+44