summaryrefslogtreecommitdiffstats
path: root/libs/hwui/TextDropShadowCache.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-1/+21
* Avoid UTF-8 conversions and string copies whenever possible.Romain Guy2011-03-011-12/+12
* Correctly blend translucent GIF bitmaps.Romain Guy2011-02-241-0/+1
* Fixes cache misses and extra allocations.Romain Guy2011-02-031-21/+9
* Correctly compare strings in UTF-8 instead of UTF-16Romain Guy2010-12-101-18/+17
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
* Move GenerationCache to the utils directory.Romain Guy2010-10-081-1/+1
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-10/+11
* Speedup TextView fades (no more layers required.)Romain Guy2010-08-181-9/+19
* Correctly set the viewport in layers.Romain Guy2010-08-171-1/+1
* Add drop shadows.Romain Guy2010-08-131-0/+140