summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Factor timePoint initialization: take 2Bruno de Oliveira Abinader2017-07-041-2/+2
* [core] remove tile cache size setterIvo van Dongen2017-06-2710-25/+0
* [core] Don't transition new layers on a setStyle operationJohn Firebaugh2017-06-268-18/+25
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-0/+4
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-225-26/+64
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-212-4/+7
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-199-22/+52
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-192-8/+11
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-5/+5
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-152-3/+3
* [core] Skip calculations when we already know we need rendering or layoutJohn Firebaugh2017-06-151-3/+4
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-141-15/+6
* [core] Remove unused SymbolPropertyValues membersJohn Firebaugh2017-06-142-10/+0
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-06-141-1/+0
* [core] Add constsJohn Firebaugh2017-06-131-3/+3
* [core] Don't upload the FrameHistory texture in frames where it's not changingJohn Firebaugh2017-06-131-6/+6
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-1310-29/+55
* [core] add constant DDS values as uniformsKonstantin Käfer2017-06-131-2/+21
* [core] Update to shelf-pack 2.1.0John Firebaugh2017-06-131-5/+5
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-135-39/+22
* [tests] Test updating icon and pattern imagesJohn Firebaugh2017-06-131-1/+4
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-1318-51/+438
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-138-19/+18
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-138-35/+11
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-1315-66/+37
* [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