summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/buckets
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix bugprone-forward-declaration-namespace errors in header filesThiago Marcos P. Santos2020-04-171-4/+0
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-175-12/+11
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-142-74/+13
* Hillshade bucket fix https://github.com/mapbox/mapbox-gl-native-ios/issues/240Aleksandar Stojiljkovic2020-04-011-2/+4
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-302-5/+10
* [core] Fix bugprone-too-small-loop-variable errorsThiago Marcos P. Santos2020-03-302-4/+4
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-234-6/+9
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-236-7/+6
* [core] Fix performance-type-promotion-in-math-fn errorsThiago Marcos P. Santos2020-03-231-2/+2
* [core] Adjust mapbox-gl-native for the updated debug shader semanticsMikhail Pozdnyakov2020-03-112-0/+6
* [core] Drop BucketPlacementParametersMikhail Pozdnyakov2020-03-032-3/+3
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-032-12/+25
* [core] Store SegmentVectors in ephemeral render objectsKonstantin Käfer2020-02-144-15/+7
* [core] Support [within expression] with layout propertyzmiao2020-02-123-5/+7
* Enable parse within expressionzmiao2020-02-1210-31/+71
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-112-0/+4
* [core] Do not index and place the off-screen symbols for overscaled tilesMikhail Pozdnyakov2020-01-222-4/+7
* [core] Simplify CrossTileSymbolIndex::addLayer()Mikhail Pozdnyakov2020-01-222-3/+4
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-171-6/+7
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-173-5/+3
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-7/+21
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-022-2/+6
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-252-7/+3
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-192-2/+7
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-192-6/+8
* [build] Fix clang format and tidy checksJuha Alanen2019-09-1810-53/+30
* [core] Add feature state support to bucket classesJuha Alanen2019-09-1810-27/+85
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-302-28/+64
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-262-20/+31
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-202-2/+9
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-4/+15
* [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] Remove unused field from icon bufferAlexander Shalamov2019-07-231-1/+0
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-222-14/+26
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-222-5/+5
* [core] sizeof(SymbolBucket) 2312 -> 2296Mikhail Pozdnyakov2019-07-222-15/+22
* [core] Use fresh transform state for bucket vertices update in placementMikhail Pozdnyakov2019-06-032-4/+4
* [core] Avoid unneeded update of symbol dynamic vertex bufferMikhail Pozdnyakov2019-06-031-3/+6
* [core] Placement::placeLayerBucket() -> placeBucket()Mikhail Pozdnyakov2019-05-281-1/+1
* [core] Encapsulate symbol bucket placement code in Placement::placeLayerBucket()Mikhail Pozdnyakov2019-05-282-3/+2
* FillBucket::triangles could be empty: skip creating buffer and draw. (#14761)Aleksandar Stojiljkovic2019-05-241-1/+1
* [core] SymbolBucket updates complete at placement stageMikhail Pozdnyakov2019-05-242-14/+24
* [core] Avoid bucket downcasting in PlacementMikhail Pozdnyakov2019-05-192-0/+12
* [core] Remove Bucket::supportsLayerMikhail Pozdnyakov2019-05-1916-41/+0
* [core] RenderLayerSymbolInterface is not used in CrossTileSymbolIndexMikhail Pozdnyakov2019-05-192-2/+15
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-1518-72/+75
* [core] don't upload empty buffersKonstantin Käfer2019-05-152-9/+10
* [core] use unique IDs for DrawScopesKonstantin Käfer2019-05-153-3/+8