index
:
frameworks_native.git
master
replicant-6.0
frameworks/native
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
surfaceflinger
/
EventThread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sure we don't call into the HWC HAL when not needed
Mathias Agopian
2012-10-04
1
-2
/
+2
*
Display events now always carry the display id they happened on
Mathias Agopian
2012-09-21
1
-25
/
+53
*
fix an issue where hotplug events were not dispatched
Mathias Agopian
2012-09-21
1
-12
/
+19
*
We now report hotplug events to the framework
Mathias Agopian
2012-09-20
1
-15
/
+36
*
Minor tweaks
Andy McFadden
2012-09-13
1
-5
/
+0
*
Add timeout when waiting for HW vsync
Andy McFadden
2012-08-31
1
-9
/
+34
*
Eradicate DisplayID.
Mathias Agopian
2012-08-27
1
-1
/
+1
*
simplify further vsync handling
Mathias Agopian
2012-08-23
1
-84
/
+75
*
fix various issues in SF's EventThread
Mathias Agopian
2012-08-20
1
-50
/
+51
*
Fix deadlock in SF.
Mathias Agopian
2012-08-17
1
-98
/
+86
*
rename DisplayHardware to DisplayDevice
Mathias Agopian
2012-08-02
1
-1
/
+0
*
split HWComposer out of DisplayHardware
Mathias Agopian
2012-07-24
1
-4
/
+5
*
SurfaceFlinger cleanup
Mathias Agopian
2012-07-24
1
-6
/
+3
*
get rid of GraphicPlane
Mathias Agopian
2012-06-28
1
-2
/
+2
*
SF could get stuck waiting for vsync when turning the screen off
Mathias Agopian
2012-06-15
1
-12
/
+13
*
set vsync power hint
Mathias Agopian
2012-04-26
1
-2
/
+2
*
don't wake-up eventthread every 16ms if there are no vsync requests
Mathias Agopian
2012-04-12
1
-1
/
+1
*
make sure to disable VSYNC while screen is off
Mathias Agopian
2012-04-11
1
-17
/
+39
*
Added vsync debugging information in dumpsys log
Mathias Agopian
2012-04-10
1
-8
/
+23
*
VSYNC handling cleanup
Mathias Agopian
2012-04-08
1
-2
/
+0
*
avoid turning vsync off/on at each frame
Mathias Agopian
2012-04-08
1
-10
/
+24
*
SurfaceFlinger now uses the new VSYNC HAL API.
Mathias Agopian
2012-04-04
1
-55
/
+70
*
refactor / simplify EventThread
Mathias Agopian
2012-04-03
1
-44
/
+69
*
add more ATRACE
Mathias Agopian
2012-03-01
1
-0
/
+4
*
fix an issue with vsync event delivery
Mathias Agopian
2012-01-31
1
-7
/
+3
*
SF now synchronizes to VSYNC
Mathias Agopian
2012-01-30
1
-6
/
+23
*
improve SurfaceFlinger dumpsys
Mathias Agopian
2012-01-24
1
-1
/
+1
*
fix a bug with vsync management
Mathias Agopian
2012-01-12
1
-8
/
+7
*
Fix an issue with VSYNC
Mathias Agopian
2012-01-11
1
-38
/
+31
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-1
/
+1
*
Improve the VSYNC api a bit.
Mathias Agopian
2011-12-06
1
-14
/
+89
*
fix a deadlock when removing a DisplayEventConnection
Mathias Agopian
2011-12-05
1
-21
/
+43
*
Add support for sending VSYNC events to the framework
Mathias Agopian
2011-11-29
1
-0
/
+129