summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* fix [2946787] Screen flicker on low resolution setting in camcorder.Mathias Agopian2010-08-251-11/+21
* don't try to lock a buffer that wasn't allocated with SW usage bitsMathias Agopian2010-08-251-6/+10
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-246-29/+102
* remove unused pixel formatMathias Agopian2010-08-191-1/+0
* revert hwcomposer HAL changes. DO NOT MERGE.Mathias Agopian2010-08-1711-360/+9
* Merge "fix a typo that prevented glTexImage2D codepath to work" into gingerbreadMathias Agopian2010-08-131-1/+1
|\
| * fix a typo that prevented glTexImage2D codepath to workMathias Agopian2010-08-131-1/+1
* | 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-123-49/+62
* should fix sim build, hopefullyMathias Agopian2010-08-111-0/+3
* call into hwcomposer HAL when presentMathias Agopian2010-08-1111-7/+340
* don't handle the transparent region of a layer in draw()Mathias Agopian2010-08-111-15/+1
* get rid of our LayerVector implementationMathias Agopian2010-08-114-113/+22
* keep a list of visible sorted surfacesMathias Agopian2010-08-112-15/+30
* fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-273-22/+78
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-142-17/+6
* move native services under services/Mathias Agopian2010-07-1436-0/+8940