summaryrefslogtreecommitdiffstats
path: root/libs/hwui/TextureCache.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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-9/+60
* Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)Romain Guy2010-06-301-0/+1
* Add implementation for drawBitmap().Romain Guy2010-06-301-10/+20
* Remove unnecessary return and add bitmap generation ID tracking.Romain Guy2010-06-301-5/+10
* Fix the build.Romain Guy2010-06-301-4/+5
* Add hooks for drawBitmap().Romain Guy2010-06-301-0/+86