summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* | | the visibleRegion was never set in hwcomposerMathias Agopian2012-09-041-2/+2
|/ /
* | implement display viewport and frameMathias Agopian2012-09-044-47/+125
* | Merge "Add timeout when waiting for HW vsync" into jb-mr1-devAndy McFadden2012-09-041-9/+34
|\ \ | |/ |/|
| * Add timeout when waiting for HW vsyncAndy McFadden2012-08-311-9/+34
* | add libsurfaceflinger_ddmconnection for PDK buildKeun young Park2012-08-315-2/+47
* | the visible region sent to HWC was garbageMathias Agopian2012-08-315-5/+31
* | If there is no hwc, call eglSwapBuffers for the main displayJesse Hall2012-08-311-2/+3
* | Merge "HWC 1.1: hook up hotplug event, use new display config queries" into j...Jesse Hall2012-08-312-16/+110
|\ \ | |/ |/|
| * HWC 1.1: hook up hotplug event, use new display config queriesJesse Hall2012-08-312-16/+110
* | BufferQueue: use max acquired buffer countJamie Gennis2012-08-301-2/+1
* | Merge "BufferQueue: clean up buffer counting" into jb-mr1-devJamie Gennis2012-08-302-3/+3
|\ \
| * | BufferQueue: clean up buffer countingJamie Gennis2012-08-292-3/+3
* | | Merge "Handle new device api version encoding" into jb-mr1-devJesse Hall2012-08-301-9/+39
|\ \ \ | | |/ | |/|
| * | Handle new device api version encodingJesse Hall2012-08-291-9/+39
| |/
* | 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-272-13/+13
* Eradicate DisplayID.Mathias Agopian2012-08-2715-149/+125
* Banish DisplayID from the SurfaceFlinger API.Jeff Brown2012-08-278-37/+42
* Added display initialization methodAndy McFadden2012-08-243-12/+43
* 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