summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* [317580] fix issue where the screen wouldn't be rotated properly in bypass modeMathias Agopian2010-12-071-1/+5
* [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE)Mathias Agopian2010-12-031-3/+65
* [3095807] screen takes a long time to turn onMathias Agopian2010-10-141-2/+3
* addresses parts of 3096779 and 3097475Mathias Agopian2010-10-141-16/+29
* fix [3095607] Gingerbread screen turn-on animation does not show the last frameMathias Agopian2010-10-141-6/+5
* may fix 3097381 and 3097482. don't abort on/off if the animation failsMathias Agopian2010-10-141-10/+7
* implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-131-141/+362
* turn off the electron beamMathias Agopian2010-10-121-2/+232
* refactored screenshot codeMathias Agopian2010-10-041-85/+117
* add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-0/+149
* surfaceflinger / GL extensions cleanupMichael I. Gold2010-09-151-1/+1
* Add logging of various important graphics eventsMathias Agopian2010-09-131-2/+17
* revert hwcomposer HAL changes. DO NOT MERGE.Mathias Agopian2010-08-171-91/+4
* surfaceflinger: don't check HWComposer numLayers unless one existsErik Gilling2010-08-131-1/+3
* Fix a couple issues with the new hwcomposer HALMathias Agopian2010-08-121-35/+47
* call into hwcomposer HAL when presentMathias Agopian2010-08-111-2/+75
* get rid of our LayerVector implementationMathias Agopian2010-08-111-93/+4
* keep a list of visible sorted surfacesMathias Agopian2010-08-111-12/+28
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-14/+0
* move native services under services/Mathias Agopian2010-07-141-0/+1909