summaryrefslogtreecommitdiffstats
path: root/libs/gui/Surface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-191-7/+5
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-3/+7
* make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-2/+2
* Fix argument types in IGraphicBufferProducer methodsJesse Hall2013-03-181-2/+2
* Surface can now be created only from an IGraphicBufferProducerMathias Agopian2013-03-121-36/+5
* Fix reading NULL Surfaces from ParcelsJesse Hall2013-03-021-1/+1
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-141-270/+762
* get rid of Surface identity and tokenMathias Agopian2013-02-131-41/+29
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-15/+15
* Remove unused "layer" argument from show().Jeff Brown2012-08-271-2/+2
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-271-1/+10
* Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-161-18/+0
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-111-0/+6
* remove dependency of EGL on ndk headerMathias Agopian2012-03-231-0/+2
* fix libgui header locationMathias Agopian2012-02-271-6/+5
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Fix an issue where Surface::lock() would never update the output regionMathias Agopian2011-08-231-3/+8
* SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-171-3/+0
* Read leftover parcel data when a parceled Surface is found in the cache.Ted Bonkenburg2011-08-091-0/+5
* Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-14/+42
* clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-201-66/+8
* move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-151-264/+24
* Add method to create a ParcelSurfaceTexture from android.view.Surface.tedbo2011-06-221-0/+4
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-570/+64
* frameworks/base: android_native_buffer_t -> ANativeWindowBufferIliyan Malchev2011-05-031-10/+10
* frameworks/base: make the ANativeWindow query() method constIliyan Malchev2011-05-031-3/+3
* remove more unused references to ISurfaceMathias Agopian2011-04-051-2/+2
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-0/+1152