summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/EventThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-061-14/+89
* fix a deadlock when removing a DisplayEventConnectionMathias Agopian2011-12-051-21/+43
* Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-0/+129