summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathCache.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary code.Romain Guy2011-01-201-122/+17
* Free resources only from the GL context thread.Romain Guy2010-11-111-4/+14
* Add new runtime debug flags.Romain Guy2010-11-101-0/+2
* Move all debug flags in a single place.Romain Guy2010-11-101-3/+1
* Correctly remove unused paths from the cache.Romain Guy2010-11-091-0/+18
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
* Small cleanup.Romain Guy2010-10-181-6/+6
* Use VBOs to render most geometries.Romain Guy2010-10-181-6/+6
* Optimize 9patch rendering.Romain Guy2010-10-121-1/+13
* Move GenerationCache to the utils directory.Romain Guy2010-10-081-1/+1
* Purge Skia objects from GL caches as needed.Romain Guy2010-09-081-0/+10
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+3
* Enforce maximum texture size.Romain Guy2010-08-071-0/+1
* Automatically cleanup textures that don't fit in the cache.Romain Guy2010-08-061-0/+3
* Add support for paths.Romain Guy2010-08-051-0/+144