summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* surfaceflinger: fix display id selectionJamie Gennis2012-08-242-1/+25
* Revert "Added display initialization method"Andy McFadden2012-08-242-42/+11
* Added display initialization methodAndy McFadden2012-08-242-11/+42
* teach HWC about multiple displaysMathias Agopian2012-08-233-130/+140
* remove support for HWC < 1.0Mathias Agopian2012-08-232-287/+60
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-235-113/+169
* Merge "simplify further vsync handling" into jb-mr1-devMathias Agopian2012-08-232-85/+78
|\
| * simplify further vsync handlingMathias Agopian2012-08-232-85/+78
* | Merge "Update for cleanups in hwc interface" into jb-mr1-devJesse Hall2012-08-232-18/+35
|\ \ | |/ |/|
| * Update for cleanups in hwc interfaceJesse Hall2012-08-222-18/+35
* | Merge "Revert "Added display initialization method"" into jb-mr1-devRamanan Rajeswaran2012-08-222-42/+11
|\ \ | |/ |/|
| * Revert "Added display initialization method"Ramanan Rajeswaran2012-08-222-42/+11
* | Pass the correct number of displays based on HWC versionJesse Hall2012-08-222-8/+10
|/
* Added display initialization methodAndy McFadden2012-08-212-11/+42
* fix various issues in SF's EventThreadMathias Agopian2012-08-202-51/+51
* Fix deadlock in SF.Mathias Agopian2012-08-172-102/+87
* refactor compositing code to avoid multiple eglMakeCurrent() callsMathias Agopian2012-08-164-155/+166
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-165-84/+88
* display states can't share the dirty flagsMathias Agopian2012-08-161-2/+6
* binder interfaces can't be compared directlyMathias Agopian2012-08-161-1/+1
* oopsie, missed a spot when fixing b/6970310Mathias Agopian2012-08-151-1/+1
* we were mistakenly optimizing out SF's main transactions in some casesMathias Agopian2012-08-151-27/+30
* Use new PowerManager API.Jeff Brown2012-08-151-4/+3
* Fix layer removal transaction.Jeff Brown2012-08-151-2/+2
* Don't crash when recovering from WM deathJesse Hall2012-08-141-0/+2
* make sure to repaint the screen when unblank()ingMathias Agopian2012-08-131-0/+2
* xdpi / ydpi were reported as 0Mathias Agopian2012-08-137-92/+79
* make multi-display more realMathias Agopian2012-08-103-107/+204
* screenshots could stop working after camera was usedMathias Agopian2012-08-102-3/+7
* avoid crashing when we don't have an h/w composerMathias Agopian2012-08-101-1/+1
* libgui includes refactoringMathias Agopian2012-08-105-72/+36
* Add a display parameter to HWComposer where neededMathias Agopian2012-08-104-72/+90
* now able to set the layer stack on a DisplayDeviceMathias Agopian2012-08-103-1/+10
* Changes to support multi-display HWCJesse Hall2012-08-072-66/+154
* Merge changes Ic3d35a93,I46ec942d into jb-mr1-devJamie Gennis2012-08-066-154/+132
|\
| * surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-066-154/+132
* | fix pdk buildGreg Hackmann2012-08-061-1/+1
|/
* DisplayDevice doesn't need weak pointers or polymorphismMathias Agopian2012-08-051-2/+2
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-0512-172/+149
* DisplayDevice only needs ANativeWindow not SurfaceTextureClientMathias Agopian2012-08-042-4/+5
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-047-49/+49
* break SF dependencies on libdvm and libandroid_runtimeMathias Agopian2012-08-043-17/+41
* screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-032-481/+0
* We now have a real list of displays.Mathias Agopian2012-08-024-62/+157
* don't filter when capturing a screenshot unless neededMathias Agopian2012-08-023-10/+11
* cleanups in preparation of bigger changesMathias Agopian2012-08-0214-186/+151
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-0217-127/+124
* Layers are now sorted by layer-stack first, then by z-orderMathias Agopian2012-08-021-5/+21
* getting closer to final main composition loopMathias Agopian2012-08-025-120/+107
* get rid of global regions that should be tracked per displayMathias Agopian2012-08-024-156/+144