Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
684928903e572ad3b4fbe1b53fd415f5a2d8ab2a
/
services
/
surfaceflinger
/
EffectLayer.cpp
b83097d
Enable effect layers with blur
by Lucas Dupin
· 5 years ago
b87d94f
Retrieve a list of composition settings from front end layer
by Vishnu Nair
· 5 years ago
fa247b1
Rename ColorLayer to EffectLayer to handle both shadows and color fill
by Vishnu Nair
· 5 years ago
[Renamed (78%) from services/surfaceflinger/ColorLayer.cpp]
da0f906
Merge "CE: Remove compositionengine::Layer"
by TreeHugger Robot
· 5 years ago
371626c
Consider a color layer to be opaque if its alpha is 1.0
by Vishnu Nair
· 6 years ago
de19665
CE: Remove compositionengine::Layer
by Lloyd Pique
· 6 years ago
9b079a2
Skip client composition requests
by Vishnu Nair
· 6 years ago
b0dbdaa
SurfaceFlinger: Enable -WConversion in Android.bp
by Ady Abraham
· 6 years ago
87a07e4
SF: Use std::string for layer names
by Dominik Laskowski
· 6 years ago
1c3a5eb
SF: Switch Layer::createClone to using the factory
by Lloyd Pique
· 6 years ago
b4c6e58
[Mirror Layers] Added clone function to layers (1/4)
by chaviw
· 6 years ago
9755fb7
CE: Layers only have FE layer state
by Lloyd Pique
· 6 years ago
4244e03
Created bufferInfo to track buffer data in a single place (1/2)
by chaviw
· 6 years ago
575144f
Added opaque flag check for ColorLayer
by chaviw
· 6 years ago
f16688f
SF: Introduce LayerFE::prepareClientComposition
by Lloyd Pique
· 6 years ago
f527548
SF: Move/Refactor Layer::setPerFrameData
by Lloyd Pique
· 7 years ago
34ea5b9
Avoid setting color space agnostic when in HDR mode.
by Peiyong Lin
· 6 years ago
fb225b5
Merge "Plumb dataspace for color layers"
by Valerie Hau
· 6 years ago
b153bab
Plumb dataspace for color layers
by Valerie Hau
· 6 years ago
c502cb7
[SurfaceFlinger] Add setColorSpaceAgnostic API.
by Peiyong Lin
· 6 years ago
8f28a1d
[SurfaceFlinger] Add GPU protected content support.
by Peiyong Lin
· 6 years ago
0b785d8
SF: Introduce LayerCompositionState
by Lloyd Pique
· 7 years ago
37c2c9b
SF: Introduce OutputLayerCompositionState
by Lloyd Pique
· 7 years ago
e7d1d4a
Revert "Revert "Use renderengine::drawLayers api everywhere.""
by Alec Mouri
· 6 years ago
79108df
Revert "Use renderengine::drawLayers api everywhere."
by Alec Mouri
· 6 years ago
5ef8f96
Merge changes Id1e90796,Ic8fe0fee,I2ed83355
by Lloyd Pique
· 6 years ago
dd0b757
Combining background color related transactions/functions
by Valerie Hau
· 7 years ago
feb73d7
SF: Setup CompositionEngine::Layer
by Lloyd Pique
· 7 years ago
0f71483
Use renderengine::drawLayers api everywhere.
by Alec Mouri
· 7 years ago
0449b0f
Revert "SurfaceFlinger: protect state members in Layer"
by Lloyd Pique
· 7 years ago
8372988
SurfaceFlinger: protect state members in Layer
by Ady Abraham
· 7 years ago
1b6531c
Rounded corners
by Lucas Dupin
· 7 years ago
3415776
SF: Define DisplayId as struct type
by Dominik Laskowski
· 7 years ago
075d317
SF: Generalize display management
by Dominik Laskowski
· 7 years ago
1509411
Revert "SF: Use CompositionInfo to program HWComposer"
by David Sodman
· 7 years ago
d378863
[SurfaceFlinger] Implement per layer color transformation.
by Peiyong Lin
· 7 years ago
42ab75e
SF: Cleanup layer construction
by Lloyd Pique
· 7 years ago
833074a
[RenderEngine] Organize RenderEngine directory.
by Peiyong Lin
· 7 years ago
10a41ff
SF: Use CompositionInfo to program HWComposer
by David Sodman
· 7 years ago
fb95bcc
SF: Use compositionInfo after HWC changedTypes
by David Sodman
· 8 years ago
cbc184f
[RenderEngine] Add Android.bp to RenderEngine
by Peiyong Lin
· 7 years ago
ba34049
SF: Update CompositionInfo during calculation
by David Sodman
· 7 years ago
efefaac
[SurfaceFlinger] Move Transform to libs/ui
by Peiyong Lin
· 7 years ago
61c5862
blast: BufferStateLayer
by Marissa Wall
· 7 years ago
074e812
Revert "Revert "surfacefligner: revert recent BE/FE split changes""
by Lloyd Pique
· 7 years ago
2eae6d3
SurfaceFlinger: Consider parent alpha as well
by Rajavenu Kyatham
· 7 years ago
0756cdd
Revert "surfacefligner: revert recent BE/FE split changes"
by David Sodman
· 7 years ago
ca10ed2
Revert "Revert "SF: Add support for screen captures""
by David Sodman
· 7 years ago
91b1df2
[SurfaceFlinger] Checking nullptr for HWC layer.
by Peiyong Lin
· 7 years ago
7e04546
SF: Use consistent names for display IDs
by Dominik Laskowski
· 7 years ago
eecd659
SF: Use consistent names for display references
by Dominik Laskowski
· 7 years ago
f6a3893
Revert "SF: use shared_ptr to track hwcLayer"
by David Sodman
· 7 years ago
01591c9
surfaceflinger: layer dataspace is not a state
by Chia-I Wu
· 7 years ago
f0820ab
Merge changes Id150f78d,Iec948124 into pi-dev am: 505dbf0fcc am: b755c8d848
by Adrian Roos
· 7 years ago
0eb753e
SurfaceFlinger: Fix GL composition of ColorLayers
by Adrian Roos
· 7 years ago
2156613
Revert "SF: Add support for screen captures"
by bohu
· 7 years ago
30505fb
surfacefligner: revert recent BE/FE split changes
by Chia-I Wu
· 7 years ago
4b7c4bc
SF: Use CompositionInfo to program HWComposer
by David Sodman
· 8 years ago
dc5e062
SF: Add support for screen captures
by David Sodman
· 8 years ago
5d89c1d
SF: use shared_ptr to track hwcLayer
by David Sodman
· 8 years ago
144e116
SF: Separate RenderEngine into interface and impl
by Lloyd Pique
· 8 years ago
13170c8
[SurfaceFlinger] Update ColorLayer to set dataspace.
by Peiyong Lin
· 8 years ago
6f65f3e
SF: mHwcLayers to LayerBE
by David Sodman
· 8 years ago
83ce7c1
surfaceflinger: remove USE_HWC2
by Chia-I Wu
· 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
a76b271
Add captureLayers function to capture a layer and its children.
by chaviw
· 8 years ago
13fdc49
Added native functionality to create a color layer.
by chaviw
· 8 years ago
[Renamed (79%) from services/surfaceflinger/LayerDim.cpp]
1f0a16a
SurfaceFlinger and libgui: Support for child layers.
by Robert Carr
· 9 years ago
9e56aa0
Switch SurfaceFlinger to HWC 2.0
by Dan Stoza
· 10 years ago
c701401
Allow disabling layer rotation during screenshots
by Dan Stoza
· 11 years ago
3f84483
SurfaceFlinger now uses GLES 2.x when available
by Mathias Agopian
· 12 years ago
875d8e1
Refactor SF. Move all GL operations in their own class.
by Mathias Agopian
· 12 years ago
1eae0ee
clean-up SurfaceFlinger a bit
by Mathias Agopian
· 12 years ago
4d9b822
get rid of ISurface
by Mathias Agopian
· 12 years ago
13127d8
Get rid of LayerBase.
by Mathias Agopian
· 12 years ago
2f73af9
Make LayerDim a regular Layer instead of a LayerBase
by Mathias Agopian
· 12 years ago
b79f61d
fold LayerBaseClient into LayerBase
by Mathias Agopian
· 12 years ago
3ee454a
Eradicate DisplayID.
by Mathias Agopian
· 13 years ago
4297734
turn DisplayDevice into a reference-counted object
by Mathias Agopian
· 13 years ago
d3ee231
cleanups in preparation of bigger changes
by Mathias Agopian
· 13 years ago
0f2f5ff
rename DisplayHardware to DisplayDevice
by Mathias Agopian
· 13 years ago
4fec873
one more step towards multiple display support
by Mathias Agopian
· 13 years ago
1b03149
get rid of GraphicPlane
by Mathias Agopian
· 13 years ago
f74e8e0
don't attempt to clip layers anymore using glScissor
by Mathias Agopian
· 13 years ago
c492e67
Make sure set GL state properly
by Mathias Agopian
· 14 years ago
a67932f
unify SurfaceTexture and Surface
by Mathias Agopian
· 14 years ago
bce26da
[3418265] apply layer transformations to the DimLayer.
by Mathias Agopian
· 15 years ago
0d15612
fix [3385504] Surface flinger hang when adding dim surface
by Mathias Agopian
· 15 years ago
7f198b6
surfaceflinger / GL extensions cleanup
by Michael I. Gold
· 15 years ago
81bac09
move native services under services/
by Mathias Agopian
· 15 years ago
[Renamed from libs/surfaceflinger/LayerDim.cpp]
5d8f41c
remove a hack that was used only used on h/w we no longer support.
by Mathias Agopian
· 15 years ago
1f7bec6
Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger""
by Mathias Agopian
· 15 years ago
e049a95
Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"
by Andreas Huber
· 15 years ago
01e4483
fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger
by Mathias Agopian
· 15 years ago
0a91775
Added support for the GL_TEXTURE_EXTERNAL target
by Mathias Agopian
· 15 years ago
96f0819
clean-up client management.
by Mathias Agopian
· 15 years ago
1b5e102
more surfaceflinger cleanups
by Mathias Agopian
· 15 years ago
54ba51d
fix [2143798] Need to figure out how to do video
by Mathias Agopian
· 16 years ago
Next »