summaryrefslogtreecommitdiff
path: root/libs/hwui/ResourceCache.h
AgeCommit message (Expand)Author
2015-05-07Remove SkBitmap from ResourceCache John Reck
2015-05-01Remove Bitmap#getSkBitmap John Reck
2015-04-17Revert "Remove Bitmap#getSkBitmap" John Reck
2015-04-15Remove Bitmap#getSkBitmap John Reck
2015-03-13Refactor DisplayList path caching. Derek Sollenberger
2015-02-04GlopBuilder, and test app refactor Chris Craik
2015-01-09Update HWUI to store its own SkBitmap objects Derek Sollenberger
2014-11-25am 5ab86ba0: am 89a63f02: am 0c31d97a: Merge "Switch TextureCache to SkPixelR... John Reck
2014-11-24Switch TextureCache to SkPixelRef::fStableId John Reck
2014-11-06resolved conflicts for merge of be70c771 to master John Reck
2014-11-06Yank ResourceCache out of Caches John Reck
2014-10-31am e05575e9: am a8d83d63: Merge "Layer changes" into lmp-mr1-dev automerge: a... John Reck
2014-10-31Layer changes John Reck
2014-10-15Clean up physical coupling Tom Hudson
2014-05-22Inspect SkShader to determine hw shader. Leon Scroggins III
2014-02-07Removing SkiaColorFilter and inspecting the native object directly. Derek Sollenberger
2014-01-03Use const where possible for drawing parameters Chris Craik
2013-06-26Refcount 9-patches and properly handle GC events Romain Guy
2012-10-22Don't null the reference to Bitmap pixels until we're really ready Chet Haase
2012-09-23Avoid deadlock when deleting layers Romain Guy
2012-09-17Fix occasional crash bug with layers Chet Haase
2012-09-07Reduce the number of locks acquired by display lists Romain Guy
2011-10-12Reduce the size of libhwui by 50% Romain Guy
2011-02-04Fix crash when Paths are GCd in hw accelerated apps Chet Haase
2010-11-23Fix hang in native bitmap recycling due to nested mutex locks Chet Haase
2010-11-11make ResourceCache for display lists thread-safe Chet Haase
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-26Optimizing ColorFilter in display lists Chet Haase
2010-10-26DisplayList optimizations and fixes. Chet Haase
2010-10-21Optimizing display lists by referencing pointers to resources instead of copy... Chet Haase