summaryrefslogtreecommitdiff
path: root/libs/gui/SurfaceTextureClient.cpp
AgeCommit message (Expand)Author
2012-12-18Rename ISurfaceTexture and SurfaceTexture Andy McFadden
2012-12-12SurfaceTextureClient: remove a deprecated ctor Jamie Gennis
2012-10-02Add Fence::waitForever which logs a warning timeout, and use it Jesse Hall
2012-08-20resolved conflicts for merge of 21938749 to jb-mr1-dev Jean-Baptiste Queru
2012-07-10Fix error trap in SurfaceTexture Client Steve Critchlow
2012-06-30Pass fences with buffers from SurfaceTextureClient Jesse Hall
2012-06-28Return fence to client in dequeuBuffer Jesse Hall
2012-06-21Pass fences from BufferQueue to SurfaceTextureClient Jesse Hall
2012-06-20Update ANativeWindow clients for sync Jamie Gennis
2012-05-14libgui: remove setPostTransformCrop Jamie Gennis
2012-05-10libgui: improve some logging and dumping Jamie Gennis
2012-05-08libgui: Add support for post-xform crops. Jamie Gennis
2012-04-24libgui: Add plumbing for active rectangle Jamie Gennis
2012-04-23add a way to query whether an ANativeWindow consumer is running ahead of the ... Mathias Agopian
2012-04-23update the binder protocol for connect to match that of queueBuffer Mathias Agopian
2012-04-13s/w rendered apps can now use n-buffering (n>2) Mathias Agopian
2012-04-12Enabled cropping support in SurfaceTexture Daniel Lam
2012-04-11SurfaceTextureClient: support for application buffer dimensions Michael I. Gold
2012-04-10use in/out structures for queueBuffer() IPC Mathias Agopian
2012-04-09BufferQueue returns proper code on acquire Daniel Lam
2012-03-30reduce IPC with BufferQueue Mathias Agopian
2012-03-23remove dependency of EGL on ndk header Mathias Agopian
2012-03-13SurfaceTexture: Fully refactored from BufferQueue Daniel Lam
2012-02-27Add tracing to various graphics components. Jamie Gennis
2012-02-27fix libgui header location Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-11-28split ComposerService out of SurfaceComposerClient.h Mathias Agopian
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