summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics/SurfaceTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-5/+3
|\
| * Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-5/+3
* | Add a BufferItem parameter to onFrameAvailableDan Stoza2014-11-041-2/+2
|/
* SurfaceTexture: Allow creation in detached modeDan Stoza2014-06-261-4/+11
* Fix crash due to texture view callback threading invariants.Jeff Brown2014-05-061-2/+2
* Remove deprecated BufferQueue constructorDan Stoza2014-03-121-21/+24
* Pass a thread name to AttachCurrentThreadAndy McFadden2014-02-041-1/+2
* AArch64: Use long for pointers in SurfaceTextureAshok Bhat2014-01-161-11/+11
* Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-1/+1
* fix-up dependencies to gl headersMathias Agopian2013-08-081-0/+3
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-12/+39
* single buffer mode for SurfaceTextureMathias Agopian2013-07-261-2/+22
* update to new Consumer APIsMathias Agopian2013-07-161-5/+4
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-1/+2
* fix JNI use of incStrong/decStrongMathias Agopian2013-03-061-4/+4
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-3/+3
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-20/+20
* stop using a deprecated SurfaceTextureClient ctorJamie Gennis2012-12-111-1/+1
* Updated android.graphics.SurfaceTexture to use wp for FrameAvailableListenerIgor Murashkin2012-10-301-4/+27
* SurfaceTexture: remove call to doGLFenceWaitJamie Gennis2012-09-171-4/+0
* SurfaceTexture: add updateTexImage synchronizationJamie Gennis2012-09-091-0/+4
* SurfaceTexture: fix updateTexImage JNIJamie Gennis2012-04-131-1/+1
* SurfaceTexture: update API docsJamie Gennis2012-04-131-3/+10
* SurfaceTexture: add GL context attach & detachJamie Gennis2012-04-051-7/+21
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-3/+3
* Add a 'release' method to the SurfaceTexture public Java APIMathias Agopian2011-08-031-0/+7
* SurfaceTexture: change onFrameAvailable behaviorJamie Gennis2011-06-271-7/+0
* Merge "SurfaceTexture: detach from Dalvik when necessary."Jamie Gennis2011-06-261-10/+31
|\
| * SurfaceTexture: detach from Dalvik when necessary.Jamie Gennis2011-06-231-10/+31
* | Add allowSynchronousMode to SurfaceTexture constructor.Grace Kloba2011-06-231-3/+3
|/
* Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in...Grace Kloba2011-06-221-1/+8
* SurfaceTexture: attach to Dalvik when needed.Jamie Gennis2011-06-171-5/+27
* Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-091-3/+15
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-1/+8
* Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten2011-03-041-0/+10
* Implement SurfaceTexture frame-available callback.Jamie Gennis2011-01-161-30/+94
* Add getTransformMatrix to the SurfaceTexture API.Jamie Gennis2011-01-121-0/+10
* Add the SurfaceTexture java class.Jamie Gennis2011-01-061-0/+110