summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerBuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-224/+0
| | | | | | | the same functionality is now supported through the h/w composer HAL, and YUV support in the GPU. Change-Id: I8146605449954b8e8fd7f78810b7d873c2d8f5bf
* fix [3123221] Video sticks playing back upside down following orientation switchMathias Agopian2010-10-241-0/+3
| | | | | | | the overlay wasn't reconfigured when the screen-orientation changed. It was only done when a parameter of the surface itself changed. Change-Id: I0ca0925bf58ded4c91ab89d12cb1fe4d1477c96c
* refactored screenshot codeMathias Agopian2010-10-041-0/+1
| | | | | | | | | | | the core screenshot function now can capture the screen at any lower resolution performing bilinear filtering. we also now have some client code to interface with the screenshot service. it's now possible to request a screenshot at a lower resolution. Change-Id: I33689bba98507ab928d0898b21596d0d2fe4b953
* move native services under services/Mathias Agopian2010-07-141-0/+220
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8