Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
7f47522cf8669122e6c9a9432c9afef203be8997
/
services
95f40fb
Merge "Fix sanitizer in handleTransitionLocked."
by Ivan Lozano
· 7 years ago
51a0b41
Fix sanitizer in handleTransitionLocked.
by Ivan Lozano
· 7 years ago
ae1d702
Merge "Prefer std::string over String8"
by TreeHugger Robot
· 7 years ago
f93fcf4
Prefer std::string over String8
by Siarhei Vishniakou
· 7 years ago
3c0d2fb
Merge "SF: Move glComp/DispTimeline to SFBE"
by TreeHugger Robot
· 7 years ago
2ed931c
Merge changes Ib44ab2dc,I4404607e
by TreeHugger Robot
· 7 years ago
10fe99f
Merge "SF: CompositorTiming/CompositorPresentTime state to SFBE"
by TreeHugger Robot
· 7 years ago
c1501bf
Merge "SF: RenderEngine/EGL state to SFBE"
by TreeHugger Robot
· 7 years ago
b5c3de5
Merge changes I0fd6b4eb,I2523de43
by TreeHugger Robot
· 7 years ago
236c271
Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master am: 60175af9c8
by Chih-hung Hsieh
· 7 years ago
0b7c1b2
Merge "Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc" into stage-aosp-master
by Chih-hung Hsieh
· 7 years ago
73beded
SF: Move glComp/DispTimeline to SFBE
by David Sodman
· 7 years ago
4a36e93
SF: FrameBuckets state to SFBE
by David Sodman
· 7 years ago
99974d2
SF: CompositorTiming/CompositorPresentTime state to SFBE
by David Sodman
· 7 years ago
bc81528
SF: RenderEngine/EGL state to SFBE
by David Sodman
· 7 years ago
105b7dc
surfaceflinger: Create SurfaceFlingerBE class
by David Sodman
· 7 years ago
cbaf083
SF: BufferingStats state to SFBE
by David Sodman
· 7 years ago
0cc6918
SF: Add CompositionInfo to LayerBE
by David Sodman
· 7 years ago
53d76f1
Fix warnings in frameworks/native/services/surfaceflinger/tests/fakehwc
by Chih-Hung Hsieh
· 7 years ago
5d95727
Merge "Optimize layer traversal"
by TreeHugger Robot
· 7 years ago
b3bcf0f
Merge "Remove unused variable" am: 5281f56377 am: bf01f66de5 am: 3a4abf4e96
by Yi Kong
· 7 years ago
3a4abf4
Merge "Remove unused variable" am: 5281f56377 am: bf01f66de5
by Yi Kong
· 7 years ago
bf01f66
Merge "Remove unused variable" am: 5281f56377
by Yi Kong
· 7 years ago
29abff8
Optimize layer traversal
by Robert Carr
· 7 years ago
9254357
Remove unused variable
by Yi Kong
· 7 years ago
1801d27
Merge "Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."""
by Chavi Weingarten
· 7 years ago
5b4cffc
SF: replicate mActiveBuffer in LayerBE as mBuffer
by David Sodman
· 7 years ago
59182e5
Merge changes from topic "sf-re"
by Chia-I Wu
· 7 years ago
40482ff
Revert "Revert "Use GraphicBuffer instead of GBP for screenshots.""
by Chavi Weingarten
· 7 years ago
b027f80
surfaceflinger: run clang-format on RenderEngine
by Chia-I Wu
· 7 years ago
1e24cce
surfaceflinger: remove all direct use of EGL
by Chia-I Wu
· 7 years ago
f846a35
surfaceflinger: use RE::Surface in DisplayDevice
by Chia-I Wu
· 7 years ago
7e60ecc
surfaceflinger: add surface abstraction to RE
by Chia-I Wu
· 7 years ago
c5aad50
Merge "Revert "Use GraphicBuffer instead of GBP for screenshots.""
by Chavi Weingarten
· 7 years ago
b02087d
surfaceflinger: remove DisplayDevice::swapRegion
by Chia-I Wu
· 7 years ago
94e6a68
surfaceflinger: remove DisplayDevice::mFlags
by Chia-I Wu
· 7 years ago
b523df0
surfaceflinger: remove unused EGL data members
by Chia-I Wu
· 7 years ago
c670d50
surfaceflinger: remove EGLConfig from DisplayDevice ctor
by Chia-I Wu
· 7 years ago
eadbaa6
surfaceflinger: add RenderEngine::BindNativeBufferAsFramebuffer
by Chia-I Wu
· 7 years ago
b0c041b
surfaceflinger: return fence fd from RenderEngine::flush
by Chia-I Wu
· 7 years ago
7f40290
surfaceflinger: add RenderEngine::setCurrentSurface
by Chia-I Wu
· 7 years ago
8601f88
surfaceflinger: move EGL version/extensions dump into RE
by Chia-I Wu
· 7 years ago
b01450b
surfaceflinger: move EGL termination into RE
by Chia-I Wu
· 7 years ago
d4d9c6f
surfaceflinger: move EGL initialization into RE
by Chia-I Wu
· 7 years ago
2b6386e
surfaceflinger: add RenderEngine::mEGLDisplay
by Chia-I Wu
· 7 years ago
b2c7624
surfaceflinger: manage RenderEngine with unique_ptr
by Chia-I Wu
· 7 years ago
707b8f3
Revert "Use GraphicBuffer instead of GBP for screenshots."
by Chavi Weingarten
· 7 years ago
761f8b4
Merge "Remove from top layer list if re-parenting top layer."
by TreeHugger Robot
· 7 years ago
8ea97bb
Remove from top layer list if re-parenting top layer.
by chaviw
· 7 years ago
a252d89
Use GraphicBuffer instead of GBP for screenshots.
by chaviw
· 7 years ago
503b79e
Merge "Add additional parameters for the captureLayer functions."
by Chavi Weingarten
· 7 years ago
c5de5b3
Merge "Fix usage of HWC_DISPLAY_PRIMARY in vr flinger"
by Steven Thomas
· 7 years ago
ebd62af
SurfaceFlinger: Fix removal check when adding child layers.
by Robert Carr
· 7 years ago
7206d49
Add additional parameters for the captureLayer functions.
by chaviw
· 7 years ago
6e8f706
Fix usage of HWC_DISPLAY_PRIMARY in vr flinger
by Steven Thomas
· 7 years ago
6f65f3e
SF: mHwcLayers to LayerBE
by David Sodman
· 7 years ago
386c22e
SF: replicate mSidebandStream in LayerBE
by David Sodman
· 7 years ago
9eeae69
Surfaceflinger: Create LayerBE data class
by David Sodman
· 7 years ago
589fa1d
Merge "VR services: don't writepid to /dev/cpuset/tasks"
by TreeHugger Robot
· 7 years ago
7375fb3
VR services: don't writepid to /dev/cpuset/tasks
by Jiwen 'Steve' Cai
· 7 years ago
a706a2f
surfaceflinger: enable LayerTransactionTest in presubmit
by Chia-I Wu
· 7 years ago
ec2d985
surfaceflinger: fix traverseLayersInDisplay
by Chia-I Wu
· 7 years ago
cdd71a5
surfaceflinger: add more setFinalCrop tests
by Chia-I Wu
· 7 years ago
04dcca8
surfaceflinger: add more setCrop tests
by Chia-I Wu
· 7 years ago
a56b204
surfaceflinger: add setOverrideScalingMode tests
by Chia-I Wu
· 7 years ago
93853fe
surfaceflinger: add more setMatrix tests
by Chia-I Wu
· 7 years ago
3d22f3a
surfaceflinger: add more setLayerStack tests
by Chia-I Wu
· 7 years ago
e4ef610
surfaceflinger: add more setColor tests
by Chia-I Wu
· 7 years ago
a8a515e
surfaceflinger: add more setAlpha tests
by Chia-I Wu
· 7 years ago
2113bdd
surfaceflinger: add setTransparentRegionHint tests
by Chia-I Wu
· 7 years ago
57b2750
surfaceflinger: add more setFlags tests
by Chia-I Wu
· 7 years ago
4931330
surfaceflinger: add more setRelativeLayer tests
by Chia-I Wu
· 7 years ago
0ea0f82
surfaceflinger: add more setLayer tests
by Chia-I Wu
· 7 years ago
0eaea31
surfaceflinger: add more setSize tests
by Chia-I Wu
· 7 years ago
718daf8
surfaceflinger: add more setPosition tests
by Chia-I Wu
· 7 years ago
1078bbb
surfaceflinger: run clang-format on Transaction_test.cpp
by Chia-I Wu
· 7 years ago
2878422
Merge "SurfaceFlinger: Ensure relatives are not detached with children."
by Rob Carr
· 7 years ago
8d7cb20
Merge "Allow relative layering of children"
by Rob Carr
· 7 years ago
8b7f97b
resolve merge conflicts of 8a2135344 to stage-aosp-master am: 9225761c8d
by Chia-I Wu
· 7 years ago
9225761
resolve merge conflicts of 8a2135344 to stage-aosp-master
by Chia-I Wu
· 7 years ago
68e316e
Merge "surfaceflinger: fix fencing when layers become invisible"
by Chia-I Wu
· 7 years ago
f9fc8ee
surfaceflinger: fix fencing when layers become invisible
by Chia-I Wu
· 7 years ago
3b3111d
Merge "Add window and surface trace files to bug report"
by TreeHugger Robot
· 7 years ago
36b4cdb
Add window and surface trace files to bug report
by Vishnu Nair
· 7 years ago
91601ac
Merge "surfaceflinger: fix fencing when composition mode switches" am: 42ddbb44ac am: 4256a72959
by Chia-I Wu
· 7 years ago
3d91a35
Merge "surfaceflinger: fix fencing when composition mode switches" am: 42ddbb44ac
by Chia-I Wu
· 7 years ago
4256a72
Merge "surfaceflinger: fix fencing when composition mode switches"
by Chia-I Wu
· 7 years ago
8380689
surfaceflinger: fix fencing when layers become invisible
by Chia-I Wu
· 7 years ago
6960096
Merge "Trace drawing state"
by Jorim Jaggi
· 7 years ago
e900bb0
Merge "Fix signedness issue in LayerProtoParser"
by TreeHugger Robot
· 7 years ago
503c704
Allow relative layering of children
by Robert Carr
· 7 years ago
28194d8
surfaceflinger: fix z type in LayerVector::do_compare
by Chia-I Wu
· 7 years ago
83f8e4d
Fix signedness issue in LayerProtoParser
by Robert Carr
· 7 years ago
8e0af36
Trace drawing state
by Jorim Jaggi
· 7 years ago
7b54959
surfaceflinger: fix fencing when composition mode switches
by Chia-I Wu
· 7 years ago
c9232ed
Added check for forceClientComposition for every layer.
by chaviw
· 7 years ago
4994440
Merge commit '2fc42a279697a847d5b6961914f6f6afbed49a48' from
by Xin Li
· 7 years ago
c2c0dce
Merge changes from topic "kill-hwc1-fb"
by TreeHugger Robot
· 7 years ago
5fe21af
Merge "Make BufferHubQueue binder parcelable"
by TreeHugger Robot
· 7 years ago
a88e3ee
Make BufferHubQueue binder parcelable
by Jiwen 'Steve' Cai
· 7 years ago
Next »