Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
f66166b5ce32b3af74cbf901b20f2604f34a23cc
/
services
/
surfaceflinger
/
DisplayHardware
/
HWC2.h
1336e6e
[SurfaceFlinger] Query display capability when display is on the first time.
by Peiyong Lin
· 6 years ago
8366f56
HWC2: Optimize execution by caching all HWC2 calls in setPerFrameData
by Yichi Chen
· 6 years ago
57e63c5
Moved brightness from Lights to SF.
by Dan Gittik
· 7 years ago
74ca2f4
[SurfaceFlinger] Refine expensive rendering trigger.
by Peiyong Lin
· 7 years ago
35d5824
SF: Abstract and mock HWC2::Layer
by Lloyd Pique
· 7 years ago
4593b69
SF: Adding Mock Display and tests for RefreshRateStats.
by Ana Krulec
· 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
1afa8b0
Revert "SF: enable high refresh rate virtual mode"
by David Sodman
· 7 years ago
d36dc02
Revert "SF: Revamp frequencyScale backdoor"
by David Sodman
· 7 years ago
698147a
[SurfaceFlinger] Plumb setLayerColorTransform.
by Peiyong Lin
· 7 years ago
44b5de0
SF: Revamp frequencyScale backdoor
by David Sodman
· 7 years ago
6d46c1e
SF: enable high refresh rate virtual mode
by David Sodman
· 7 years ago
d7e01d7
surfaceflinger: do not propogate getPerFrameMetadataKeys errors
by Chia-I Wu
· 7 years ago
5d22d4f
Add new PowerAdvisor interface for SF to pass hints to the power HAL.
by Michael Wright
· 7 years ago
0954b1d
SF: Move getDisplayIdentificationData to HWC2::Device
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
bc79209
SF: Switch to internal display setup
by Lloyd Pique
· 8 years ago
a52f029
[Native] Replace android_color_mode usage with ColorMode.
by Peiyong Lin
· 7 years ago
f9c98e5
SF: Update to composer@2.2 implementation
by Courtney Goeltzenleuchter
· 7 years ago
a822d52
SF: Separate Hwc2::Composer into interface and impl
by Lloyd Pique
· 8 years ago
715a2c1
Determine displayType in SurfaceFlinger
by Lloyd Pique
· 8 years ago
ae5a6b8
surfaceflinger: flush HWC commands when present is skipped
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
49cdc63
Merge "surfaceflinger: discard stale commands" into oc-dev am: f8ca9a0875
by Chia-I Wu
· 8 years ago
0c6ce46
surfaceflinger: discard stale commands
by Chia-I Wu
· 8 years ago
8976c6a
Skip Validate am: 249c0ae80a
by Fabien Sanglard
· 8 years ago
249c0ae
Skip Validate
by Fabien Sanglard
· 8 years ago
d8449e5
Fix getDisplayInfo() for SurfaceFlinger in HWC2 mode. am: c175253b6d
by Alistair Strachan
· 8 years ago
c175253
Fix getDisplayInfo() for SurfaceFlinger in HWC2 mode.
by Alistair Strachan
· 8 years ago
c988ee4
Remove redundent layer setDataspace calls.
by Courtney Goeltzenleuchter
· 8 years ago
5b3cf05
Delete SurfaceFlinger BYPASS codepath
by Fabien Sanglard
· 8 years ago
831d48e
Delete SurfaceFlinger BYPASS codepath
by Fabien Sanglard
· 8 years ago
6d957ec
Merge changes Ia1fa4a32,I2a4c3d9f into oc-dev
by TreeHugger Robot
· 8 years ago
ceb67d1
hwc2: Remove Display::{mIsVirtual,setVirtual}
by Chris Forbes
· 8 years ago
016d73c
hwc2: Cache display type at construction
by Chris Forbes
· 8 years ago
1f42e3a
VR: Update VR HWC to use buffer metadata passed by SurfaceFlinger
by Daniel Nicoara
· 8 years ago
1d77b71
move vector math out of libui
by Mathias Agopian
· 8 years ago
5a423ea
Move FloatRect from libgfx to libui
by Dan Stoza
· 8 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
2f5f8a5
VR: Add ability to pass layer info through SurfaceFlinger
by Daniel Nicoara
· 9 years ago
71bded5
Create libgfx, starting with FloatRect
by Dan Stoza
· 9 years ago
100a437
Merge "Document HWC2to1Adapter"
by TreeHugger Robot
· 9 years ago
3396070
Document HWC2to1Adapter
by Fabien Sanglard
· 9 years ago
11d0fc3
Rename "retire" to "present" for consistency
by Fabien Sanglard
· 9 years ago
b7432cc
Fix HWC2to1Adapter crashing dragon at startup
by Fabien Sanglard
· 9 years ago
aab99f5
surfaceflinger: add support for android.hardware.graphics
by Chia-I Wu
· 9 years ago
9a9816a
Merge "Fix google-explicit-constructor warnings in surfaceflinger." am: 5e703a6ad0 am: 101b4cc9d7
by Chih-Hung Hsieh
· 9 years ago
342b760
Fix google-explicit-constructor warnings in surfaceflinger.
by Chih-Hung Hsieh
· 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
3862898
HWC2: Fix virtual displays
by Dan Stoza
· 9 years ago
5cf424b
HWC2: Fix breakage from header change
by Dan Stoza
· 9 years ago
076ac67
HWC2: Add support for color modes
by Dan Stoza
· 9 years ago
5df2a86
HWC2: Hook up setColorTransform/setLayerDataspace
by Dan Stoza
· 9 years ago
09e7a27
HWC2: Check SidebandStream capability on load
by Dan Stoza
· 9 years ago
7d7ae73
HWC2: Add getHdrCapabilities to C++ shim
by Dan Stoza
· 9 years ago
651bf31
SF: HWC2 C++ shim
by Dan Stoza
· 10 years ago