summaryrefslogtreecommitdiff
path: root/libs/gui/LayerState.cpp
AgeCommit message (Expand)Author
2018-11-14Add setInputWindowInfo to SurfaceComposerClient::Transaction Robert Carr
2018-11-09blast: Send transaction listener from SCC to SF Marissa Wall
2018-09-28[SurfaceFlinger] Implement per layer color transformation. Peiyong Lin
2018-09-12SF: Fix incorrect LayerState logs Vishnu Nair
2018-08-29SF: Remove setFinalCrop impl 2/2 Vishnu Nair
2018-08-27Safe-guard Transaction::merge against programmer error. Robert Carr
2018-07-30blast: BufferStateLayer Marissa Wall
2018-07-30blast: Append "_legacy" to old buffer state values Marissa Wall
2018-02-13Allow destroySurface to get called in transaction. chaviw
2017-10-30SurfaceFlinger: Implement merging of transaction objects. Robert Carr
2017-10-11SurfaceFlinger Transactions as distinct objects. Robert Carr
2017-09-21Added native functionality to create a color layer. chaviw
2017-09-20Re-parent invoked on child instead of on parent. chaviw
2017-08-23Add a re-parent function to re-parent a specific child. chaviw
2017-04-12SurfaceFlinger: Add parent-less relative layering. Robert Carr
2017-02-27Add deferTransaction variant taking GraphicBufferProducer. Robert Carr
2017-01-31Refactor how layer metadata for use by VR is propagated Albert Chaulk
2017-01-27SurfaceFlinger: Add support for non-privileged clients. Robert Carr
2017-01-24SurfaceFlinger and libgui: Switch Z-order to signed type. Robert Carr
2017-01-24VR: Add API to plumb surface type and owner through to SurfaceFlinger Albert Chaulk
2016-04-17Add setOverrideScalingMode to SurfaceControl Robert Carr
2016-03-21Add final crop implementation Pablo Ceballos
2015-10-29Support SurfaceView synchronization. Dan Stoza
2015-08-24libsgui: Change Rect default constructor Pablo Ceballos
2014-12-05libgui: Enable -Weverything and -Werror Dan Stoza
2014-11-14Replace IInterface::asBinder() with a static Marco Nelissen
2014-11-01am 793fc0e1: Merge "Fix crash when user provides large values in the Parcel."... Michael Lentine
2014-10-31Fix crash when user provides large values in the Parcel. Michael Lentine
2014-10-15am 9cc84950: Merge "Don\'t check if this == NULL." Dan Albert
2014-09-16Don't check if this == NULL. Dan Albert
2014-07-30Allow for resizing of Virtual Displays. Michael Lentine
2013-02-13get rid of Surface identity and token Mathias Agopian
2012-12-18Rename ISurfaceTexture and SurfaceTexture Andy McFadden
2012-08-13improve [un]marshalling of non-binder objects Mathias Agopian
2012-08-10make multi-display more real Mathias Agopian
2012-07-24update SF binder protocol to support setting display attributes Mathias Agopian
2012-02-27fix libgui header location Mathias Agopian
2011-06-29SF transactions are now O(1) wrt IPC instead of O(N). Mathias Agopian
2011-03-25merge libsurfaceflinger_client into libgui Mathias Agopian