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