Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
1db13d79518f600d65a4fc006fe42900b890966e
/
services
/
surfaceflinger
1db13d7
Get AID_GRAPHICS from right place
by Glenn Kasten
· 13 years ago
616c0cd
fix a bug with vsync management
by Mathias Agopian
· 13 years ago
55ef343
remove dead/usnused code
by Mathias Agopian
· 13 years ago
a72d0db
Fix an issue with VSYNC
by Mathias Agopian
· 13 years ago
e6f43dd
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
32397c1
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
c267bab
Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"
by Steve Block
· 13 years ago
2adea70
Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"
by Glenn Kasten
· 13 years ago
99ed224
Use the standard CC_LIKELY and CC_UNLIKELY macros
by Glenn Kasten
· 13 years ago
a19954a
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
9d45368
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
478ae5e
Improve the VSYNC api a bit.
by Mathias Agopian
· 13 years ago
2374866
fix a deadlock when removing a DisplayEventConnection
by Mathias Agopian
· 13 years ago
75b95f5
Merge "fix an issue where invalidate/transactions could be missed"
by Mathias Agopian
· 13 years ago
be42aef
fix an issue where invalidate/transactions could be missed
by Mathias Agopian
· 13 years ago
43bfe7f
am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1
by Jesse Hall
· 13 years ago
2228936
fix an issue where updates could starve transactions
by Mathias Agopian
· 13 years ago
2f4b68d
SurfaceFlinger: fix layer removal race condition
by Jesse Hall
· 13 years ago
7954436
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
· 13 years ago
363c4a9
Merge "add a way to access the version string of the h/w implementation of EGL" into ics-mr1
by Mathias Agopian
· 13 years ago
a4fbecd
am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1
by Mathias Agopian
· 13 years ago
bc2d79e
add a way to access the version string of the h/w implementation of EGL
by Mathias Agopian
· 13 years ago
86edf4f
SurfaceTexture: add EGL_KHR_fence_sync option
by Jamie Gennis
· 13 years ago
d0566bc
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 13 years ago
439cf85
Fix build.
by Mathias Agopian
· 13 years ago
8219e91
Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8
by Mathias Agopian
· 13 years ago
461afeb
Add support for sending VSYNC events to the framework
by Mathias Agopian
· 13 years ago
f61c57f
rewrite SF's message loop on top of Looper
by Mathias Agopian
· 13 years ago
b8bb31d
temporarily hardcode Nexus S refresh rate
by Mathias Agopian
· 13 years ago
4654944
remove hack that hardcoded the refresh rate
by Mathias Agopian
· 13 years ago
4b9511c
rework a bit how we manage EGL extensions
by Mathias Agopian
· 13 years ago
2f78cf1
Back to 59fps
by Dave Burke
· 13 years ago
386aa98
Fix an issue where we could wait for a non-existing transaction
by Mathias Agopian
· 13 years ago
a5f9676
Merge "Fix rotation displays frame N-1 briefly while rotating" into ics-mr1
by Mathias Agopian
· 13 years ago
385977f
workaround to set the WM refresh rate to 48 Hz for tuna devices only
by Mathias Agopian
· 13 years ago
4a9ac37
Fix rotation displays frame N-1 briefly while rotating
by Mathias Agopian
· 13 years ago
62f7114
fix Corrupted graphics while playing You Tube on orientation change
by Mathias Agopian
· 13 years ago
7f6aec0
Merge "Fix software GL renderer."
by Xavier Ducrohet
· 13 years ago
4c4163b
Fix software GL renderer.
by Xavier Ducrohet
· 13 years ago
51726c3
am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed from a hwc thread" into ics-mr0
by Mathias Agopian
· 13 years ago
0dfb7b7
mDirtyRegion is single threaded, but could be accessed from a hwc thread
by Mathias Agopian
· 13 years ago
7ec662c
am 16bece04: Merge "added dpi and refresh rate info in SF\'s dumpsys" into ics-mr0
by Mathias Agopian
· 13 years ago
d5e4ef9
added dpi and refresh rate info in SF's dumpsys
by Mathias Agopian
· 13 years ago
818fb24
am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0
by Dave Burke
· 13 years ago
675370a
am f7613743: Merge "Don\'t call hwc set() if there is nothing new to do" into ics-mr0
by Mathias Agopian
· 13 years ago
5ba8f36
am 23bf2505: Merge "Make sure set GL state properly" into ics-mr0
by Mathias Agopian
· 13 years ago
118d024
Add a LayerScreenshot
by Mathias Agopian
· 13 years ago
3a3cad3
Don't call hwc set() if there is nothing new to do
by Mathias Agopian
· 13 years ago
c492e67
Make sure set GL state properly
by Mathias Agopian
· 13 years ago
cdec8f0
am 840b8a67: Revert "Add a LayerScreenshot"
by Mathias Agopian
· 13 years ago
5bacca6
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
· 13 years ago
090cb44
Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base
by Elliott Hughes
· 13 years ago
e9800c8
Revert "Add a LayerScreenshot"
by Mathias Agopian
· 13 years ago
a44b041
we need to guarantee that h/w comp set() is called when a buffer has been retired
by Mathias Agopian
· 13 years ago
a402c4c
SurfaceFlinger: Remove display freezing code
by Jamie Gennis
· 13 years ago
23c2c5d
SurfaceFlinger: add some layer update tests
by Jamie Gennis
· 13 years ago
2837839
SurfaceFlinger: make sync transactions explicit
by Jamie Gennis
· 13 years ago
f171ab6
Add a LayerScreenshot
by Mathias Agopian
· 13 years ago
b8d69a5
SurfaceFlinger: update orientation via transactions
by Jamie Gennis
· 13 years ago
e642069
Merge "fix an issue where the screen could stay off"
by Mathias Agopian
· 13 years ago
f7cdd05
fix an issue where the screen could stay off
by Mathias Agopian
· 13 years ago
1dea97d
Merge "Fix screen off animation when in landscape"
by Mathias Agopian
· 13 years ago
a9040d0
Fix screen off animation when in landscape
by Mathias Agopian
· 13 years ago
8cb9d95
Merge "enable EGL_IMG_context_priority for the omap4 platform"
by Mathias Agopian
· 13 years ago
9575f60
SurfaceFlinger: screenshots w/ protected buffers
by Jamie Gennis
· 13 years ago
57bf9e7
enable EGL_IMG_context_priority for the omap4 platform
by Mathias Agopian
· 13 years ago
e2c2f92
Force a repaint when hwc invalidate hook is called
by Mathias Agopian
· 13 years ago
aebac5f
improve hwc log output
by Mathias Agopian
· 13 years ago
ed984d9
Merge changes Ib302d79e,Ib4ee085f
by Jamie Gennis
· 13 years ago
e790db9
am da42e0fa: Merge "SurfaceFlinger: fix setting default buffer size" into ics-factoryrom
by Jamie Gennis
· 13 years ago
1b5f4e6
Merge "SurfaceFlinger: fix setting default buffer size" into ics-factoryrom
by Jamie Gennis
· 13 years ago
9a37592
am 3780d380: Merge "SurfaceFlinger: fix the transform hint" into ics-factoryrom
by Jamie Gennis
· 13 years ago
2a0d5b6
SurfaceFlinger: fix setting default buffer size
by Jamie Gennis
· 13 years ago
4801404
don't clear the framebuffer when the framebuffer is not used
by Mathias Agopian
· 13 years ago
36d2c1f
Merge "(DO NOT MERGE) SurfaceFlinger: fix isOpaque check in lockPageFlip" into ics-factoryrom
by Jamie Gennis
· 13 years ago
8d91b42
SurfaceFlinger: fix the transform hint
by Jamie Gennis
· 13 years ago
059fd18
Merge "don't clear the framebuffer when the framebuffer is not used"
by Mathias Agopian
· 13 years ago
cfb7d09
Merge "fix dumpsys wording for h/w composer"
by Mathias Agopian
· 13 years ago
cd20eb0
don't clear the framebuffer when the framebuffer is not used
by Mathias Agopian
· 13 years ago
a249f2d
SurfaceFlinger: set layer names on SurfaceTextures
by Jamie Gennis
· 13 years ago
fc60b94
fix dumpsys wording for h/w composer
by Mathias Agopian
· 13 years ago
21230c6
Handle orientation changes more systematically. Bug: 4981385
by Jeff Brown
· 13 years ago
8bfdda9
fix transition from full overlays to fb
by Mathias Agopian
· 13 years ago
56eb3fc
rename mInvalidRegion to mSwapRegion
by Mathias Agopian
· 13 years ago
670a899
improve hwc dumpsys
by Mathias Agopian
· 13 years ago
9c6e297
fix transition from full overlays to fb
by Mathias Agopian
· 13 years ago
0656a68
rename mInvalidRegion to mSwapRegion
by Mathias Agopian
· 13 years ago
fb4d5d5
improve hwc dumpsys
by Mathias Agopian
· 13 years ago
351a513
(DO NOT MERGE) SurfaceFlinger: fix isOpaque check in lockPageFlip
by Jamie Gennis
· 13 years ago
945d291
SurfaceFlinger: fix isOpaque check in lockPageFlip
by Jamie Gennis
· 13 years ago
f9abeb9
Fix another problem with refreshing the screen when switching to/from overlay
by Mathias Agopian
· 13 years ago
22da60c
Improve SF dumpsys output wrt HWC
by Mathias Agopian
· 13 years ago
f384cc3
Fix an issue is SF that caused drawing artifacts when hwc changed mode
by Mathias Agopian
· 13 years ago
7ee4cd5
fix a bug that caused the off animation to not show sometimes
by Mathias Agopian
· 13 years ago
f914e7f
Fix various flickering / artifacts
by Mathias Agopian
· 13 years ago
3f41963
Merge "fix Surface positions are not floats"
by Mathias Agopian
· 13 years ago
41b6aab
fix Surface positions are not floats
by Mathias Agopian
· 13 years ago
c7f3381
fix display artifacts in preview screen in timelapse video mode
by Mathias Agopian
· 13 years ago
b061033
Fix screenshots
by Mathias Agopian
· 13 years ago
e46016d
Merge "Fix Recent thumbnails aren't taken when leaving an activity via notification"
by Mathias Agopian
· 13 years ago
Next »