summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/EventThread.h
Commit message (Expand)AuthorAgeFilesLines
* Display events now always carry the display id they happened onMathias Agopian2012-09-211-2/+3
* We now report hotplug events to the frameworkMathias Agopian2012-09-201-1/+3
* Minor tweaksAndy McFadden2012-09-131-1/+0
* Eradicate DisplayID.Mathias Agopian2012-08-271-1/+1
* simplify further vsync handlingMathias Agopian2012-08-231-1/+3
* fix various issues in SF's EventThreadMathias Agopian2012-08-201-1/+0
* Fix deadlock in SF.Mathias Agopian2012-08-171-4/+1
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-1/+0
* split HWComposer out of DisplayHardwareMathias Agopian2012-07-241-3/+7
* SurfaceFlinger cleanupMathias Agopian2012-07-241-3/+1
* get rid of GraphicPlaneMathias Agopian2012-06-281-1/+1
* make sure to disable VSYNC while screen is offMathias Agopian2012-04-111-4/+8
* Added vsync debugging information in dumpsys logMathias Agopian2012-04-101-1/+6
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-041-3/+6
* refactor / simplify EventThreadMathias Agopian2012-04-031-32/+29
* SF now synchronizes to VSYNCMathias Agopian2012-01-301-0/+8
* Improve the VSYNC api a bit.Mathias Agopian2011-12-061-3/+23
* fix a deadlock when removing a DisplayEventConnectionMathias Agopian2011-12-051-0/+3
* Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-0/+79