Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
6ea851fadf16b98d76d9afbee1a9cbb015a44034
/
services
/
surfaceflinger
/
SurfaceFlinger.cpp
6ea851f
workaround for an issue where the screen would flicker sometimes
by Mathias Agopian
· 13 years ago
f37d8fc
fix an issue in SF where we could miss some updates
by Mathias Agopian
· 13 years ago
7c53683
Merge "SurfaceFlinger: set wrap mode on screenshot texture"
by Mathias Agopian
· 13 years ago
dc210ad
Merge "Return information about whether overlays are disabled."
by Dianne Hackborn
· 13 years ago
5989e8e7
Return information about whether overlays are disabled.
by Dianne Hackborn
· 13 years ago
587ae01
fix a crasher when starting SF with the screen off
by Mathias Agopian
· 13 years ago
cf7f0c7
ui freeze workaround: reenable triple buffering mode
by Mathias Agopian
· 13 years ago
077f29f
improve SF dumpsys
by Mathias Agopian
· 13 years ago
fe00528
fix UI freezes
by Mathias Agopian
· 13 years ago
af87216
attempt to fix an ANR in various apps
by Mathias Agopian
· 13 years ago
9a9dbd5
separate transactions from updates
by Mathias Agopian
· 13 years ago
e02f7b3
SF now synchronizes to VSYNC
by Mathias Agopian
· 14 years ago
acabf48
remove unneeded code
by Mathias Agopian
· 13 years ago
8d1b5e3
added a few more commands to SF's dumpsys
by Mathias Agopian
· 13 years ago
1d99795
improve SurfaceFlinger dumpsys
by Mathias Agopian
· 14 years ago
b335fad
hack up frame latency measurement
by Jamie Gennis
· 14 years ago
1e80869
Get AID_GRAPHICS from right place
by Glenn Kasten
· 14 years ago
e840087
SurfaceFlinger: set wrap mode on screenshot texture
by Michael I. Gold
· 14 years ago
0db7590
remove dead/usnused code
by Mathias Agopian
· 14 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
8564c8d
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
bd47cac
Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
by Steve Block
· 14 years ago
a8719ad
Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"
by Glenn Kasten
· 14 years ago
e80a4cc
Use the standard CC_LIKELY and CC_UNLIKELY macros
by Glenn Kasten
· 14 years ago
6215d3f
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
5baa3a6
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
6779df2
Improve the VSYNC api a bit.
by Mathias Agopian
· 14 years ago
f1195be
am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1
by Jesse Hall
· 14 years ago
8a7c940
SurfaceFlinger: fix layer removal race condition
by Jesse Hall
· 14 years ago
b665687
am e2970700: am e8ba2aba: Merge "add a way to access the version string of the h/w implementation of EGL" into ics-mr1
by Mathias Agopian
· 14 years ago
cadd325
add a way to access the version string of the h/w implementation of EGL
by Mathias Agopian
· 14 years ago
79f39eb
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 14 years ago
f9e88fb
Fix build.
by Mathias Agopian
· 14 years ago
f3918c5
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 14 years ago
16aca51
rewrite SF's message loop on top of Looper
by Mathias Agopian
· 14 years ago
a06c06b
Fix an issue where we could wait for a non-existing transaction
by Mathias Agopian
· 14 years ago
e65beaa
Fix rotation displays frame N-1 briefly while rotating
by Mathias Agopian
· 14 years ago
01d650e
fix Corrupted graphics while playing You Tube on orientation change
by Mathias Agopian
· 14 years ago
9ec98cd
am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed from a hwc thread" into ics-mr0
by Mathias Agopian
· 14 years ago
6497eab
mDirtyRegion is single threaded, but could be accessed from a hwc thread
by Mathias Agopian
· 14 years ago
10b4503
am 16bece04: Merge "added dpi and refresh rate info in SF\'s dumpsys" into ics-mr0
by Mathias Agopian
· 14 years ago
abf88be
added dpi and refresh rate info in SF's dumpsys
by Mathias Agopian
· 14 years ago
2696d05
am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0
by Dave Burke
· 14 years ago
960a0b4
am f7613743: Merge "Don\'t call hwc set() if there is nothing new to do" into ics-mr0
by Mathias Agopian
· 14 years ago
43d109c
am 23bf2505: Merge "Make sure set GL state properly" into ics-mr0
by Mathias Agopian
· 14 years ago
0ab84ef
Add a LayerScreenshot
by Mathias Agopian
· 14 years ago
0d0fba4
Don't call hwc set() if there is nothing new to do
by Mathias Agopian
· 14 years ago
9044ef0
Make sure set GL state properly
by Mathias Agopian
· 14 years ago
a3dca6f
am 840b8a67: Revert "Add a LayerScreenshot"
by Mathias Agopian
· 14 years ago
f7ae86f
am 4fb6416e: Merge "we need to guarantee that h/w comp set() is called when a buffer has been retired" into ics-mr0
by Mathias Agopian
· 14 years ago
f21dd1e
Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base
by Elliott Hughes
· 14 years ago
840b8a6
Revert "Add a LayerScreenshot"
by Mathias Agopian
· 14 years ago
e757a87
we need to guarantee that h/w comp set() is called when a buffer has been retired
by Mathias Agopian
· 14 years ago
de14eca
SurfaceFlinger: Remove display freezing code
by Jamie Gennis
· 14 years ago
122aa6b
SurfaceFlinger: make sync transactions explicit
by Jamie Gennis
· 14 years ago
d6809f4
Add a LayerScreenshot
by Mathias Agopian
· 14 years ago
e2909e1
SurfaceFlinger: update orientation via transactions
by Jamie Gennis
· 14 years ago
9191392
fix an issue where the screen could stay off
by Mathias Agopian
· 14 years ago
b946a56
Fix screen off animation when in landscape
by Mathias Agopian
· 14 years ago
830d083
SurfaceFlinger: screenshots w/ protected buffers
by Jamie Gennis
· 14 years ago
0c92e4d
Merge "don't clear the framebuffer when the framebuffer is not used"
by Mathias Agopian
· 14 years ago
9fe9654
don't clear the framebuffer when the framebuffer is not used
by Mathias Agopian
· 14 years ago
01a98dd
Handle orientation changes more systematically. Bug: 4981385
by Jeff Brown
· 14 years ago
88cde07
fix transition from full overlays to fb
by Mathias Agopian
· 14 years ago
d0f2f0d
rename mInvalidRegion to mSwapRegion
by Mathias Agopian
· 14 years ago
880ac7a
improve hwc dumpsys
by Mathias Agopian
· 14 years ago
0a5abdb
Fix another problem with refreshing the screen when switching to/from overlay
by Mathias Agopian
· 14 years ago
5bd1b27
Improve SF dumpsys output wrt HWC
by Mathias Agopian
· 14 years ago
4bacc9d
Fix an issue is SF that caused drawing artifacts when hwc changed mode
by Mathias Agopian
· 14 years ago
7f97258
fix a bug that caused the off animation to not show sometimes
by Mathias Agopian
· 14 years ago
ff57415
Fix various flickering / artifacts
by Mathias Agopian
· 14 years ago
ec49d89
Fix screenshots
by Mathias Agopian
· 14 years ago
e328134
Fix Recent thumbnails aren't taken when leaving an activity via notification
by Mathias Agopian
· 14 years ago
2143fe0
Add a debug option to turn the "transformation hint" off
by Mathias Agopian
· 14 years ago
7f76a3c
fix "show screen update" debug option.
by Mathias Agopian
· 14 years ago
9b8fc65
SurfaceTexture: fix queues-to-composer
by Jamie Gennis
· 14 years ago
93d75ec
as a debug option SrufaceFlinger can now connect to DDMS
by Mathias Agopian
· 14 years ago
91b5398
SurfaceFlinger doesn't rely on having a custom RefBase destructor
by Mathias Agopian
· 14 years ago
50c24a2
clean-up. get rid ofunused code and members in Surface[Control].cpp
by Mathias Agopian
· 14 years ago
ab95117
dump GLES strings in SF dumpsys log
by Mathias Agopian
· 14 years ago
3a831d2
fix screen on/off animation (again)
by Mathias Agopian
· 14 years ago
55aaccd
Merge "don't kill surfaceflinger when system process dies"
by Mathias Agopian
· 14 years ago
0c63ef5
don't kill surfaceflinger when system process dies
by Mathias Agopian
· 14 years ago
eec0f7e
return an error code with gralloc buffer allocation failures
by Mathias Agopian
· 14 years ago
753db22
fix screen on/off animation, which was flipped
by Mathias Agopian
· 14 years ago
439863f
SF transactions are now O(1) wrt IPC instead of O(N).
by Mathias Agopian
· 14 years ago
0dd593f
PermissionCache caches permission checks
by Mathias Agopian
· 14 years ago
7bb843c
unify SurfaceTexture and Surface
by Mathias Agopian
· 14 years ago
6960811
Fix a race that could cause GL commands to be executed from the wrong thread.
by Mathias Agopian
· 14 years ago
6dcb155
Fix a race in SurfaceFlinger that could cause layers to be leaked forever.
by Mathias Agopian
· 14 years ago
5fa7ad6
Fix a race-condtion in SurfaceFlinger that could lead to a crash.
by Mathias Agopian
· 14 years ago
9638e5c
Get rid of the "pid" parameter from createSurface
by Mathias Agopian
· 14 years ago
5f05f99
Fix a GraphicBuffer leak in SurfaceTexture
by Mathias Agopian
· 14 years ago
f0ff906
Fix some const-ness and comments
by Mathias Agopian
· 14 years ago
f72606c
SurfaceFlinger: Respect the PROTECTED gralloc bit.
by Jamie Gennis
· 14 years ago
d2acedf
ANativeWindow: add queues-to-window-composer check.
by Jamie Gennis
· 14 years ago
32ae094
remove some logs
by Mathias Agopian
· 14 years ago
0dc5fdb
am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread
by Jamie Gennis
· 14 years ago
c86d904
Prevent SurfaceFlinger from using layer token 31.
by Jamie Gennis
· 14 years ago
6e138fb
[3418265] apply layer transformations to the DimLayer.
by Mathias Agopian
· 14 years ago
Next »