Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Store gfx::DrawScope objects with associated render objects. #15395

Merged
merged 3 commits into from
Feb 14, 2020

Commits on Feb 14, 2020

  1. [core] Store SegmentVectors in ephemeral render objects

    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.
    kkaefer authored and alexshalamov committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    fb72de7 View commit details
    Browse the repository at this point in the history
  2. [core] Update baselines

    alexshalamov committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    480c7e5 View commit details
    Browse the repository at this point in the history
  3. [core] Update changelog

    alexshalamov committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ce9e0e0 View commit details
    Browse the repository at this point in the history