summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20TextureLayer.java
Commit message (Expand)AuthorAgeFilesLines
* Refactor HardwareLayerJohn Reck2014-02-101-108/+0
* update to new Consumer APIsMathias Agopian2013-07-161-1/+1
* Add an on-screen overdraw counterRomain Guy2013-05-031-0/+5
* Don't destroy the same texture twiceRomain Guy2012-09-251-1/+1
* Update layers in a single batch at the beginning of a frameRomain Guy2012-09-211-1/+1
* Fix occasional crash bug with layersChet Haase2012-09-171-1/+2
* It seems that apparently useless public APIs are actually usefulRomain Guy2012-08-081-2/+3
* Cleanup of libhwuiRomain Guy2012-08-071-3/+2
* Update layers' opaque property when neededRomain Guy2012-07-111-6/+5
* TextureView: add setSurfaceTexture methodJamie Gennis2012-04-051-0/+14
* Deferred layer updatesRomain Guy2012-03-021-0/+5
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+6
* Code cleanupRomain Guy2011-06-241-0/+2
* Make TextureView to use async SurfaceTexture.Grace Kloba2011-06-231-1/+1
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-4/+4
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-2/+2
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-2/+2
* New widget: TextureViewRomain Guy2011-04-281-0/+76