Skip to content

[Impeller] vulkan: Remove automatic buffer tracking #157538

@gaaclarke

Description

@gaaclarke

In the vulkan we track the device buffers in the TrackedObjectsVK. This is superfluous since those objects are maintained by the HostBuffer. We should rely on the HostBuffer to keep them alive instead of spending the extra cycles bumping shared_ptr references and hashing. The one exception is that if a buffer is requested that is too large for the HostBuffer, that will have to be tracked.

cc @jonahwilliams

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority issues at the top of the work listc: proposalA detailed proposal for a change to Fluttere: impellerImpeller rendering backend issues and features requeststeam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions