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