summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [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
* Issue #15065 changelogs and nit fix.Aleksandar Stojiljkovic2019-07-091-5/+6
* Fix layers rendering after fill-extrusionAleksandar Stojiljkovic2019-07-0910-15/+31
* [core] Share render tiles lists between layersMikhail Pozdnyakov2019-07-0915-58/+87
* [core] Reserve size for filtered render layersAlexander Shalamov2019-07-092-2/+17
* [core] Improve performance for query rendered featuresAlexander Shalamov2019-07-0913-28/+40
* Revert "[core] Change severity of too many data-driven properties to "Info""Thiago Marcos P. Santos2019-07-081-13/+13
* [core] RenderSource creates render itemsMikhail Pozdnyakov2019-07-0413-106/+140
* [core] Remove down-casting of render sourcesMikhail Pozdnyakov2019-07-049-49/+10
* [core] Introduce ImageSourceRenderData and RenderSource::getImageRenderData()Mikhail Pozdnyakov2019-07-045-36/+45
* [core] ImageManager is not used at tile upload stageMikhail Pozdnyakov2019-07-045-21/+40
* [core] Introduce ImageManager::getSharedImageMikhail Pozdnyakov2019-07-042-1/+9