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