summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Layer.h
Commit message (Expand)AuthorAgeFilesLines
* Don't blend transparent pixels when rendering layers.Romain Guy2011-01-161-0/+16
* New layers API for Views.Romain Guy2011-01-061-0/+6
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+11
* Better cache for layers, reduce memory usage and increase framerate.Romain Guy2010-10-081-25/+26
* Optimize saveLayer() when the clip flag is set.Romain Guy2010-10-051-12/+10
* Fix INVALID_OPERATION error with layers rendering.Romain Guy2010-10-011-3/+3
* Correctly initialize/refresh layers.Romain Guy2010-09-221-0/+4
* Correct implementation of saveLayer().Romain Guy2010-09-121-11/+2
* Draw n-patches using OpenGL.Romain Guy2010-07-081-1/+3
* Simpler way to deal with the FBO multi-cache.Romain Guy2010-07-071-3/+10
* Add a layer (FBO) cache.Romain Guy2010-07-061-0/+90