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
/
SurfaceComposerClient.cpp
Age
Commit message (
Expand
)
Author
2012-12-18
Rename ISurfaceTexture and SurfaceTexture
Andy McFadden
2012-11-02
Allow global transactions to nest.
Jeff Brown
2012-10-22
SurfaceFlinger: add support for secure displays
Jamie Gennis
2012-10-15
SurfaceFlinger: add animation transactions
Jamie Gennis
2012-10-08
Add blankDisplay/unblankDisplay to SurfaceComposerClient.
Jeff Brown
2012-09-27
Revert "Compatibility work around for bad graphics driver dependency."
Iliyan Malchev
2012-09-18
Plumb display name into SurfaceFlinger
Andy McFadden
2012-09-06
Watch for SurfaceFlinger death
Andy McFadden
2012-09-04
display projection API now has a single function instead of 3
Mathias Agopian
2012-08-30
Revert "A vendor ril depends on a native screen shot code."
Wink Saville
2012-08-28
A vendor ril depends on a native screen shot code.
Wink Saville
2012-08-27
Compatibility work around for bad graphics driver dependency.
Jeff Brown
2012-08-27
Remove unused "layer" argument from show().
Jeff Brown
2012-08-27
Banish DisplayID from the SurfaceFlinger API.
Jeff Brown
2012-08-16
display states can't share the dirty flags
Mathias Agopian
2012-08-10
make multi-display more real
Mathias Agopian
2012-08-10
libgui includes refactoring
Mathias Agopian
2012-07-25
get rid of the shared-memory control block
Mathias Agopian
2012-07-24
add a layerStack attribute to Layers.
Mathias Agopian
2012-07-24
update SF binder protocol to support setting display attributes
Mathias Agopian
2012-07-16
Remove freeze(), unfreeze() and setFreezeTint().
Jeff Brown
2012-07-16
Remove freezeDisplay(), which is no-op.
Jeff Brown
2012-05-11
SurfaceFlinger: add a crop to the layer state
Jamie Gennis
2012-02-27
fix libgui header location
Mathias Agopian
2011-11-28
split ComposerService out of SurfaceComposerClient.h
Mathias Agopian
2011-10-14
SurfaceFlinger: make sync transactions explicit
Jamie Gennis
2011-10-11
SurfaceFlinger: update orientation via transactions
Jamie Gennis
2011-08-30
fix Surface positions are not floats
Mathias Agopian
2011-07-20
clean-up. get rid ofunused code and members in Surface[Control].cpp
Mathias Agopian
2011-06-29
SF transactions are now O(1) wrt IPC instead of O(N).
Mathias Agopian
2011-06-13
unify SurfaceTexture and Surface
Mathias Agopian
2011-04-20
Get rid of the "pid" parameter from createSurface
Mathias Agopian
2011-03-25
merge libsurfaceflinger_client into libgui
Mathias Agopian