index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
ResourceCache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refcount 9-patches and properly handle GC events
Romain Guy
2013-06-26
1
-0
/
+52
*
Don't null the reference to Bitmap pixels until we're really ready
Chet Haase
2012-10-22
1
-5
/
+16
*
make sure to destroy GL objects on the GL thread
Mathias Agopian
2012-09-25
1
-2
/
+1
*
Revert "Deleting objects on the wrong thread is a silly idea Bug #7195815"
Dave Burke
2012-09-25
1
-3
/
+3
*
Deleting objects on the wrong thread is a silly idea
Romain Guy
2012-09-25
1
-3
/
+3
*
Avoid deadlock when deleting layers
Romain Guy
2012-09-23
1
-7
/
+8
*
Fix occasional crash bug with layers
Chet Haase
2012-09-17
1
-1
/
+22
*
Reduce the number of locks acquired by display lists
Romain Guy
2012-09-07
1
-27
/
+103
*
Clamp gradient textures to max GL texture size
Romain Guy
2012-07-20
1
-8
/
+15
*
Avoid unnecessary copy when invoking drawBitmap(int[])
Romain Guy
2012-05-15
1
-2
/
+2
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-3
/
+3
*
Reduce the amount of data cached by the gradients cache.
Romain Guy
2011-08-01
1
-6
/
+0
*
Fix another memory leak in OpenGLRenderer
Romain Guy
2011-06-22
1
-19
/
+8
*
Skia Merge (revision 808)
Derek Sollenberger
2011-02-22
1
-8
/
+8
*
Fix crash when Paths are GCd in hw accelerated apps
Chet Haase
2011-02-04
1
-0
/
+35
*
Don't crash Launcher on config change.
Romain Guy
2011-01-14
1
-5
/
+5
*
Ensure bitmaps aren't freed while referenced from a display list
Patrick Dubroy
2010-12-20
1
-6
/
+2
*
Allocate bitmap backing buffers in the Java heap.
Patrick Dubroy
2010-12-14
1
-2
/
+6
*
Fix hang in native bitmap recycling due to nested mutex locks
Chet Haase
2010-11-23
1
-5
/
+0
*
make ResourceCache for display lists thread-safe
Chet Haase
2010-11-11
1
-0
/
+13
*
Free resources only from the GL context thread.
Romain Guy
2010-11-11
1
-4
/
+4
*
Optimizing ColorFilter in display lists
Chet Haase
2010-10-26
1
-1
/
+33
*
DisplayList optimizations and fixes.
Chet Haase
2010-10-26
1
-42
/
+0
*
Optimizing display lists by referencing pointers to resources instead of copy...
Chet Haase
2010-10-21
1
-0
/
+219