summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Layer.h
Commit message (Expand)AuthorAgeFilesLines
* Assign default texture id of 0Chet Haase2012-09-261-1/+1
* Revert "Deleting objects on the wrong thread is a silly idea Bug #7195815"Dave Burke2012-09-251-0/+2
* Deleting objects on the wrong thread is a silly ideaRomain Guy2012-09-251-2/+0
* Don't destroy the same texture twiceRomain Guy2012-09-251-7/+19
* Avoid deadlock when deleting layersRomain Guy2012-09-231-1/+2
* Fix occasional crash bug with layersChet Haase2012-09-171-15/+1
* Enable changing properties of layer paintChet Haase2012-09-071-7/+5
* Deferred layer updatesRomain Guy2012-03-021-0/+24
* Optimize away unnecessary state changesRomain Guy2011-11-301-4/+4
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+9
* Make sure we have a current EGL context when invoking EGLRomain Guy2011-07-261-0/+4
* Improve rendering performance on some GPUsRomain Guy2011-07-251-22/+2
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-071-47/+184
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+6
* New widget: TextureViewRomain Guy2011-04-281-0/+18
* Correctly compute tex coords for rect layers.Romain Guy2011-04-271-0/+17
* Optimize rect-shaped layers.Romain Guy2011-03-181-0/+5
* 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