commit | 944bcf0acb78f8f9da01e991f1307629959e338a | [log] [tgz] |
---|---|---|
author | bsalomon <bsalomon@google.com> | Tue Jul 29 08:01:52 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 29 08:01:52 2014 -0700 |
tree | 9d56b2135580afe730789576b7817877746d384f | |
parent | e6dfba868c19b00562f8c733b9bf37dd4ec9e68c [diff] |
Some fixes around GrContext::abandonContext: Fix debug crash when GrResourceCache is destroyed after GrContext is abandoned while GrTextures are in the exlusive list. Notify debug GL context that GL resources are expected to remain undeleted when context is destroyed after being abandoned. Stop leaking program cache entries when context is abandoned. R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/422323002