summaryrefslogtreecommitdiffstats
path: root/libs/hwui/ResourceCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* Reduce the amount of data cached by the gradients cache.Romain Guy2011-08-011-6/+0
* Fix another memory leak in OpenGLRendererRomain Guy2011-06-221-19/+8
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-8/+8
* Fix crash when Paths are GCd in hw accelerated appsChet Haase2011-02-041-0/+35
* Don't crash Launcher on config change.Romain Guy2011-01-141-5/+5
* Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-6/+2
* Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-2/+6
* Fix hang in native bitmap recycling due to nested mutex locksChet Haase2010-11-231-5/+0
* make ResourceCache for display lists thread-safeChet Haase2010-11-111-0/+13
* Free resources only from the GL context thread.Romain Guy2010-11-111-4/+4
* Optimizing ColorFilter in display listsChet Haase2010-10-261-1/+33
* DisplayList optimizations and fixes.Chet Haase2010-10-261-42/+0
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-0/+219