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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free resources only from the GL context thread.
Romain Guy
2010-11-11
1
-12
/
+14
*
Add new runtime debug flags.
Romain Guy
2010-11-10
1
-0
/
+8
*
Correctly remove unused paths from the cache.
Romain Guy
2010-11-09
1
-4
/
+4
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-2
/
+6
*
DisplayList optimizations and fixes.
Chet Haase
2010-10-26
1
-0
/
+5
*
Add support for paletted textures.
Romain Guy
2010-10-05
1
-1
/
+21
*
Fix OpenGL errors in various places.
Romain Guy
2010-09-22
1
-2
/
+2
*
Fix texture corruption issue, faster re-upload of textures.
Romain Guy
2010-09-22
1
-11
/
+23
*
Purge Skia objects from GL caches as needed.
Romain Guy
2010-09-08
1
-2
/
+7
*
Fix possible infinite loop when purging textures.
Romain Guy
2010-09-08
1
-5
/
+16
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-4
/
+23
*
Update OpenGLRenderer test to test opaque ARGB8888 bitmaps.
Romain Guy
2010-08-19
1
-1
/
+3
*
Make libhwui entirely optional.
Romain Guy
2010-08-08
1
-4
/
+2
*
Enforce maximum texture size.
Romain Guy
2010-08-07
1
-0
/
+10
*
Automatically cleanup textures that don't fit in the cache.
Romain Guy
2010-08-06
1
-1
/
+3
*
Add a way to query GL extensions.
Romain Guy
2010-07-22
1
-0
/
+5
*
Add support for linear gradients.
Romain Guy
2010-07-19
1
-0
/
+1
*
Optimize textures binding.
Romain Guy
2010-07-16
1
-2
/
+0
*
Enable 32-bits only assets.
Romain Guy
2010-07-13
1
-1
/
+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
-9
/
+60
*
Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)
Romain Guy
2010-06-30
1
-0
/
+1
*
Add implementation for drawBitmap().
Romain Guy
2010-06-30
1
-10
/
+20
*
Remove unnecessary return and add bitmap generation ID tracking.
Romain Guy
2010-06-30
1
-5
/
+10
*
Fix the build.
Romain Guy
2010-06-30
1
-4
/
+5
*
Add hooks for drawBitmap().
Romain Guy
2010-06-30
1
-0
/
+86