summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
AgeCommit message (Expand)Author
2011-02-24Remove the right entries from the cache when a GC happens. Romain Guy
2011-02-03Fixes cache misses and extra allocations. Romain Guy
2011-01-20Remove unnecessary code. Romain Guy
2011-01-11Solve translucency issue when drawing paths. Romain Guy
2010-11-11Free resources only from the GL context thread. Romain Guy
2010-11-10Add new runtime debug flags. Romain Guy
2010-11-09Correctly remove unused paths from the cache. Romain Guy
2010-11-04Fix possible rendering issue when drawing a path. Romain Guy
2010-09-30Make simple paths made of lines work. Romain Guy
2010-09-09A Path can exist in several cache entries. Romain Guy
2010-09-08Purge Skia objects from GL caches as needed. Romain Guy
2010-08-24Use only one GL context per process, share chaches. Romain Guy
2010-08-13Add drop shadows. Romain Guy
2010-08-10Fix tons of bugs and add new text rendering support. Romain Guy
2010-08-07Enforce maximum texture size. Romain Guy
2010-08-06Automatically cleanup textures that don't fit in the cache. Romain Guy
2010-08-05Add support for paths. Romain Guy