summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/EventThread.cpp
AgeCommit message (Expand)Author
2012-10-04make sure we don't call into the HWC HAL when not needed Mathias Agopian
2012-09-21Display events now always carry the display id they happened on Mathias Agopian
2012-09-21fix an issue where hotplug events were not dispatched Mathias Agopian
2012-09-20We now report hotplug events to the framework Mathias Agopian
2012-09-13Minor tweaks Andy McFadden
2012-08-31Add timeout when waiting for HW vsync Andy McFadden
2012-08-27Eradicate DisplayID. Mathias Agopian
2012-08-23simplify further vsync handling Mathias Agopian
2012-08-20fix various issues in SF's EventThread Mathias Agopian
2012-08-17Fix deadlock in SF. Mathias Agopian
2012-08-02rename DisplayHardware to DisplayDevice Mathias Agopian
2012-07-24split HWComposer out of DisplayHardware Mathias Agopian
2012-07-24SurfaceFlinger cleanup Mathias Agopian
2012-06-28get rid of GraphicPlane Mathias Agopian
2012-06-15SF could get stuck waiting for vsync when turning the screen off Mathias Agopian
2012-04-26set vsync power hint Mathias Agopian
2012-04-12don't wake-up eventthread every 16ms if there are no vsync requests Mathias Agopian
2012-04-11make sure to disable VSYNC while screen is off Mathias Agopian
2012-04-10Added vsync debugging information in dumpsys log Mathias Agopian
2012-04-08VSYNC handling cleanup Mathias Agopian
2012-04-08avoid turning vsync off/on at each frame Mathias Agopian
2012-04-04SurfaceFlinger now uses the new VSYNC HAL API. Mathias Agopian
2012-04-03refactor / simplify EventThread Mathias Agopian
2012-03-01add more ATRACE Mathias Agopian
2012-01-31fix an issue with vsync event delivery Mathias Agopian
2012-01-30SF now synchronizes to VSYNC Mathias Agopian
2012-01-24improve SurfaceFlinger dumpsys Mathias Agopian
2012-01-12fix a bug with vsync management Mathias Agopian
2012-01-11Fix an issue with VSYNC Mathias Agopian
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2011-12-06Improve the VSYNC api a bit. Mathias Agopian
2011-12-05fix a deadlock when removing a DisplayEventConnection Mathias Agopian
2011-11-29Add support for sending VSYNC events to the framework Mathias Agopian