summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_TextureView.cpp
Commit message (Expand)AuthorAgeFilesLines
* mNativeCanvas is long, not int.Narayan Kamath2014-01-291-1/+1
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-15/+21
* put TextureView back to async modeMathias Agopian2013-08-061-1/+1
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-12/+2
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-5/+5
* Handle Surface::lock errors in TextureViewRomain Guy2013-04-301-5/+9
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-2/+2
* am ceec31b7: Merge changes I5a218ca1,I853a76d9Mathias Agopian2013-02-151-2/+2
|\
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-2/+2
| * Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-28/+9
|/
* Remove calls to SkCanvas::setBitmapDevice()Derek Sollenberger2013-01-081-9/+28
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-5/+5
* stop using a deprecated SurfaceTextureClient ctorJamie Gennis2012-12-111-1/+1
* Add lock/unlockCanvas to TextureViewRomain Guy2011-07-181-1/+187
* Correctly register native methods.Romain Guy2011-06-151-4/+6
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+50