summaryrefslogtreecommitdiff
path: root/core/SkBitmapHeap.cpp
AgeCommit message (Expand)Author
2013-05-17One SkTSearch to rule them all. Allow key to be of different type than the ar...bsalomon@google.com
2012-11-16In SkBitmapHeap, defer adding owners for new bitmaps.scroggo@google.com
2012-10-17Fixing refcount leak in SkBitmapHeap caused by collisions in SkFlatDictionaryjunov@chromium.org
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-16Fix a memory leak in SkBitmapHeap.scroggo
2012-08-16Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)robertphillips@google.com
2012-08-14Use SkBitmapHeap for shaders in SkGPipe.scroggo@google.com
2012-08-14Check in r5063 again, along with fix for tests.scroggo@google.com
2012-08-13Revert r5063 until unit tests can be fixed.tomhudson@google.com
2012-08-13Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process.scroggo@google.com
2012-08-08Make SkGPipe use SkBitmapHeap.scroggo@google.com
2012-08-07Refactor Bitmap Storage for SkPicture using SkPipe's design.djsollen@google.com