Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
bc8152863f81c9af1038d92c9eb8caca1cfd4027
/
services
/
surfaceflinger
bc81528
SF: RenderEngine/EGL state to SFBE
by David Sodman
· 8 years ago
105b7dc
surfaceflinger: Create SurfaceFlingerBE class
by David Sodman
· 8 years ago
0cc6918
SF: Add CompositionInfo to LayerBE
by David Sodman
· 8 years ago
5d95727
Merge "Optimize layer traversal"
by TreeHugger Robot
· 8 years ago
b3bcf0f
Merge "Remove unused variable" am: 5281f56377 am: bf01f66de5 am: 3a4abf4e96
by Yi Kong
· 8 years ago
3a4abf4
Merge "Remove unused variable" am: 5281f56377 am: bf01f66de5
by Yi Kong
· 8 years ago
bf01f66
Merge "Remove unused variable" am: 5281f56377
by Yi Kong
· 8 years ago
29abff8
Optimize layer traversal
by Robert Carr
· 8 years ago
9254357
Remove unused variable
by Yi Kong
· 8 years ago
1801d27
Merge "Revert "Revert "Use GraphicBuffer instead of GBP for screenshots."""
by Chavi Weingarten
· 8 years ago
5b4cffc
SF: replicate mActiveBuffer in LayerBE as mBuffer
by David Sodman
· 8 years ago
59182e5
Merge changes from topic "sf-re"
by Chia-I Wu
· 8 years ago
40482ff
Revert "Revert "Use GraphicBuffer instead of GBP for screenshots.""
by Chavi Weingarten
· 8 years ago
b027f80
surfaceflinger: run clang-format on RenderEngine
by Chia-I Wu
· 8 years ago
1e24cce
surfaceflinger: remove all direct use of EGL
by Chia-I Wu
· 8 years ago
f846a35
surfaceflinger: use RE::Surface in DisplayDevice
by Chia-I Wu
· 8 years ago
7e60ecc
surfaceflinger: add surface abstraction to RE
by Chia-I Wu
· 8 years ago
c5aad50
Merge "Revert "Use GraphicBuffer instead of GBP for screenshots.""
by Chavi Weingarten
· 8 years ago
b02087d
surfaceflinger: remove DisplayDevice::swapRegion
by Chia-I Wu
· 8 years ago
94e6a68
surfaceflinger: remove DisplayDevice::mFlags
by Chia-I Wu
· 8 years ago
b523df0
surfaceflinger: remove unused EGL data members
by Chia-I Wu
· 8 years ago
c670d50
surfaceflinger: remove EGLConfig from DisplayDevice ctor
by Chia-I Wu
· 8 years ago
eadbaa6
surfaceflinger: add RenderEngine::BindNativeBufferAsFramebuffer
by Chia-I Wu
· 8 years ago
b0c041b
surfaceflinger: return fence fd from RenderEngine::flush
by Chia-I Wu
· 8 years ago
7f40290
surfaceflinger: add RenderEngine::setCurrentSurface
by Chia-I Wu
· 8 years ago
8601f88
surfaceflinger: move EGL version/extensions dump into RE
by Chia-I Wu
· 8 years ago
b01450b
surfaceflinger: move EGL termination into RE
by Chia-I Wu
· 8 years ago
d4d9c6f
surfaceflinger: move EGL initialization into RE
by Chia-I Wu
· 8 years ago
2b6386e
surfaceflinger: add RenderEngine::mEGLDisplay
by Chia-I Wu
· 8 years ago
b2c7624
surfaceflinger: manage RenderEngine with unique_ptr
by Chia-I Wu
· 8 years ago
707b8f3
Revert "Use GraphicBuffer instead of GBP for screenshots."
by Chavi Weingarten
· 8 years ago
761f8b4
Merge "Remove from top layer list if re-parenting top layer."
by TreeHugger Robot
· 8 years ago
8ea97bb
Remove from top layer list if re-parenting top layer.
by chaviw
· 8 years ago
a252d89
Use GraphicBuffer instead of GBP for screenshots.
by chaviw
· 8 years ago
503b79e
Merge "Add additional parameters for the captureLayer functions."
by Chavi Weingarten
· 8 years ago
c5de5b3
Merge "Fix usage of HWC_DISPLAY_PRIMARY in vr flinger"
by Steven Thomas
· 8 years ago
ebd62af
SurfaceFlinger: Fix removal check when adding child layers.
by Robert Carr
· 8 years ago
7206d49
Add additional parameters for the captureLayer functions.
by chaviw
· 8 years ago
6e8f706
Fix usage of HWC_DISPLAY_PRIMARY in vr flinger
by Steven Thomas
· 8 years ago
6f65f3e
SF: mHwcLayers to LayerBE
by David Sodman
· 8 years ago
386c22e
SF: replicate mSidebandStream in LayerBE
by David Sodman
· 8 years ago
9eeae69
Surfaceflinger: Create LayerBE data class
by David Sodman
· 8 years ago
a706a2f
surfaceflinger: enable LayerTransactionTest in presubmit
by Chia-I Wu
· 8 years ago
ec2d985
surfaceflinger: fix traverseLayersInDisplay
by Chia-I Wu
· 8 years ago
cdd71a5
surfaceflinger: add more setFinalCrop tests
by Chia-I Wu
· 8 years ago
04dcca8
surfaceflinger: add more setCrop tests
by Chia-I Wu
· 8 years ago
a56b204
surfaceflinger: add setOverrideScalingMode tests
by Chia-I Wu
· 8 years ago
93853fe
surfaceflinger: add more setMatrix tests
by Chia-I Wu
· 8 years ago
3d22f3a
surfaceflinger: add more setLayerStack tests
by Chia-I Wu
· 8 years ago
e4ef610
surfaceflinger: add more setColor tests
by Chia-I Wu
· 8 years ago
a8a515e
surfaceflinger: add more setAlpha tests
by Chia-I Wu
· 8 years ago
2113bdd
surfaceflinger: add setTransparentRegionHint tests
by Chia-I Wu
· 8 years ago
57b2750
surfaceflinger: add more setFlags tests
by Chia-I Wu
· 8 years ago
4931330
surfaceflinger: add more setRelativeLayer tests
by Chia-I Wu
· 8 years ago
0ea0f82
surfaceflinger: add more setLayer tests
by Chia-I Wu
· 8 years ago
0eaea31
surfaceflinger: add more setSize tests
by Chia-I Wu
· 8 years ago
718daf8
surfaceflinger: add more setPosition tests
by Chia-I Wu
· 8 years ago
1078bbb
surfaceflinger: run clang-format on Transaction_test.cpp
by Chia-I Wu
· 8 years ago
2878422
Merge "SurfaceFlinger: Ensure relatives are not detached with children."
by Rob Carr
· 8 years ago
8d7cb20
Merge "Allow relative layering of children"
by Rob Carr
· 8 years ago
8b7f97b
resolve merge conflicts of 8a2135344 to stage-aosp-master am: 9225761c8d
by Chia-I Wu
· 8 years ago
9225761
resolve merge conflicts of 8a2135344 to stage-aosp-master
by Chia-I Wu
· 8 years ago
68e316e
Merge "surfaceflinger: fix fencing when layers become invisible"
by Chia-I Wu
· 8 years ago
f9fc8ee
surfaceflinger: fix fencing when layers become invisible
by Chia-I Wu
· 8 years ago
3b3111d
Merge "Add window and surface trace files to bug report"
by TreeHugger Robot
· 8 years ago
36b4cdb
Add window and surface trace files to bug report
by Vishnu Nair
· 8 years ago
91601ac
Merge "surfaceflinger: fix fencing when composition mode switches" am: 42ddbb44ac am: 4256a72959
by Chia-I Wu
· 8 years ago
3d91a35
Merge "surfaceflinger: fix fencing when composition mode switches" am: 42ddbb44ac
by Chia-I Wu
· 8 years ago
4256a72
Merge "surfaceflinger: fix fencing when composition mode switches"
by Chia-I Wu
· 8 years ago
8380689
surfaceflinger: fix fencing when layers become invisible
by Chia-I Wu
· 8 years ago
6960096
Merge "Trace drawing state"
by Jorim Jaggi
· 8 years ago
e900bb0
Merge "Fix signedness issue in LayerProtoParser"
by TreeHugger Robot
· 8 years ago
503c704
Allow relative layering of children
by Robert Carr
· 8 years ago
28194d8
surfaceflinger: fix z type in LayerVector::do_compare
by Chia-I Wu
· 8 years ago
83f8e4d
Fix signedness issue in LayerProtoParser
by Robert Carr
· 8 years ago
8e0af36
Trace drawing state
by Jorim Jaggi
· 8 years ago
7b54959
surfaceflinger: fix fencing when composition mode switches
by Chia-I Wu
· 8 years ago
c9232ed
Added check for forceClientComposition for every layer.
by chaviw
· 8 years ago
4994440
Merge commit '2fc42a279697a847d5b6961914f6f6afbed49a48' from
by Xin Li
· 8 years ago
7f619b2
SurfaceFlinger: Ensure relatives are not detached with children.
by Robert Carr
· 8 years ago
83ce7c1
surfaceflinger: remove USE_HWC2
by Chia-I Wu
· 8 years ago
d265c42
surfaceflinger: remove TARGET_USES_HWC2
by Chia-I Wu
· 8 years ago
de1eb9c
Merge "Eliminate redundant changes to hardware vsync state."
by Matthew Bouyack
· 8 years ago
eb13f9e
Fix sanitizer in SurfaceFlinger BufferLayer.
by Ivan Lozano
· 8 years ago
01be49f
Fix sanitizer in surfaceflinger waitForEvent.
by Ivan Lozano
· 8 years ago
a6a56b3
Merge "Don't invoke transactions on layers that will be removed."
by TreeHugger Robot
· 8 years ago
8b3871a
Don't invoke transactions on layers that will be removed.
by chaviw
· 8 years ago
bf32499
Fix surfaceflinger on integer sanitized builds.
by Joel Galenson
· 8 years ago
eb085e0
Move mSurfaceFlingerConsumer into BufferLayer
by David Sodman
· 8 years ago
41fdfc9
Run clang-format on Layer/SurfaceFlinger files
by David Sodman
· 8 years ago
0c69cad
Refactor Layer/ColorLayer into siblings
by David Sodman
· 8 years ago
2b18d43
Merge "Add SurfaceFlinger tracing"
by TreeHugger Robot
· 8 years ago
1e1a128
Add SurfaceFlinger tracing
by Adrian Roos
· 8 years ago
3b13699
Merge "Remove layer from previous relative list."
by TreeHugger Robot
· 8 years ago
9ab4bd1
Remove layer from previous relative list.
by chaviw
· 8 years ago
c7404f3
Merge "Allow SurfaceFlinger to dump to proto"
by TreeHugger Robot
· 8 years ago
a3d7bd3
Allow SurfaceFlinger to dump to proto
by chaviw
· 8 years ago
51af7e9
Merge "Fix surfaceflinger on integer sanitized builds."
by Ivan Lozano
· 8 years ago
80de6f3
Fix surfaceflinger on integer sanitized builds.
by Ivan Lozano
· 8 years ago
7e13a6f
Merge "Compute crop using all ancestors, not just immediate parent"
by TreeHugger Robot
· 8 years ago
Next »