summaryrefslogtreecommitdiffstats
path: root/libs/gui/SurfaceTextureClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* libgui: Add support to update buffer geometry.Ramkumar Radhakrishnan2013-03-101-0/+26
* Add support for custom buffer sizes.Ramkumar Radhakrishnan2013-03-101-0/+38
* Add Fence::waitForever which logs a warning timeout, and use itJesse Hall2012-10-021-5/+8
* resolved conflicts for merge of 21938749 to jb-mr1-devJean-Baptiste Queru2012-08-201-6/+10
|\
| * Fix error trap in SurfaceTexture ClientSteve Critchlow2012-07-101-6/+10
* | Pass fences with buffers from SurfaceTextureClientJesse Hall2012-06-301-16/+7
* | Return fence to client in dequeuBufferJesse Hall2012-06-281-5/+8
* | Pass fences from BufferQueue to SurfaceTextureClientJesse Hall2012-06-211-1/+11
* | Update ANativeWindow clients for syncJamie Gennis2012-06-201-74/+127
|/
* libgui: remove setPostTransformCropJamie Gennis2012-05-141-49/+2
* libgui: improve some logging and dumpingJamie Gennis2012-05-101-3/+6
* libgui: Add support for post-xform crops.Jamie Gennis2012-05-081-30/+52
* libgui: Add plumbing for active rectangleJamie Gennis2012-04-241-2/+28
* add a way to query whether an ANativeWindow consumer is running ahead of the ...Mathias Agopian2012-04-231-11/+33
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-231-2/+3
* s/w rendered apps can now use n-buffering (n>2)Mathias Agopian2012-04-131-7/+21
* Enabled cropping support in SurfaceTextureDaniel Lam2012-04-121-0/+1
* SurfaceTextureClient: support for application buffer dimensionsMichael I. Gold2012-04-111-3/+34
* use in/out structures for queueBuffer() IPCMathias Agopian2012-04-101-3/+6
* BufferQueue returns proper code on acquireDaniel Lam2012-04-091-17/+0
* reduce IPC with BufferQueueMathias Agopian2012-03-301-22/+29
* remove dependency of EGL on ndk headerMathias Agopian2012-03-231-0/+3
* SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-131-0/+8
* Add tracing to various graphics components.Jamie Gennis2012-02-271-0/+14
* fix libgui header locationMathias Agopian2012-02-271-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-15/+15
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* split ComposerService out of SurfaceComposerClient.hMathias Agopian2011-11-281-0/+2
* am d0df44b5: am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1Mathias Agopian2011-11-181-0/+6
|\
| * attempt to fix bug 5313580Mathias Agopian2011-11-171-0/+6
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-17/+17
|/
* SurfaceTexture: free buffers when disconnect failsJamie Gennis2011-10-181-1/+1
* Error check in queuebuffer in SurfaceTextureClientPannag Sanketi2011-09-021-2/+5
* make sure to re-initialize SurfaceTexture to its default state on disconnectMathias Agopian2011-08-251-2/+9
* SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-171-1/+11
* return correct value from query after connecting a surfaceMathias Agopian2011-08-081-1/+2
* connect/disconnect is now called from our EGL wrapperMathias Agopian2011-08-011-2/+8
* remove dead code and member variables.Mathias Agopian2011-07-251-6/+0
* SurfaceTexture: add the abandon method.Jamie Gennis2011-07-221-4/+5
* Merge changes I799532f7,I5cffa6ebJamie Gennis2011-07-221-3/+0
|\
| * SurfaceTexture: remove getAllocatorJamie Gennis2011-07-211-3/+0
* | Fix a few issues with NATIVE_WINDOW_TRANSFORM_HINTMathias Agopian2011-07-211-0/+3
|/
* implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-191-14/+26
* use SurfaceTexture new scaling mode in SFMathias Agopian2011-07-191-1/+1
* Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-191-0/+20
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-33/+224
* Merge changes Id9aa1003,I8c154189Jamie Gennis2011-07-141-30/+7
|\
| * SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-141-36/+7
| * SurfaceTexture: add support for new connect valuesJamie Gennis2011-07-141-0/+6