summaryrefslogtreecommitdiffstats
path: root/include/gui/SurfaceTextureClient.h
Commit message (Expand)AuthorAgeFilesLines
* libgui: Add support to update buffer geometry.Ramkumar Radhakrishnan2013-03-101-0/+2
* Add support for custom buffer sizes.Ramkumar Radhakrishnan2013-03-101-1/+12
* Update ANativeWindow clients for syncJamie Gennis2012-06-201-8/+20
* libgui: remove setPostTransformCropJamie Gennis2012-05-141-8/+0
* libgui: Add support for post-xform crops.Jamie Gennis2012-05-081-6/+9
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-241-0/+6
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-231-0/+4
* s/w rendered apps can now use n-buffering (n>2)Mathias Agopian2012-04-131-2/+10
* SurfaceTextureClient: support for application buffer dimensionsMichael I. Gold2012-04-111-6/+18
* BufferQueue no longer hardcodes buffer countsDaniel Lam2012-04-061-1/+0
* reduce IPC with BufferQueueMathias Agopian2012-03-301-2/+14
* remove dependency of EGL on ndk headerMathias Agopian2012-03-231-0/+2
* SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-131-2/+10
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-2/+2
* attempt to fix bug 5313580Mathias Agopian2011-11-171-0/+1
* remove dead code and member variables.Mathias Agopian2011-07-251-14/+2
* SurfaceTexture: remove getAllocatorJamie Gennis2011-07-211-4/+0
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-191-0/+12
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-0/+2
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-32/+46
* Merge changes Id9aa1003,I8c154189Jamie Gennis2011-07-141-3/+0
|\
| * SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-141-3/+0
* | EGL: fix the ANativeWindow size/fmt overrideJamie Gennis2011-07-111-1/+4
|/
* SurfaceTexture: fix a NULL ptr dereference.Jamie Gennis2011-06-201-0/+1
* Implement {Surface|SurfaceTextureClient}::setSwapInterval()Mathias Agopian2011-05-111-1/+0
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-8/+8
* frameworks/base: make the ANativeWindow query() method constIliyan Malchev2011-05-031-2/+2
* changes to SurfaceTexture needed for unification with SFMathias Agopian2011-04-111-1/+21
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-0/+7
* SurfaceTextureClient: Add ISurfaceTexture getter.Jamie Gennis2011-03-141-0/+2
* Add the MIN_UNDEQUEUED_BUFFERS query to ANW.Jamie Gennis2011-02-281-12/+13
* Pass the IGraphicBufferAlloc to SurfaceTextureClient.Jamie Gennis2011-02-021-0/+4
* Add the SurfaceTexture C++ implementation.Jamie Gennis2011-01-061-0/+118