summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-13 21:53:16 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-14 16:49:03 +0200
commitce9e0e0934b294d0e9fa0702cc76d929f6006ac0 (patch)
tree13c6a18e15710e4970ebca9dfd61a6d4fd1ee45f
parent480c7e56b10beda9ac372b27a4fcb3eaf0ff78fb (diff)
downloadqtlocation-mapboxgl-upstream/separate-segments.tar.gz
[core] Update changelogupstream/separate-segments
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c51124537f..fb643dd222 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,10 @@
- [core] Fix potential visual artifact for line-dasharray ([#16202](https://github.com/mapbox/mapbox-gl-native/pull/16202))
+- Store gfx::DrawScope objects with associated render objects. ([#15395](https://github.com/mapbox/mapbox-gl-native/pull/15395))
+
+ We used some shared SegmentVectors, e.g. for drawing raster or background tiles. In longer running maps, this lead to resource accumulation. By storing the SegmentVectors and the contained gfx::DrawScope objects, we ensure that resources get released when the associated render objects vanish.
+
### 🏁 Performance improvements
- [core] Loading images to style optimization ([#16187](https://github.com/mapbox/mapbox-gl-native/pull/16187))