summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceTextureClient.cpp
AgeCommit message (Expand)Author
2011-11-18am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1 Mathias Agopian
2011-11-17attempt to fix bug 5313580 Mathias Agopian
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE Steve Block
2011-10-18SurfaceTexture: free buffers when disconnect fails Jamie Gennis
2011-09-02Error check in queuebuffer in SurfaceTextureClient Pannag Sanketi
2011-08-25make sure to re-initialize SurfaceTexture to its default state on disconnect Mathias Agopian
2011-08-17SurfaceTexture: fix queues-to-composer Jamie Gennis
2011-08-08return correct value from query after connecting a surface Mathias Agopian
2011-08-01connect/disconnect is now called from our EGL wrapper Mathias Agopian
2011-07-25remove dead code and member variables. Mathias Agopian
2011-07-22SurfaceTexture: add the abandon method. Jamie Gennis
2011-07-22Merge changes I799532f7,I5cffa6eb Jamie Gennis
2011-07-21Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINT Mathias Agopian
2011-07-21SurfaceTexture: remove getAllocator Jamie Gennis
2011-07-19implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal... Mathias Agopian
2011-07-19use SurfaceTexture new scaling mode in SF Mathias Agopian
2011-07-19Add set_scaling_mode() to ANativeWindow. Mathias Agopian
2011-07-15move lock/unlock implementaion outside of Surface into SurfaceTextureClient Mathias Agopian
2011-07-14Merge changes Id9aa1003,I8c154189 Jamie Gennis
2011-07-14SurfaceTexture: make (dis)connect into an IPC Jamie Gennis
2011-07-14SurfaceTexture: add support for new connect values Jamie Gennis
2011-07-11EGL: fix the ANativeWindow size/fmt override Jamie Gennis
2011-06-20SurfaceTexture: fix a NULL ptr dereference. Jamie Gennis
2011-06-13unify SurfaceTexture and Surface Mathias Agopian
2011-05-25SurfaceTexture: clean up some comments, tests, etc. Jamie Gennis
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