summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.h
AgeCommit message (Expand)Author
2014-06-30Deep copy SkPath parameter to PathCache task Chris Craik
2014-06-10am b1c76a1a: Merge "Tessellate on worker threads" into lmp-preview-dev Chris Craik
2014-06-10Tessellate on worker threads Chris Craik
2014-05-30resolved conflicts for merge of b68f5f09 to master Kenny Root
2014-05-30Fix a resource race bug in PathCache yuyang
2014-01-03Use const where possible for drawing parameters Chris Craik
2014-01-02Fix Clang warnings/errors Chris Craik
2013-06-26Refcount 9-patches and properly handle GC events Romain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2013-03-26Path precaching creates duplicate cache entries Romain Guy
2013-03-20Stop worker threads on memory trim & fix bad pointer access Romain Guy
2013-03-18Merge all shapes/paths caches to PathCache Romain Guy
2013-03-12Add TaskManager API Romain Guy
2013-03-11Precache paths from a worker thread Romain Guy
2012-11-29Use LruCache instead of GenerationCache in libhwui Romain Guy
2011-08-12Make sure we correctly copy caches keys. Romain Guy
2011-03-18Fix paths rendering issues. Romain Guy
2011-01-20Remove unnecessary code. 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-10Move all debug flags in a single place. Romain Guy
2010-11-09Correctly remove unused paths from the cache. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-18Small cleanup. Romain Guy
2010-10-18Use VBOs to render most geometries. Romain Guy
2010-10-12Optimize 9patch rendering. Romain Guy
2010-10-08Move GenerationCache to the utils directory. 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-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