summaryrefslogtreecommitdiffstats
path: root/libs/gui/SurfaceComposerClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* SurfaceFlinger: Native changes to add blur effectByunghun Jeon2015-11-081-0/+68
* Support forcing all screenshots into a CPU consumerRicardo Cerqueira2015-10-161-1/+7
* Bring back support for glReadPixels screenshot pathPawit Pornkitprasan2015-10-161-2/+3
* libgui/SF: Propagate SECURE Layer flag changesDan Stoza2015-06-181-5/+4
* libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-5/+5
* Replace IInterface::asBinder() with a staticMarco Nelissen2014-11-141-3/+3
* Enable clang for libui/libgui/surfaceflingerDan Stoza2014-11-111-2/+2
* Update ScreenshotClient to take advantage of rotation in surfaceflinger's scr...Riley Andrews2014-09-091-4/+14
* Have VirtualDisplays send SF resize messages when resizingMichael Wright2014-07-301-0/+14
* surfaceflinger: Replace blank/unblank with setPowerModePrashant Malani2014-06-051-6/+3
* SurfaceFlinger: Add sourceCrop to screenshotDan Stoza2014-05-231-9/+9
* Enable changing display configurationDan Stoza2014-05-051-3/+29
* Adding render stats APIs to UiAutomation (framework native).Svetoslav2014-04-101-0/+23
* Remove deprecated BufferQueue constructorDan Stoza2014-03-131-3/+4
* Allow disabling layer rotation during screenshotsDan Stoza2014-02-141-8/+12
* Allow "opaque" flag to be updatedAndy McFadden2014-01-291-1/+6
* Add ISurfaceComposer::destroyDisplayJesse Hall2013-08-081-0/+9
* remove support for glReadPixels screenshot pathMathias Agopian2013-08-061-3/+2
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-3/+3
* log an error when dequeueBuffer gets a NULL FenceMathias Agopian2013-08-011-1/+1
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-1/+2
* make sure to unlock the screenshot's buffer on destructionMathias Agopian2013-03-261-0/+4
* rework how we take screenshots for a CPU consumerMathias Agopian2013-03-191-29/+49
* get rid of ISurfaceMathias Agopian2013-03-121-6/+9
* rework screenshot API and implementationMathias Agopian2013-03-011-0/+11
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-141-0/+1
* get rid of Surface identity and tokenMathias Agopian2013-02-131-36/+34
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-5/+6
* Allow global transactions to nest.Jeff Brown2012-11-021-3/+24
* SurfaceFlinger: add support for secure displaysJamie Gennis2012-10-221-5/+7
* SurfaceFlinger: add animation transactionsJamie Gennis2012-10-151-1/+22
* Add blankDisplay/unblankDisplay to SurfaceComposerClient.Jeff Brown2012-10-081-0/+8
* Revert "Compatibility work around for bad graphics driver dependency."Iliyan Malchev2012-09-271-9/+0
* Plumb display name into SurfaceFlingerAndy McFadden2012-09-181-5/+5
* Watch for SurfaceFlinger deathAndy McFadden2012-09-061-2/+37
* display projection API now has a single function instead of 3Mathias Agopian2012-09-041-43/+17
* Revert "A vendor ril depends on a native screen shot code."Wink Saville2012-08-301-8/+0
* A vendor ril depends on a native screen shot code.Wink Saville2012-08-281-0/+8
* Compatibility work around for bad graphics driver dependency.Jeff Brown2012-08-271-0/+9
* Remove unused "layer" argument from show().Jeff Brown2012-08-271-1/+1
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-271-33/+20
* display states can't share the dirty flagsMathias Agopian2012-08-161-3/+3
* make multi-display more realMathias Agopian2012-08-101-35/+126
* libgui includes refactoringMathias Agopian2012-08-101-14/+14
* get rid of the shared-memory control blockMathias Agopian2012-07-251-65/+1
* add a layerStack attribute to Layers.Mathias Agopian2012-07-241-0/+17
* update SF binder protocol to support setting display attributesMathias Agopian2012-07-241-3/+7
* Remove freeze(), unfreeze() and setFreezeTint().Jeff Brown2012-07-161-30/+0
* Remove freezeDisplay(), which is no-op.Jeff Brown2012-07-161-14/+0
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-111-0/+17