summaryrefslogtreecommitdiffstats
path: root/libs/hwui/TextureCache.h
Commit message (Expand)AuthorAgeFilesLines
* Make libhwui entirely optional.Romain Guy2010-08-081-1/+1
* Enforce maximum texture size.Romain Guy2010-08-071-0/+1
* Simpler way to deal with the FBO multi-cache.Romain Guy2010-07-071-1/+1
* Optimize FBO cache.Romain Guy2010-07-071-1/+1
* Add a layer (FBO) cache.Romain Guy2010-07-061-2/+2
* Remove extra leftover logs and use uint32_t instead of unsigned int.Romain Guy2010-07-021-6/+6
* Track the size in memory of the texture cache.Romain Guy2010-07-011-3/+45
* Remove unnecessary return and add bitmap generation ID tracking.Romain Guy2010-06-301-1/+1
* Fix the build.Romain Guy2010-06-301-1/+1
* Add hooks for drawBitmap().Romain Guy2010-06-301-0/+48