Revert "vma_wrapper: create VmaAllocator for vulkan 1.1.0"
This reverts commit de6734f7. Reason for revert: Likely culprit for https://crbug.com/1086863. Original change's description: > vma_wrapper: create VmaAllocator for vulkan 1.1.0 > > For vulkan 1.1.0, VmaAllocator will use dedicated memory > allocation for some big vulkan memory request, and free > it when the allocation is released. Without this change, > the VmaAllocator will allocate memory from self managed > memory blocks for all vulkan memory request. And the > memory may not be released when the allocation is > released. VmaAllocator may keep the memory for later > usage. It could be the reason for the memory regression > in fuchsia. > > Bug: fuchsia:52463 > Change-Id: I7b905435d31b927b2344724f8a2e1738e0544410 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215414 > Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> > Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> > Auto-Submit: Peng Huang <penghuang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#771927} TBR=penghuang@chromium.org,vasilyt@chromium.org Change-Id: I2bc3a572ff9e95b4dcb3cdd8bf7a9f6bb5969c0a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: fuchsia:52463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216254Reviewed-by:Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#772152}
Showing
Please register or sign in to comment