summaryrefslogtreecommitdiff
path: root/libs/hwui/GradientCache.h
AgeCommit message (Expand)Author
2013-10-17Clean unused parameters, disable warnings Chris Craik
2013-04-05Use float textures to render gradients when possible Romain Guy
2013-01-03Remove unnecessary & uninitialized variable Romain Guy
2012-11-29Use LruCache instead of GenerationCache in libhwui Romain Guy
2012-07-31Improve gradients Romain Guy
2012-07-20Clamp gradient textures to max GL texture size Romain Guy
2012-03-05Add missing includes for Mutex.h Derek Sollenberger
2011-08-12Make sure we correctly copy caches keys. Romain Guy
2011-08-08Prevent crash when purging the gradients cache. Romain Guy
2011-08-01Reduce the amount of data cached by the gradients cache. Romain Guy
2010-11-11Free resources only from the GL context thread. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-08Move GenerationCache to the utils directory. Romain Guy
2010-09-20Add support for SweepGradient in the GL renderer. 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-07-19Add support for linear gradients. Romain Guy