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