summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* add support hwc 1.1Mathias Agopian2012-09-171-26/+16
* refactor things a bitMathias Agopian2012-09-171-48/+94
* Fix transform hintsAndy McFadden2012-09-161-0/+12
* Fix display projections when translated.Jeff Brown2012-09-131-2/+6
* don't call hwc with non-empty layer lists for blanked displaysMathias Agopian2012-09-121-15/+18
* Reduce failure uncertaintyAndy McFadden2012-09-111-0/+7
* Reshuffle FramebufferSurfaceAndy McFadden2012-09-111-13/+13
* Ensure that viewport and frame are initialized.Jeff Brown2012-09-091-0/+2
* Fix display projection.Jeff Brown2012-09-071-3/+3
* minor cleanupMathias Agopian2012-09-041-5/+5
* display projection API now has a single function instead of 3Mathias Agopian2012-09-041-17/+10
* implement display viewport and frameMathias Agopian2012-09-041-24/+22
* add libsurfaceflinger_ddmconnection for PDK buildKeun young Park2012-08-311-2/+23
* If there is no hwc, call eglSwapBuffers for the main displayJesse Hall2012-08-311-2/+3
* fix a crasher when setting a display to a null surfaceMathias Agopian2012-08-291-27/+32
* we were sometimes not setting fences properlyMathias Agopian2012-08-291-26/+36
* the layer list per display could contain non-visible layersMathias Agopian2012-08-281-7/+12
* we were not always clearing the screen properlyMathias Agopian2012-08-271-12/+11
* Eradicate DisplayID.Mathias Agopian2012-08-271-84/+61
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-271-17/+18
* Added display initialization methodAndy McFadden2012-08-241-9/+35
* surfaceflinger: fix display id selectionJamie Gennis2012-08-241-1/+20
* Revert "Added display initialization method"Andy McFadden2012-08-241-35/+9
* Added display initialization methodAndy McFadden2012-08-241-9/+35
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-231-32/+41
* Revert "Added display initialization method"Ramanan Rajeswaran2012-08-221-35/+9
* Added display initialization methodAndy McFadden2012-08-211-9/+35
* refactor compositing code to avoid multiple eglMakeCurrent() callsMathias Agopian2012-08-161-150/+141
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-74/+55
* 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
* 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-131-10/+45
* make multi-display more realMathias Agopian2012-08-101-101/+191
* screenshots could stop working after camera was usedMathias Agopian2012-08-101-3/+6
* libgui includes refactoringMathias Agopian2012-08-101-23/+20
* Add a display parameter to HWComposer where neededMathias Agopian2012-08-101-27/+31
* now able to set the layer stack on a DisplayDeviceMathias Agopian2012-08-101-1/+1
* surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-061-7/+10
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-051-91/+89
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-041-6/+14
* break SF dependencies on libdvm and libandroid_runtimeMathias Agopian2012-08-041-6/+2
* screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-031-473/+0
* We now have a real list of displays.Mathias Agopian2012-08-021-36/+77
* don't filter when capturing a screenshot unless neededMathias Agopian2012-08-021-3/+6
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-13/+16