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