summaryrefslogtreecommitdiffstats
path: root/libs/hwui/LayerCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allocate layers from the layers pool.Romain Guy2011-02-021-0/+25
* Log only 1 line per process when using OpenGLRenderer.Romain Guy2011-01-211-2/+3
* New layers API for Views.Romain Guy2011-01-061-0/+1
* Tweak layers caching for better performance in Launcher.Romain Guy2010-10-121-6/+9
* Better cache for layers, reduce memory usage and increase framerate.Romain Guy2010-10-081-41/+38
* Optimize saveLayer() when the clip flag is set.Romain Guy2010-10-051-3/+13
* Fix INVALID_OPERATION error with layers rendering.Romain Guy2010-10-011-0/+2
* Correctly initialize/refresh layers.Romain Guy2010-09-221-5/+3
* Better error handling in the OpenGL renderer.Romain Guy2010-09-161-2/+0
* Correct implementation of saveLayer().Romain Guy2010-09-121-23/+1
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+13
* Optimize textures binding.Romain Guy2010-07-161-1/+0
* Create FBOs in LayerCache.Romain Guy2010-07-081-1/+47
* Simpler way to deal with the FBO multi-cache.Romain Guy2010-07-071-2/+3
* Optimize FBO cache.Romain Guy2010-07-071-3/+2
* Add a layer (FBO) cache.Romain Guy2010-07-061-0/+114