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
/
TextureCache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take SkBitmap's stride into account when uploading textures
Romain Guy
2013-09-25
1
-2
/
+2
*
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-11-29
1
-2
/
+2
*
Enable mipmapping, without a deadlock this time
Romain Guy
2012-10-17
1
-1
/
+0
*
Add API to enable mipmaps on Bitmap
Romain Guy
2012-10-16
1
-0
/
+1
*
Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)
Romain Guy
2012-05-14
1
-0
/
+5
*
Add missing includes for Mutex.h
Derek Sollenberger
2012-03-05
1
-0
/
+1
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-1
/
+1
*
Memory optimizations for libhwui
Romain Guy
2011-11-04
1
-0
/
+13
*
Free resources only from the GL context thread.
Romain Guy
2010-11-11
1
-6
/
+15
*
Add new runtime debug flags.
Romain Guy
2010-11-10
1
-0
/
+2
*
Move all debug flags in a single place.
Romain Guy
2010-11-10
1
-3
/
+1
*
Correctly remove unused paths from the cache.
Romain Guy
2010-11-09
1
-0
/
+4
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-4
/
+4
*
DisplayList optimizations and fixes.
Chet Haase
2010-10-26
1
-0
/
+14
*
Move GenerationCache to the utils directory.
Romain Guy
2010-10-08
1
-1
/
+1
*
Add support for paletted textures.
Romain Guy
2010-10-05
1
-0
/
+1
*
Fix texture corruption issue, faster re-upload of textures.
Romain Guy
2010-09-22
1
-0
/
+3
*
Purge Skia objects from GL caches as needed.
Romain Guy
2010-09-08
1
-0
/
+4
*
Fix possible infinite loop when purging textures.
Romain Guy
2010-09-08
1
-0
/
+2
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-0
/
+3
*
Make libhwui entirely optional.
Romain Guy
2010-08-08
1
-1
/
+1
*
Enforce maximum texture size.
Romain Guy
2010-08-07
1
-0
/
+1
*
Simpler way to deal with the FBO multi-cache.
Romain Guy
2010-07-07
1
-1
/
+1
*
Optimize FBO cache.
Romain Guy
2010-07-07
1
-1
/
+1
*
Add a layer (FBO) cache.
Romain Guy
2010-07-06
1
-2
/
+2
*
Remove extra leftover logs and use uint32_t instead of unsigned int.
Romain Guy
2010-07-02
1
-6
/
+6
*
Track the size in memory of the texture cache.
Romain Guy
2010-07-01
1
-3
/
+45
*
Remove unnecessary return and add bitmap generation ID tracking.
Romain Guy
2010-06-30
1
-1
/
+1
*
Fix the build.
Romain Guy
2010-06-30
1
-1
/
+1
*
Add hooks for drawBitmap().
Romain Guy
2010-06-30
1
-0
/
+48