index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
surfaceflinger
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove files that moved to frameworks/native
Mathias Agopian
2012-03-07
51
-9298
/
+0
*
fixup include paths
Mathias Agopian
2012-03-05
1
-5
/
+0
*
add more ATRACE
Mathias Agopian
2012-03-01
2
-0
/
+11
*
Merge "a window could get stuck to gpu composition"
Mathias Agopian
2012-02-27
1
-0
/
+6
|
\
|
*
a window could get stuck to gpu composition
Mathias Agopian
2012-02-27
1
-0
/
+6
*
|
Add tracing to various graphics components.
Jamie Gennis
2012-02-27
2
-0
/
+16
|
/
*
fix libgui header location
Mathias Agopian
2012-02-27
11
-27
/
+24
*
remove libui dependency on libEGL
Mathias Agopian
2012-02-24
1
-1
/
+23
*
deprecate L_8, LA_88 and RGB_332 in sdk
Mathias Agopian
2012-02-24
2
-2
/
+6
*
workaround for an issue where the screen would flicker sometimes
Mathias Agopian
2012-02-23
1
-0
/
+6
*
fix an issue in SF where we could miss some updates
Mathias Agopian
2012-02-23
3
-31
/
+28
*
Merge "createSurface getpid() first parameter was removed"
Glenn Kasten
2012-02-21
2
-2
/
+2
|
\
|
*
createSurface getpid() first parameter was removed
Glenn Kasten
2012-02-09
2
-2
/
+2
*
|
Merge "SurfaceFlinger: set wrap mode on screenshot texture"
Mathias Agopian
2012-02-20
2
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
SurfaceFlinger: set wrap mode on screenshot texture
Michael I. Gold
2012-01-13
2
-0
/
+6
*
|
Merge "Return information about whether overlays are disabled."
Dianne Hackborn
2012-02-07
1
-0
/
+1
|
\
\
|
*
|
Return information about whether overlays are disabled.
Dianne Hackborn
2012-02-06
1
-0
/
+1
*
|
|
fix a crasher when starting SF with the screen off
Mathias Agopian
2012-02-05
3
-9
/
+11
*
|
|
ui freeze workaround: reenable triple buffering mode
Mathias Agopian
2012-02-05
4
-8
/
+22
*
|
|
improve SF dumpsys
Mathias Agopian
2012-02-05
2
-2
/
+9
*
|
|
fix UI freezes
Mathias Agopian
2012-02-04
1
-21
/
+18
*
|
|
attempt to fix an ANR in various apps
Mathias Agopian
2012-02-03
1
-5
/
+7
*
|
|
Merge "separate transactions from updates"
Mathias Agopian
2012-02-02
9
-171
/
+248
|
\
\
\
|
*
|
|
separate transactions from updates
Mathias Agopian
2012-02-01
9
-171
/
+248
|
|
/
/
*
|
|
fix an issue where SF would spin if /sys/power/wait_for_fb_xxx don't exist
Mathias Agopian
2012-02-02
2
-97
/
+68
|
/
/
*
|
Merge "fix an issue with vsync event delivery"
Mathias Agopian
2012-01-31
2
-7
/
+5
|
\
\
|
*
|
fix an issue with vsync event delivery
Mathias Agopian
2012-01-31
2
-7
/
+5
*
|
|
Nexus S now reports the proper frame-rate
Mathias Agopian
2012-01-30
1
-1
/
+0
|
/
/
*
|
SF now synchronizes to VSYNC
Mathias Agopian
2012-01-30
8
-14
/
+120
*
|
remove unneeded code
Mathias Agopian
2012-01-29
2
-22
/
+2
*
|
added a few more commands to SF's dumpsys
Mathias Agopian
2012-01-28
6
-8
/
+65
*
|
improve SurfaceFlinger dumpsys
Mathias Agopian
2012-01-24
9
-131
/
+203
*
|
hack up frame latency measurement
Jamie Gennis
2012-01-24
4
-1
/
+43
*
|
Get AID_GRAPHICS from right place
Glenn Kasten
2012-01-13
1
-7
/
+1
*
|
fix a bug with vsync management
Mathias Agopian
2012-01-12
1
-8
/
+7
*
|
remove dead/usnused code
Mathias Agopian
2012-01-11
4
-42
/
+0
*
|
Fix an issue with VSYNC
Mathias Agopian
2012-01-11
1
-38
/
+31
|
/
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
4
-23
/
+23
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
5
-9
/
+9
*
Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
Steve Block
2012-01-05
3
-23
/
+23
|
\
|
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
3
-23
/
+23
*
|
Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"
Glenn Kasten
2012-01-05
3
-19
/
+18
|
\
\
|
|
/
|
/
|
|
*
Use the standard CC_LIKELY and CC_UNLIKELY macros
Glenn Kasten
2012-01-05
3
-19
/
+18
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
6
-17
/
+17
|
/
*
Improve the VSYNC api a bit.
Mathias Agopian
2011-12-06
6
-35
/
+132
*
fix a deadlock when removing a DisplayEventConnection
Mathias Agopian
2011-12-05
2
-21
/
+46
*
Merge "fix an issue where invalidate/transactions could be missed"
Mathias Agopian
2011-12-04
2
-6
/
+9
|
\
|
*
fix an issue where invalidate/transactions could be missed
Mathias Agopian
2011-12-03
2
-6
/
+9
*
|
am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condi...
Jesse Hall
2011-12-02
2
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
SurfaceFlinger: fix layer removal race condition
Jesse Hall
2011-12-02
2
-1
/
+10
[next]