| commit | ae6e4869c94596eb3bf5069888b32ab06199aec0 | [log] [tgz] |
|---|---|---|
| author | jvanverth <jvanverth@google.com> | Thu Sep 22 13:45:24 2016 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Sep 22 13:45:24 2016 -0700 |
| tree | 007fd8d6781039e9ef44c66393cf49cc19c9fdd7 | |
| parent | 5414be06935ce0f990a2df5dccaf9ddec78ec553 [diff] |
Revert of Some Vulkan memory fixes and cleanup (patchset #2 id:20001 of https://codereview.chromium.org/2356343003/ ) Reason for revert: fHeapIndex is not used in release, need to hide behind SK_DEBUG. Failing on Perf-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Release-GN_Android_Vulkan. Original issue's description: > Some Vulkan memory fixes and cleanup > > * Switch back to not setting transfer_dst on all buffers > * Add some missing unit tests > * Add tracking of heap usage for debugging purposes > * Fall back to non-device-local memory if device-local allocation fails > > BUG=skia:5031 > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2356343003 > > Committed: https://skia.googlesource.com/skia/+/c5850e9fdb62cc4ae5ed2b6af51aea92cac07455 TBR=egdaniel@google.com,brianosman@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:5031 Review-Url: https://codereview.chromium.org/2358123004