Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
b89b51a0a1926ea7e33e6f0b89bea42609a7b617
/
services
/
surfaceflinger
/
DisplayHardware
/
HWComposer.h
12c9e5a
SF: Add DisplayDevice::initiateModeChange
by Marin Shalamanov
· 4 years, 8 months ago
23c4420
SF: Rename HwcConfigIndexType to DisplayModeId
by Marin Shalamanov
· 4 years, 9 months ago
3ea1d60
SF: Remove display config functions from HWC2
by Marin Shalamanov
· 4 years, 9 months ago
8738588
Merge "SF: Update the cached display modes in HWComposer on hotplug"
by TreeHugger Robot
· 4 years, 8 months ago
6e84017
SF: Update the cached display modes in HWComposer on hotplug
by Marin Shalamanov
· 4 years, 9 months ago
bed7fd3
SF: Compile with -Wextra
by Marin Shalamanov
· 4 years, 9 months ago
f8c6372
[SF] Update DeviceProductInfo on hotplug reconnect
by Marin Shalamanov
· 5 years ago
0f10d0d
Revert^2 "[SF] Introduce VirtualDisplayId"
by Marin Shalamanov
· 5 years ago
9c58bcd
Remove VrFlinger usages from SF.
by Alec Mouri
· 5 years ago
a524a09
Use type safe display IDs.
by Marin Shalamanov
· 5 years ago
1c43429
[SF] Don't keep sp<DisplayDevice> when doing screenshot
by Marin Shalamanov
· 5 years ago
dfc3f7c
Plumb client target property.
by Peiyong Lin
· 5 years ago
5690bde
SF: Defer setDisplayBrightness to Binder thread
by Dominik Laskowski
· 5 years ago
65248e0
Remove usage of hwcomposer_defs.h.
by Peiyong Lin
· 5 years ago
e9d809e
Remove hwcomposer2.h
by Peiyong Lin
· 5 years ago
fce46c1
Merge "SF: Fix color transform for composited virtual displays" into rvc-dev
by TreeHugger Robot
· 5 years ago
1162e47
SF: Fix color transform for composited virtual displays
by Dominik Laskowski
· 5 years ago
bdd5915
SF: Refactor HWComposer::onHotplug()
by Marin Shalamanov
· 6 years ago
35436d0
Merge "SF: Populate DisplayConnectionType in DisplayInfo"
by Dominik Laskowski
· 6 years ago
4603f3c
[sf] Add support for generic layer metadata to HWComposer and HWC2
by Lloyd Pique
· 6 years ago
55c8540
SF: Populate DisplayConnectionType in DisplayInfo
by Dominik Laskowski
· 6 years ago
8a82ba6
SurfaceFlinger: enhance refresh rate selection
by Ady Abraham
· 6 years ago
bdd08cc
Unify hwc2_device_t and HWComposer.
by Peiyong Lin
· 6 years ago
5492cb5
Add Auto Low Latency Mode to native framework
by Galia Peycheva
· 6 years ago
e71d968
Revert submission
by Hansong Zhang
· 6 years ago
b8df034
Add Auto Low Latency Mode to native framework
by Galia Peycheva
· 6 years ago
3a77a7b
SurfaceFlinger: use setActiveConfigWithConstraints
by Ady Abraham
· 6 years ago
66d6860
SF: Move/Refactor prepareFrame to CompositionEngine
by Lloyd Pique
· 7 years ago
57e63c5
Moved brightness from Lights to SF.
by Dan Gittik
· 7 years ago
37c2c9b
SF: Introduce OutputLayerCompositionState
by Lloyd Pique
· 7 years ago
441d504
SF: Move HWComposer ownership to CompositionEngine
by Lloyd Pique
· 7 years ago
2dbd69d
Merge "[SurfaceFlinger] add getDisplayedContentSample i/f"
by Kevin DuBois
· 7 years ago
5434a78
SurfaceFlinger: Get rid of String8 in dumpsys
by Yiwei Zhang
· 7 years ago
1d4249a
[SurfaceFlinger] add getDisplayedContentSample i/f
by Kevin DuBois
· 7 years ago
74e5377
[SurfaceFlinger] add setDisplayContentSamplingEnabled i/f
by Kevin DuBois
· 7 years ago
ed531a3
[SurfaceFlinger] Query per display SkipClientColorTransform.
by Peiyong Lin
· 7 years ago
9c0a176
[SurfaceFlinger] add getDisplayedContentSamplingAttributes i/f
by Kevin DuBois
· 7 years ago
1af4793
SF: Clean up HWComposer
by Dominik Laskowski
· 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
b04f98a
SF: Fix HWComposer destruction order
by Dominik Laskowski
· 7 years ago
d36dc02
Revert "SF: Revamp frequencyScale backdoor"
by David Sodman
· 7 years ago
fb95bcc
SF: Use compositionInfo after HWC changedTypes
by David Sodman
· 8 years ago
44b5de0
SF: Revamp frequencyScale backdoor
by David Sodman
· 7 years ago
c1f18f6
SF: Remember display type in DisplayData
by Dominik Laskowski
· 7 years ago
a2edf61
SF: Clean up remaining display identifiers
by Dominik Laskowski
· 7 years ago
f9750f2
SF: Remove DisplayData constructor/destructor
by Dominik Laskowski
· 7 years ago
eecd659
SF: Use consistent names for display references
by Dominik Laskowski
· 7 years ago
2de60f0
Merge "SF: Initialize DisplayDevice with the active config index" into pi-dev am: 384bf40ae9
by Lloyd Pique
· 7 years ago
3c085a0
SF: Initialize DisplayDevice with the active config index
by Lloyd Pique
· 7 years ago
e9ef7c4
SF: Generate stable display IDs using EDID
by Dominik Laskowski
· 7 years ago
2c327ac
[SurfaceFlinger] Plumb getPerFrameMetadataKeys and setLayerPerFrameMetadata.
by Peiyong Lin
· 7 years ago
0ac5f4e
[SurfaceFlinger] Plumb getPerFrameMetadataKeys and setLayerPerFrameMetadata.
by Peiyong Lin
· 7 years ago
6266589
[SurfaceFlinger] Extend HDR support.
by Peiyong Lin
· 7 years ago
0e7a791
[SurfaceFlinger] Plumb HAL to hardware composer.
by Peiyong Lin
· 7 years ago
34beb7a
[SurfaceFlinger] Replace android_dataspace with Dataspace.
by Peiyong Lin
· 7 years ago
fd997e0
Add proper namespace to GraphicTypes.
by Peiyong Lin
· 7 years ago
a52f029
[Native] Replace android_color_mode usage with ColorMode.
by Peiyong Lin
· 7 years ago
e39cad2
SF: Add a first real unit test
by Lloyd Pique
· 8 years ago
a822d52
SF: Separate Hwc2::Composer into interface and impl
by Lloyd Pique
· 8 years ago
0c11459
Merge "SurfaceFlinger: Change to support client target flip"
by Matthew Bouyack
· 8 years ago
88a905b
SurfaceFlinger: Change to support client target flip
by Madhuri Athota
· 8 years ago
715a2c1
Determine displayType in SurfaceFlinger
by Lloyd Pique
· 8 years ago
6e8f706
Fix usage of HWC_DISPLAY_PRIMARY in vr flinger
by Steven Thomas
· 8 years ago
83ce7c1
surfaceflinger: remove USE_HWC2
by Chia-I Wu
· 8 years ago
94e35b9
Use a separate hwcomposer hidl instance for vr flinger
by Steven Thomas
· 8 years ago
a099a24
Faked HWC for SurfaceFlinger testing
by Kalle Raita
· 9 years ago
249c0ae
Skip Validate
by Fabien Sanglard
· 8 years ago
2342977
Remove stale dependency to libhwc2on1adaptor.so.
by Logan Chien
· 8 years ago
15b27e0
Revert "surfaceflinger: work around dumpsys lockup"
by Chia-I Wu
· 8 years ago
7d3dcb9
Avoid a potential race condition on mDisplays
by Stephen Kiazyk
· 8 years ago
8722a31
Revert "Avoid a potential race condition on mDisplays"
by Tomasz Wasilczyk
· 8 years ago
8d6c16d
Avoid a potential race condition on mDisplays
by Stephen Kiazyk
· 8 years ago
80c0232
Revert "Avoid a potential race condition on mDisplays"
by Polina Bondarenko
· 8 years ago
5576a55
Avoid a potential race condition on mDisplays
by Stephen Kiazyk
· 8 years ago
4e606e3
egl: Remove retire event.
by Brian Anderson
· 8 years ago
aaff73f
surfaceflinger: simplify HWC buffer cache clean up
by Chia-I Wu
· 9 years ago
843460d
surfaceflinger: work around dumpsys lockup
by Chia-I Wu
· 9 years ago
3cfac28
Ignore callbacks from the non-active hardware composer
by Steven Thomas
· 9 years ago
87670ff
Allow surfaceflinger to run vrflinger
by Hendrik Wagenaar
· 9 years ago
06d63de
surfaceflinger: cache HWC client targets and buffers
by Chia-I Wu
· 9 years ago
3d4039d
Use FenceTime to share fence times and reduce open fds.
by Brian Anderson
· 9 years ago
11d0fc3
Rename "retire" to "present" for consistency
by Fabien Sanglard
· 9 years ago
4a1f8a5
Merge "Rename "commit" to use "present" nomenclature"
by TreeHugger Robot
· 9 years ago
e89987a
Merge "Rename variable disp to displayId for consistency"
by TreeHugger Robot
· 9 years ago
a87aa7b
Rename "commit" to use "present" nomenclature
by Fabien Sanglard
· 9 years ago
df0b705
Rename variable disp to displayId for consistency
by Fabien Sanglard
· 9 years ago
069b365
Add displayPresentTime to getFrameTimestamps
by Brian Anderson
· 9 years ago
9d96de4
Revert "Delete HWC1"
by Fabien Sanglard
· 9 years ago
90f9234
Delete HWC1
by Fabien Sanglard
· 9 years ago
28f24d0
Color transforms are now color modes.
by Michael Wright
· 9 years ago
9f26a9c
SF/HWC2: Add support for color transforms
by Dan Stoza
· 9 years ago
fad9d8c
Add support for multiple color modes
by Courtney Goeltzenleuchter
· 9 years ago
1d6c0e9
Remove unused DisplayInfo structure
by Courtney Goeltzenleuchter
· 9 years ago
5cf424b
HWC2: Fix breakage from header change
by Dan Stoza
· 9 years ago
c4f471e
Plumb HDR capabilities up to SurfaceComposerClient
by Dan Stoza
· 9 years ago
9e56aa0
Switch SurfaceFlinger to HWC 2.0
by Dan Stoza
· 10 years ago
f2699fc
SF: Add colorTransform to DisplayInfo
by Dan Stoza
· 10 years ago
e04e4ed
sf: Fix incorrect state reporting in dumpsys
by Manoj Kumar AVM
· 10 years ago
ee44edd
SurfaceFlinger: Pass surface damage to HWC
by Dan Stoza
· 10 years ago
Next »