summaryrefslogtreecommitdiffstats
path: root/include/gui/ISurfaceTexture.h
Commit message (Expand)AuthorAgeFilesLines
* libgui: Add support to update buffer geometry.Ramkumar Radhakrishnan2013-03-101-0/+4
* Add support for custom buffer sizes.Ramkumar Radhakrishnan2013-03-101-0/+10
* libgui: add BufferQueue test infrastructureJamie Gennis2012-08-311-3/+0
* Pass fences with buffers from SurfaceTextureClientJesse Hall2012-06-301-6/+19
* Pass fences from BufferQueue to SurfaceTextureClientJesse Hall2012-06-211-2/+8
* libgui: Add support for post-xform crops.Jamie Gennis2012-05-081-7/+3
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-241-3/+7
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-231-2/+7
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-231-2/+1
* use in/out structures for queueBuffer() IPCMathias Agopian2012-04-101-3/+44
* reduce IPC with BufferQueueMathias Agopian2012-03-301-4/+1
* return correct value from query after connecting a surfaceMathias Agopian2011-08-081-1/+6
* SurfaceTexture: add the abandon method.Jamie Gennis2011-07-221-1/+1
* SurfaceTexture: remove getAllocatorJamie Gennis2011-07-211-6/+0
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-2/+2
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-191-1/+6
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-0/+1
* SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-141-0/+18
* Implement {Surface|SurfaceTextureClient}::setSwapInterval()Mathias Agopian2011-05-111-1/+11
* unify SurfaceTexture and SurfaceMathias Agopian2011-05-111-0/+9
* Fix a bug where setgeometry couldn't be undoneMathias Agopian2011-05-111-3/+3
* SurfaceTexture can now force the client to request a bufferMathias Agopian2011-04-011-0/+4
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-2/+5
* Pass the IGraphicBufferAlloc to SurfaceTextureClient.Jamie Gennis2011-02-021-0/+6
* Add the SurfaceTexture C++ implementation.Jamie Gennis2011-01-061-0/+91