Chromium Code Reviews
DescriptionCorrectly destroy returned front buffer after resize
When returning a front buffer with ReturnFrontBuffer, if the front buffer was
resized in the mean time, we were considering the returned mailbox as lost, and
never freeing it, causing a large GPU memory leak.
This patch fixes it.
BUG=692074
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2779873002
Cr-Commit-Position: refs/heads/master@{#459969}
Committed: https://chromium.googlesource.com/chromium/src/+/15176a8d134862de21fe2de9f9fd1d7390ac9003
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|
|||||||||||||||||||