summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-194-22/+29
* [core] Immutable/Mutable pattern for PlacementMikhail Pozdnyakov2019-09-192-16/+16
* [core] Update buckets in RendererMikhail Pozdnyakov2019-09-194-13/+30
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-193-7/+9
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1834-283/+183
* [core] Add removeFeatureState APIJuha Alanen2019-09-188-0/+91
* [core] Feature state support to RenderLayer classesJuha Alanen2019-09-1811-19/+30
* [core] Add feature state support to queryRenderedFeatures APIJuha Alanen2019-09-183-4/+7
* [core] Add support for set/getFeatureState APIsJuha Alanen2019-09-186-0/+73
* [core] Add SourceFeatureState class to handle feature statesJuha Alanen2019-09-182-0/+95
* [core] Add setFeatureState API to Tile classesJuha Alanen2019-09-182-0/+7
* [core] Add feature state support to bucket classesJuha Alanen2019-09-1812-38/+199
* [core] Add feature state support to expressionJuha Alanen2019-09-181-0/+10
* [core] Coalesce buckets updates from several tilesMikhail Pozdnyakov2019-09-131-1/+5
* [core] Initiate new placement only when a new bucket appearesMikhail Pozdnyakov2019-09-131-3/+6
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-132-15/+2
* [core] Fix placement for updated bucketsMikhail Pozdnyakov2019-09-131-10/+8
* [core] Set fading tiles flag at TilePyramid::updateFadingTiles()Mikhail Pozdnyakov2019-09-121-3/+3
* [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)Aleksandar Stojiljkovic2019-08-301-0/+1
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-303-92/+130
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-275-12/+6
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-264-37/+63
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-233-6/+8
* [core] Fix GeoJSON tiles updateMikhail Pozdnyakov2019-08-221-1/+1
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-201-2/+2
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-203-5/+13
* [core] also remove version info in ImageManager when removing an image (#15397)Konstantin Käfer2019-08-191-0/+1
* [core] Fix layer impl cast in render layer implementationsMikhail Pozdnyakov2019-08-1610-0/+46
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-4/+15
* [core] Enable opaque pass for background layer. fix heatmap+background test.Aleksandar Stojiljkovic2019-08-052-12/+21
* [core] Remove ProjectedCollisionBox from CollisionBoxMikhail Pozdnyakov2019-08-052-6/+6
* [core] Increase round join approximation precisionAlexander Shalamov2019-08-051-1/+1
* [core] A more accurate algorithm for approximating round line joinsAlexander Shalamov2019-08-051-17/+25
* [core] Fix render tile set source updateMikhail Pozdnyakov2019-08-011-1/+1
* [core] Shrink RenderOrchestrator::filteredLayersForSource in reduceMemoryUse()Mikhail Pozdnyakov2019-07-291-3/+1
* [core] Fix assertion at RenderRasterLayer::prepare()Mikhail Pozdnyakov2019-07-262-2/+5
* [core] Optimize Query Rendered Features APIMikhail Pozdnyakov2019-07-252-7/+9
* [core] Optimize RenderLineLayer::queryIntersectsFeatureMikhail Pozdnyakov2019-07-241-11/+24
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] Remove unused field from icon bufferAlexander Shalamov2019-07-231-1/+0
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-223-22/+34
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-223-7/+7
* [core] sizeof(SymbolBucket) 2312 -> 2296Mikhail Pozdnyakov2019-07-222-15/+22
* [core] Introduce RenderTileSetSource classMikhail Pozdnyakov2019-07-228-125/+132
* [core] Avoid unneeded tile sets copying at sources codeMikhail Pozdnyakov2019-07-223-15/+15
* [core] Render sources keep the existing tiles until the new tileset is readyMikhail Pozdnyakov2019-07-223-12/+24
* Fix wrong #15065 nit fixAleksandar Stojiljkovic2019-07-191-2/+4
* [core] RenderCustomGeometrySource should clear tiles after style updateMikhail Pozdnyakov2019-07-121-1/+4
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-1112-22/+47
* [core] Put gfx backend scope guard to Renderer::reduceMemoryUse()Mikhail Pozdnyakov2019-07-091-0/+1