summaryrefslogtreecommitdiffstats
path: root/libs/gui/ISurfaceTexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass fences with buffers from SurfaceTextureClientJesse Hall2012-06-301-9/+77
* Pass fences from BufferQueue to SurfaceTextureClientJesse Hall2012-06-211-3/+14
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-231-11/+6
* use in/out structures for queueBuffer() IPCMathias Agopian2012-04-101-21/+11
* reduce IPC with BufferQueueMathias Agopian2012-03-301-67/+8
* SurfaceTexture: report binder transaction failuresJamie Gennis2011-10-141-23/+56
* return correct value from query after connecting a surfaceMathias Agopian2011-08-081-2/+11
* SurfaceTexture: add the abandon method.Jamie Gennis2011-07-221-6/+8
* SurfaceTexture: remove getAllocatorJamie Gennis2011-07-211-14/+0
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-191-2/+11
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-0/+17
* fix a typo in ISurfaceTexture IPC codeMathias Agopian2011-07-141-1/+1
* SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-141-0/+32
* Implement {Surface|SurfaceTextureClient}::setSwapInterval()Mathias Agopian2011-05-111-0/+18
* unify SurfaceTexture and SurfaceMathias Agopian2011-05-111-0/+21
* Fix a bug where setgeometry couldn't be undoneMathias Agopian2011-05-111-14/+13
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-3/+4
* Pass the IGraphicBufferAlloc to SurfaceTextureClient.Jamie Gennis2011-02-021-0/+14
* Add the SurfaceTexture C++ implementation.Jamie Gennis2011-01-061-0/+204