summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceTextureClient.cpp
AgeCommit message (Expand)Author
2011-05-11Implement {Surface|SurfaceTextureClient}::setSwapInterval() Mathias Agopian
2011-05-11unify SurfaceTexture and Surface Mathias Agopian
2011-05-11Fix a bug where setgeometry couldn't be undone Mathias Agopian
2011-05-03frameworks/base: android_native_buffer_t -> ANativeWindowBuffer Iliyan Malchev
2011-05-03frameworks/base: make the ANativeWindow query() method const Iliyan Malchev
2011-04-11changes to SurfaceTexture needed for unification with SF Mathias Agopian
2011-04-01SurfaceTexture can now force the client to request a buffer Mathias Agopian
2011-03-17Add support for timestamps into SurfaceTexture. Eino-Ville Talvala
2011-03-14SurfaceTextureClient: Add ISurfaceTexture getter. Jamie Gennis
2011-03-14ANativeWindow: add query for the concrete type. Jamie Gennis
2011-03-08ANativeWindow: add queues-to-window-composer check. Jamie Gennis
2011-02-28Add the MIN_UNDEQUEUED_BUFFERS query to ANW. Jamie Gennis
2011-02-02Pass the IGraphicBufferAlloc to SurfaceTextureClient. Jamie Gennis
2011-01-28Reset ANativeWindow crop on buffer geometry changes. Jamie Gennis
2011-01-28Quiet the SurfaceFlingerClient dequeueBuffer error. Jamie Gennis
2011-01-15Compare GraphicBuffers using handles. Jamie Gennis
2011-01-13Add logging to SurfaceTextureClient. Jamie Gennis
2011-01-06Add the SurfaceTexture C++ implementation. Jamie Gennis