summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libgui: Remove RefBase from BitTubeDan Stoza2017-04-061-5/+4
* libgui: Make BitTube Parcelable and use unique_fdDan Stoza2017-04-061-1/+1
* libgui: Format BitTube and move into gui namespaceDan Stoza2017-04-061-2/+2
* libgui: Normalize IDisplayEventConnection methodsDan Stoza2017-04-061-3/+5
* split libsensor our of libgui Mathias Agopian2017-03-071-1/+1
* Fix duplicated VSync tracing in SurfaceInterceptorIrvel2016-08-121-3/+6
* Integrate SurfaceInterceptor into SurfaceFlingerIrvel2016-07-211-0/+1
* Revert "Revert "DispSync: Always resync after inactivity""Tim Murray2016-04-191-1/+5
* Revert "DispSync: Always resync after inactivity"Dan Stoza2016-04-141-5/+1
* DispSync: Always resync after inactivityDan Stoza2016-04-071-1/+5
* SF: Permit changing DispSync offsets at runtimeDan Stoza2015-04-151-0/+5
* SurfaceFlinger: send VSYNC power hints to IPowerManagerRuchi Kandoi2014-06-181-3/+36
* Revert "SurfaceFlinger: send VSYNC power hints to IPowerManager"Ruchi Kandoi2014-04-041-36/+3
* SurfaceFlinger: send VSYNC power hints to IPowerManagerRuchi Kandoi2014-04-041-3/+36
* SurfaceFlinger: fix 64-bit format string warningsGreg Hackmann2014-03-071-1/+1
* SurfaceFlinger: SW-based vsync eventsJamie Gennis2013-10-071-21/+21
* Use new HWC display type/count constants.Jesse Hall2013-08-161-10/+12
* clean-up/simplify all dump() APIsMathias Agopian2013-04-221-1/+1
* Minor cleanups/fixes before virtual display refactoringJesse Hall2013-03-181-8/+8
* make sure we don't call into the HWC HAL when not neededMathias Agopian2012-10-041-2/+2
* Display events now always carry the display id they happened onMathias Agopian2012-09-211-25/+53
* fix an issue where hotplug events were not dispatchedMathias Agopian2012-09-211-12/+19
* We now report hotplug events to the frameworkMathias Agopian2012-09-201-15/+36
* Minor tweaksAndy McFadden2012-09-131-5/+0
* Add timeout when waiting for HW vsyncAndy McFadden2012-08-311-9/+34
* Eradicate DisplayID.Mathias Agopian2012-08-271-1/+1
* simplify further vsync handlingMathias Agopian2012-08-231-84/+75
* fix various issues in SF's EventThreadMathias Agopian2012-08-201-50/+51
* Fix deadlock in SF.Mathias Agopian2012-08-171-98/+86
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-031-1/+0
* split HWComposer out of DisplayHardwareMathias Agopian2012-07-251-4/+5
* SurfaceFlinger cleanupMathias Agopian2012-07-241-6/+3
* get rid of GraphicPlaneMathias Agopian2012-06-281-2/+2
* SF could get stuck waiting for vsync when turning the screen offMathias Agopian2012-06-151-12/+13
* set vsync power hintMathias Agopian2012-04-261-2/+2
* don't wake-up eventthread every 16ms if there are no vsync requestsMathias Agopian2012-04-121-1/+1
* make sure to disable VSYNC while screen is offMathias Agopian2012-04-111-17/+39
* Added vsync debugging information in dumpsys logMathias Agopian2012-04-101-8/+23
* VSYNC handling cleanupMathias Agopian2012-04-081-2/+0
* avoid turning vsync off/on at each frameMathias Agopian2012-04-081-10/+24
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-041-55/+70
* refactor / simplify EventThreadMathias Agopian2012-04-031-44/+69
* add more ATRACEMathias Agopian2012-03-011-0/+4
* fix an issue with vsync event deliveryMathias Agopian2012-01-311-7/+3
* SF now synchronizes to VSYNCMathias Agopian2012-01-301-6/+23
* improve SurfaceFlinger dumpsysMathias Agopian2012-01-241-1/+1
* fix a bug with vsync managementMathias Agopian2012-01-121-8/+7
* Fix an issue with VSYNCMathias Agopian2012-01-121-38/+31
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Improve the VSYNC api a bit.Mathias Agopian2011-12-071-14/+89