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
/
PathCache.cpp
Age
Commit message (
Expand
)
Author
2013-08-21
Second attempt at avoiding infinite loop in PathCache::trim()
Romain Guy
2013-08-21
Properly account for created paths in the cache
Romain Guy
2013-06-26
Refcount 9-patches and properly handle GC events
Romain Guy
2013-06-06
Assume a texture is unbound after deleting it
Romain Guy
2013-06-04
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-03-26
Path precaching creates duplicate cache entries
Romain Guy
2013-03-20
Stop worker threads on memory trim & fix bad pointer access
Romain Guy
2013-03-18
Merge all shapes/paths caches to PathCache
Romain Guy
2013-03-13
Prevent infinite loop when trimming the path cache
Romain Guy
2013-03-12
Add TaskManager API
Romain Guy
2013-03-11
Precache paths from a worker thread
Romain Guy
2013-01-08
Add plumbing for better text scaling
Romain Guy
2012-11-29
Use LruCache instead of GenerationCache in libhwui
Romain Guy
2012-04-27
Work-around for a Skia rasterization bug
Romain Guy
2012-02-23
Only recreate path textures when necessary
Romain Guy
2012-02-17
Record possible clip rejects when recording display lists
Romain Guy
2011-11-11
Clean up GenerationCache.
Jeff Brown
2011-02-24
Remove the right entries from the cache when a GC happens.
Romain Guy
2011-02-03
Fixes cache misses and extra allocations.
Romain Guy
2011-01-20
Remove unnecessary code.
Romain Guy
2011-01-11
Solve translucency issue when drawing paths.
Romain Guy
2010-11-11
Free resources only from the GL context thread.
Romain Guy
2010-11-10
Add new runtime debug flags.
Romain Guy
2010-11-09
Correctly remove unused paths from the cache.
Romain Guy
2010-11-04
Fix possible rendering issue when drawing a path.
Romain Guy
2010-09-30
Make simple paths made of lines work.
Romain Guy
2010-09-09
A Path can exist in several cache entries.
Romain Guy
2010-09-08
Purge Skia objects from GL caches as needed.
Romain Guy
2010-08-24
Use only one GL context per process, share chaches.
Romain Guy
2010-08-13
Add drop shadows.
Romain Guy
2010-08-10
Fix tons of bugs and add new text rendering support.
Romain Guy
2010-08-07
Enforce maximum texture size.
Romain Guy
2010-08-06
Automatically cleanup textures that don't fit in the cache.
Romain Guy
2010-08-05
Add support for paths.
Romain Guy